Immunity Debugger is a powerful new way to write exploits, analyze malware, and reverse engineer binary files. It builds on a solid user interface with function graphing, the industry’s first heap analysis tool built specifically for heap creation, and a large and well supported Python API for easy extensibility.
Features of Immunity Debugger:
- A debugger with [...]
Tagged as:
debugger,
Exploit,
Immunity Debugger,
Malware Analysis,
Reverse Engineering
So, we posted about this piece of absofreakinlutely amazing piece of software some time ago. We were so happy with it’s performance that we actually forgot checking if there were any updates. Now, it so happens that TitanEngine is updated! This open source framework now stands at version 2.0.2!
“TitanEngine can be described as Swiss army [...]
Tagged as:
Malware Analysis,
Reverse Engineering,
TitanEngine
OllyDbg is a 32-bit assembler level analyzing debugger for Microsoft Windows. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable.
Fetaures of OllyDbg:
-Intuitive user interface, no cryptical commands
-Code analysis – traces registers, recognizes procedures, loops, API calls, switches, tables, constants and strings
-Directly loads and debugs DLLs
-Object file scanning – locates [...]
Tagged as:
OllyDbg,
Reverse Engineering,
Windows