Wednesday, May 20, 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 links


  1. Hacking Y Seguridad
  2. Python Desde 0 Hasta Hacking - Máster En Hacking Con Python
  3. Hacker Etico
  4. Hacking 2019
  5. Hacking Games Online
  6. Que Es Un Hacker
  7. Hacking Tutorials
  8. Bluetooth Hacking
  9. Blackhat Hacking
  10. Tecnicas De Hacking
  11. Como Empezar En El Hacking
  12. Hacking 2018
  13. Hacking Ético
  14. Hacking Apps

No comments:

Post a Comment