IllustratorsLeak
oalabs
oalabs

patreon


Tracing The Pain Away Module 4 - Instruction Tracing

Instruction tracing with x64dbg.

References

Lab 3 - Instruction Tracing

In this lab we use instruction tracing to dig deeper than just APIs and identify when direct syscalls are made from user code.

Instruction Tracing: Anti-Debugging

The lab3.exe binary is 64-bit and implements the same NtQueryAttributesFile file check as the previous binaries, however it uses a direct syscall. Though direct syscalls are often avoided due to their easy of detection by EDR/AV (when obfuscated) they are non-trivial to identify using the previous techniques we have discussed. In this lab we will us instruction tracing to identify and intercept the direct syscall.

Tracing The Pain Away Module 4 - Instruction Tracing

More Creators