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
- Hacks And Tools
- Hacking Tools Free Download
- Hacker Tools List
- Pentest Recon Tools
- Hacker Techniques Tools And Incident Handling
- Pentest Tools Free
- Best Pentesting Tools 2018
- Hack Apps
- Hacker Tools For Ios
- Hacking Tools Pc
- Hackrf Tools
- Hacker Tools 2019
- Hacking Tools Hardware
- Pentest Tools Online
- Pentest Automation Tools
- Hacker
- Game Hacking
- Pentest Tools Free
- Hacking Tools For Kali Linux
- Hacker Tools For Windows
- Hack Tools
- Pentest Tools List
- Hacking Tools For Mac
- Hacking Tools For Pc
- Hack Tools Download
- Hack Apps
No comments:
Post a Comment