-
Notifications
You must be signed in to change notification settings - Fork 47
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
Not compatible with x86 #13
Comments
From the readme
You could make it work on x86 possibly by determining the struct offset that points to the PEB from the TEB by dumping the |
Does this make sense?
|
Those two offsets seem ok, but the lambda in |
I changed that as well
The data structure seems to be OK but when running the x86 version, there is a UAC prompt displayed. Any idea how to fix it? |
What is the UAC prompt for? If it is for |
If that's the case then it seems that appinfo will not allow the process to be explorer.exe, maybe because it is expecting x64 and the caller is x86 (are you on 32bit windows)? Also the second picture is https://github.com/AzAgarampur/byeintegrity2-uac not this repo, correct? If so then its possible that |
That is correct but also this repo does not support x86 |
That is correct, it could be also true that certain interfaces do not internally implement marshaling data between the two |
Will fail if built as x86.
pPeb
will be null.The text was updated successfully, but these errors were encountered: