Introduction to AsmJit + Spying with x64dbg on the generated code

Опубликовано: 20 Март 2026
на канале: Reverse Engineering with Peter
1,552
22

In this introduction video to AsmJit (C++ Library) I will demonstrate 6 things:
1) Installing vcpkg + AsmJit (on Windows)
2) Compiling the example code (x86-32)
3) 32-bit: Modify the example code and introduce a bug
4) 64-bit Convert the example so it also runs on x86-64
5) Intercept the generated code using x64dbg and review the bug
6) Fix the bug and implement an AsmJit Error Handler

The final code can be downloaded from pastebin.com : https://pastebin.com/xqsAXUBg