-
Notifications
You must be signed in to change notification settings - Fork 441
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
Broken XP compatibility #42
Comments
Its broken because of |
hi @Bixilon ! Thanks for reporting! I will check it and fix soon. |
@Bixilon - please check out the new builds and let me know if everything is ok now |
@hasherezade It is crashing because ot can't find |
ok, thanks for the info. I will fix it soon. I currently don't have an access to the machine with Windows XP, so I am not able to test it. |
@Bixilon - BTW, |
Yes, the 32bit version seems to work! Thank you! |
@Bixilon - please check the new release: https://github.com/hasherezade/pe-sieve/releases/tag/v0.3.6 - and let me know if everything is fine now. Now the 64 bit version should work as well. |
Since v0.2.1 PE-sieve no longer works on XP.
The reason is, the function
GetProcessDEPPolicy
is not available on XP, and should be retrieved dynamically. Since the unsupported function is in the Import Table of the application, it won't run on XP:The text was updated successfully, but these errors were encountered: