Thursday, April 16, 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



Related articles


  1. Hacks And Tools
  2. Hacking Tools Free Download
  3. Hacker Tools List
  4. Pentest Recon Tools
  5. Hacker Techniques Tools And Incident Handling
  6. Pentest Tools Free
  7. Best Pentesting Tools 2018
  8. Hack Apps
  9. Hacker Tools For Ios
  10. Hacking Tools Pc
  11. Hackrf Tools
  12. Hacker Tools 2019
  13. Hacking Tools Hardware
  14. Pentest Tools Online
  15. Pentest Automation Tools
  16. Hacker
  17. Game Hacking
  18. Pentest Tools Free
  19. Hacking Tools For Kali Linux
  20. Hacker Tools For Windows
  21. Hack Tools
  22. Pentest Tools List
  23. Hacking Tools For Mac
  24. Hacking Tools For Pc
  25. Hack Tools Download
  26. Hack Apps

No comments:

Post a Comment