Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LengthReturned < 0 蓝屏 #46

Open
yipihaoma opened this issue Aug 23, 2022 · 4 comments
Open

LengthReturned < 0 蓝屏 #46

yipihaoma opened this issue Aug 23, 2022 · 4 comments

Comments

@yipihaoma
Copy link

当被修改的文件比较大时,txt超过70W行左右,PocPreWriteOperation函数中的:
LengthReturned = FileSize - StartingVbo; //此时StartingVbo远远大于FileSize ,导致LengthReturned 为负数
导致蓝屏RtlMoveMemory(
StreamContext->PageNextToLastForWrite.Buffer +
StreamContext->PageNextToLastForWrite.ByteCount,
OrigBuffer, LengthReturned);

@HARM4Y
Copy link
Owner

HARM4Y commented Sep 27, 2022

你好,你是用的Release中编译好的版本吗?还是从main下载后自己编译的。Release中的版本确实有这类问题。
另外,是用notepad修改的文件吗?

@yipihaoma
Copy link
Author

yipihaoma commented Oct 12, 2022 via email

@yipihaoma
Copy link
Author

yipihaoma commented Oct 12, 2022 via email

@HARM4Y
Copy link
Owner

HARM4Y commented Oct 18, 2022

我看不到图诶

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants