Monday, April 13, 2020

S2 Dynamic Tracer And Decompiler For Gdb

Decompiling is very useful for understanding srtipped binaries, most dissasemblers like IDA or Hopper have a plugin for decompiling binaries, generating a c like pseudocode.

Static analysis, is very useful in most of cases, specially when the binary is not so big, or when you just have an address where to start to analyze. But some algorithms will be learned in less time by dynamic analysis like tracing or debugging.

In cookiemonsters team, we are working on several tracers with different focus, but all of them mix the concept of tracing and decompiling to generate human-readable traces.

S2 is my tracer & decompiler plugin for gdb, very useful for ctfs.
Some of the features are:

- signed/unsigned detecion
- conditional pseudocode (if)
- syscall resolution
- unroll bucles
- used registers values
- mem states
- strings
- logging



Read more


  1. Hack Tools For Games
  2. Pentest Tools Nmap
  3. Pentest Tools For Mac
  4. Hacker Tools Linux
  5. Hacker Tool Kit
  6. Pentest Tools Port Scanner
  7. Pentest Tools Bluekeep
  8. Pentest Tools For Ubuntu
  9. Hacking Apps
  10. Hacking Tools Usb
  11. Hack Tool Apk No Root
  12. World No 1 Hacker Software
  13. Hack Tools Github
  14. Hackers Toolbox
  15. Hack Tools For Windows

No comments:

Post a Comment