quarta-feira, 15 de abril de 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. Hacking Tools Mac
  2. Pentest Tools Find Subdomains
  3. Underground Hacker Sites
  4. Hacker Tools Github
  5. Hak5 Tools
  6. Hack Website Online Tool
  7. Tools For Hacker
  8. Pentest Reporting Tools
  9. Hacking Tools Kit
  10. Github Hacking Tools
  11. Hacker Tools Apk Download
  12. Hacking Tools Kit
  13. Hacker Tools For Ios
  14. Hacker Tools Linux
  15. Tools 4 Hack
  16. Hack Tools Pc
  17. Tools Used For Hacking
  18. Hacker Tools For Pc
  19. Wifi Hacker Tools For Windows
  20. Tools For Hacker
  21. Pentest Automation Tools
  22. Hack Tool Apk
  23. Pentest Tools Find Subdomains

Nenhum comentário: