ReactOS
0.4.15-dev-2103-g9dff498
|
Public Attributes | |
uintptr_t | offset |
unsigned char | expected |
unsigned char | patched |
Expected (original) value of the byte.
Definition at line 20 of file patch.c.
Referenced by compareFiles().
uintptr_t _PatchedByte::offset |
File offset of the patched byte.
Definition at line 19 of file patch.c.
Referenced by compareFiles().
Patched (new) value for the byte.
Definition at line 21 of file patch.c.
Referenced by compareFiles().