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 posts
- What Is Hacking Tools
- Pentest Tools Windows
- Hacker Tools Free Download
- Nsa Hack Tools Download
- Pentest Tools Framework
- Pentest Recon Tools
- Hack Tools For Games
- Hacking Tools Kit
- Pentest Tools Free
- Hacker Search Tools
- Hacking Tools Free Download
- Hacker Tools Apk
- Pentest Tools Review
- Hacker Tools Software
- Easy Hack Tools
- Hacks And Tools
- Hack Tools For Ubuntu
- Tools For Hacker
- Hack Tools Pc
- Github Hacking Tools
- Hacker Tools Apk
- How To Make Hacking Tools
- Pentest Tools Framework
No comments:
Post a Comment