Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Jun 2, 2024
1 parent c8d1651 commit 1a07d6b
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 @@ -168,7 +168,7 @@ std::vector<uint8_t> X64HandlerGenerator::handlerBytes(uint64_t address) {

a.mov(RAX, m[RBP - 0x10]);
// a.int3();
a.call(RAX);
// a.call(RAX);
// a.int3();
m_metadata.m_convention->generateDefaultCleanup(a, m_metadata.m_abstract);

Expand Down

0 comments on commit 1a07d6b

Please sign in to comment.