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
Continue reading
- Hacking Tools
- Pentest Tools Open Source
- Underground Hacker Sites
- Hacker Security Tools
- Bluetooth Hacking Tools Kali
- Pentest Tools Website Vulnerability
- Pentest Reporting Tools
- Pentest Tools Linux
- Pentest Tools Windows
- Beginner Hacker Tools
- Hacking Tools For Beginners
- Hack Tools Online
- Pentest Tools Find Subdomains
- Hacker Tools Linux
- Pentest Tools For Mac
- Best Hacking Tools 2019
- Best Pentesting Tools 2018
- Hacker Tools Free Download
- Hacking Tools 2020
- How To Hack
- Pentest Tools Website Vulnerability
- Hacking Tools Github
- Hacking Tools For Games
- Pentest Tools Review
- Physical Pentest Tools
- Hacker Tools For Ios
No comments:
Post a Comment