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

SFileReadFile #1

Open
OneMeanDragon opened this issue Nov 2, 2020 · 0 comments
Open

SFileReadFile #1

OneMeanDragon opened this issue Nov 2, 2020 · 0 comments

Comments

@OneMeanDragon
Copy link

OneMeanDragon commented Nov 2, 2020

seems to be not so friendly, in a compiled x64 dll, guess this is why the settings were missing for x64 lol.
it throws heap corruption.

slowly tracked it down to this point line#370_scomp.cpp

struct DecompressFunc {
	DWORD dwFlag;
	FDECOMPRESS fnDecompress;
};

and led me to a memfree at line#667_scomp.cpp

	SMemFree(lpvWorkBuffer);
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

1 participant