mirror of
https://github.com/mike1k/perses
synced 2026-06-06 16:14:33 +00:00
Fixed wrong byte order
The order of the bytes is wrong, if we compare to the file detais.hpp at line #79, the scan will never match.
This commit is contained in:
+4
-4
@@ -5,18 +5,18 @@
|
||||
|
||||
#define PERSES_MUTATION_START() \
|
||||
{\
|
||||
__nop();\
|
||||
__nop();\
|
||||
__debugbreak();\
|
||||
__debugbreak();\
|
||||
__nop();\
|
||||
__nop();\
|
||||
_disable();\
|
||||
}
|
||||
|
||||
#define PERSES_MUTATION_END() \
|
||||
{\
|
||||
_enable();\
|
||||
__debugbreak();\
|
||||
__debugbreak();\
|
||||
__nop();\
|
||||
__nop();\
|
||||
__debugbreak();\
|
||||
__debugbreak();\
|
||||
}
|
||||
Reference in New Issue
Block a user