Skip to content

Commit

Permalink
sxfd
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Jun 2, 2024
1 parent 16c0388 commit 8509ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator/X64Generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ std::vector<uint8_t> 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);

Expand Down

0 comments on commit 8509ae2

Please sign in to comment.