|
another small update v0.7.1
+ added assemble command ��a��
+ added File - ��Save patched executable as...�� option
+ added Configuration - Options - Misc page
+ improvements, bug fixes
To use the added assemble command just type an address (or register64, symbol) e.g.
a rip
after typing the command a dialogue where you can write assembly code will pop up, this allows to write more than one instruction at once and when you press OK code will compiled with NASM and copy directly into memory. Also, if the patch is inside target executable it's possible to save changes File - "Save patched executable as.."
|