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 posts
  1. Beginner Hacker Tools
  2. Hacker Tools 2020
  3. What Are Hacking Tools
  4. Ethical Hacker Tools
  5. Hack Tools For Ubuntu
  6. Hacker Search Tools
  7. Blackhat Hacker Tools
  8. Black Hat Hacker Tools
  9. Hacking Tools For Mac
  10. How To Make Hacking Tools
  11. Tools For Hacker
  12. Free Pentest Tools For Windows
  13. Game Hacking
  14. Pentest Tools Port Scanner
  15. Hacker
  16. Pentest Tools
  17. Nsa Hack Tools
  18. How To Make Hacking Tools
  19. Pentest Tools Online
  20. Hack Tools Mac
  21. Pentest Tools For Android
  22. Hack Tools
  23. Pentest Tools Windows
  24. Pentest Tools Android
  25. Pentest Tools
  26. Hacking Tools Kit
  27. Install Pentest Tools Ubuntu

No comments: