-
Notifications
You must be signed in to change notification settings - Fork 371
Description
Hello,
I've installed and worked with the plugin and it's great , however, there is 1 catch
sometimes when modifying some instructions (for example changing their address only) causes keypatch to add 1 extra byte before the assembly like "db 2Eh" (which I'm not sure what is exactly) at the end and causing the next instruction to become nop. but again if patching the same instruction with the same changed address the "db 2Eh" disappears and the correct assembly is emitted.
this is very frustrating as I have to save the next instructions and change them again. also in this process, some instructions are not assembled again because keypatch cannot resolve the address of some addresses (whereas the address was there before!) and this process goes on and on.