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

Wrong donut.h in lib / release #124

Open
ark3us opened this issue Mar 28, 2023 · 0 comments
Open

Wrong donut.h in lib / release #124

ark3us opened this issue Mar 28, 2023 · 0 comments

Comments

@ark3us
Copy link

ark3us commented Mar 28, 2023

Hi, the header file donut.h in both lib directory and release zip (v1.0) is wrong. Using it with donut library (tested with dll) leads to wrong DONUT_CONFIG value passed to DonutCreate(). The culprit is:
char decoy[MAX_PATH * 2]; // path of decoy module
which in new version is:
char decoy[2056]; // path of decoy module
Thanks for your amazing work!

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