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
- Github Hacking Tools
- Beginner Hacker Tools
- Hacker Tools For Mac
- Nsa Hacker Tools
- Hackrf Tools
- Pentest Tools Framework
- Pentest Tools Linux
- Hack Tools For Windows
- Top Pentest Tools
- Hacking Tools For Kali Linux
- Pentest Tools Port Scanner
- Best Hacking Tools 2019
- Blackhat Hacker Tools
- Hacking Tools For Windows
- Pentest Automation Tools
- Hacking Tools Github
- Pentest Tools Linux
- Pentest Tools Github
- New Hack Tools
- Pentest Tools Tcp Port Scanner
- Pentest Tools Port Scanner
- Pentest Tools Kali Linux
- How To Hack
- Pentest Tools Linux
- Hacking Tools Software
- Hack Tools Download
- Hack Tools For Mac
No comments:
Post a Comment