diff --git a/src/generator/X64Generator.cpp b/src/generator/X64Generator.cpp index 61f1c0e..8b317e7 100644 --- a/src/generator/X64Generator.cpp +++ b/src/generator/X64Generator.cpp @@ -156,7 +156,7 @@ std::vector X64HandlerGenerator::handlerBytes(uint64_t address) { a.mov(FIRST_PARAM, "content"); // call the pre handler, incrementing - // a.callip("handlerPre"); + a.callip("handlerPre"); a.mov(m[RBP - 0x10], RAX);