STRING PATCHING

This can be used in scenarios where patching instructions is needed to get around a program's anti-debugging mechanism. The ability to modify values of registers and addresses enables the ability to test various values and conditions without having to change the code and recompile the binary every time.

Last updated