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
- Beginner Hacker Tools
- Hacker Tools 2020
- What Are Hacking Tools
- Ethical Hacker Tools
- Hack Tools For Ubuntu
- Hacker Search Tools
- Blackhat Hacker Tools
- Black Hat Hacker Tools
- Hacking Tools For Mac
- How To Make Hacking Tools
- Tools For Hacker
- Free Pentest Tools For Windows
- Game Hacking
- Pentest Tools Port Scanner
- Hacker
- Pentest Tools
- Nsa Hack Tools
- How To Make Hacking Tools
- Pentest Tools Online
- Hack Tools Mac
- Pentest Tools For Android
- Hack Tools
- Pentest Tools Windows
- Pentest Tools Android
- Pentest Tools
- Hacking Tools Kit
- Install Pentest Tools Ubuntu
No comments:
Post a Comment