Sunday, May 17, 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



More information


  1. Hacker Seguridad Informática
  2. Paginas Para Hackear
  3. Escuela De Hacking
  4. Raspberry Hacking
  5. Tutorial Hacking
  6. Programas De Hacker
  7. Hacking Online Games
  8. Google Hacking Search
  9. Hacking Games
  10. Hacking Web Technologies Pdf
  11. Hacking Attacks
  12. Chema Alonso Libros
  13. Seguridad Y Hacking
  14. Hacking Con Buscadores
  15. Codigo Hacker

No comments:

Blog Archive

About Me

My photo
Mightier than the sword, my pen is.