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 patchcode's value for DefPolicyPatch (CDefPolicy_Query_eax_ecx) #3220

Open
loyejaotdiqr47123 opened this issue Jun 29, 2024 · 3 comments
Labels

Comments

@loyejaotdiqr47123
Copy link

See #2840 (comment)
Scope of impact:Versions that use the value of CDefPolicy_Query_eax_ecx for patching

The correct patchcode is
sebaxakerhtc/rdpwrap.ini@67d13fd

; CDefPolicy_Query_eax_ecx=B80001000089812003000090
CDefPolicy_Query_eax_ecx=B80001000089812403000090

mov [ecx+320h],eax => mov [ecx+324h], eax

User Solution:Replace CDefPolicy_Query_eax_ecx=B80001000089812003000090 with CDefPolicy_Query_eax_ecx=B80001000089812403000090

@loyejaotdiqr47123
Copy link
Author

@binarymaster See this

@binarymaster
Copy link
Member

For this to handle I need to remember how I came with these patch codes at the first. But let's keep this open.

@loyejaotdiqr47123
Copy link
Author

image
on 19041 x86
image

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

No branches or pull requests

2 participants