patch_dbg_byte

Change a byte in the debugged process memory only
     ea    - linear address
     value - new value of the byte
Returns: 1 if successful, 0 if not
Thread-safe function (may be called only from the main thread and debthread)

success patch_dbg_byte(long ea, long value);

Last updated