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
- Free Pentest Tools For Windows
- Pentest Tools Free
- Hack Tools For Pc
- Tools 4 Hack
- Pentest Tools Port Scanner
- Hacker Tools For Ios
- Hack Tools For Ubuntu
- Android Hack Tools Github
- Best Pentesting Tools 2018
- Easy Hack Tools
- Hack Tools 2019
- Ethical Hacker Tools
- Pentest Tools Website Vulnerability
- Pentest Tools Free
- Bluetooth Hacking Tools Kali
- Best Hacking Tools 2020
- Hacking Apps
- Pentest Tools Framework
- Hacking Tools Kit
- Pentest Tools Alternative
- Free Pentest Tools For Windows
- Hacking Tools 2019
- Nsa Hack Tools
- Hacker Tools Linux
- Tools Used For Hacking
- Pentest Recon Tools
- Hacking Tools And Software
- Hacker Tool Kit
No comments:
Post a Comment