Louatamvik Posted February 23, 2022 Posted February 23, 2022 after edit target in xdbg64 and click to Patch ,when want to save patch ,not save patch. use latest version of xdbg but I don't know why have this problem!
ra1n Posted February 23, 2022 Posted February 23, 2022 (edited) You're most likely trying to edit / save bytes that don't exist on disk EDIT: I can't tell from the screenshot alone but you're probably editing the section alignment, the bytes at the end of a section used to round up the size in memory. Instead, write your patch "higher" up, closer to the original code, this is the file alignment and it exists on disk. Edited February 23, 2022 by ra1n
Louatamvik Posted February 23, 2022 Author Posted February 23, 2022 1 hour ago, ra1n said: You're most likely trying to edit / save bytes that don't exist on disk EDIT: I can't tell from the screenshot alone but you're probably editing the section alignment, the bytes at the end of a section used to round up the size in memory. Instead, write your patch "higher" up, closer to the original code, this is the file alignment and it exists on disk. this target protected with vmprotect (mean I check and patch packed program in xdbg64)and I only analyze in xdbg and wanna patch this and succesfully patched but for save have problem to not save patch.
ra1n Posted February 24, 2022 Posted February 24, 2022 22 hours ago, Louatamvik said: this target protected with vmprotect (mean I check and patch packed program in xdbg64)and I only analyze in xdbg and wanna patch this and succesfully patched but for save have problem to not save patch. That's because you're trying to edit bytes that don't exist on disk; VMProtect creates and unpacks some code in memory.
binbin Posted June 1, 2022 Posted June 1, 2022 i got same error with u cau help me fix it tks u very much
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now