From Collaborative RCE Tool Library
Immunity Debugger
| Tool name: | Immunity Debugger |
|
||
|---|---|---|---|---|
| Author: | Immunity Inc / Oleh Yuschuk | |||
| Website: | http://debugger.immunityinc.com | |||
| Current version: | 1.5 | |||
| Last updated: | March 27, 2008 | |||
| Direct D/L link: | N/A | |||
| License type: | Free | |||
| Description: | Immunity Debugger is based on OllyDbg. 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. * A debugger with functionality designed specifically for the security industry * Cuts exploit development time by 50% * Simple, understandable interfaces * Robust and powerful scripting language for automating intelligent debugging * Lightweight and fast debugging to prevent corruption during complex analysis * Connectivity to fuzzers and exploit development tools |
|||
| Related URLs: | No related URLs have been submitted for this tool yet | |||
Feed containing all updates for this tool.
Here below you will find useful notes about this tool, left by other users.
You are welcome to add your own useful notes here, or edit any existing notes to improve or extend them.
(please also edit it if you think it fits well in some additional category, since this can also be controlled)
Immunity Debugger 1.5
Immunity team is proud to present: Immunity Debugger 1.5
This new Immunity Debugger release provides a lot of new scripts and important fixes. New scripts to improve your debugging experience include: gflags, hookssl, and hookndr.
The API has been reinforced with new functionality which allows you to gather more information from the remote process, such as Threads, findRetValue. This release also includes some important fixes such as correct Memory Page protection flags, which are also available via the Python API.
Check the Changelog below for the details of this exciting release.
As usual, you can discuss your scripts, request new features or just hang out at our forum: http://forum.immunityinc.com. We would like to thank Teddy Roggers from tuts4you for maintaining a list of Immunity Debugger ported plug-ins that can be found at http://www.tuts4you.com/download.php?list.74
Do you want to hire a hacker? Are you looking for job? Immunity has extended the Immunity Debugger Advertisment service to hackers, reverse engineers and debugger freaks and it is now free for job seekers!
Job seekers can place ads at http://debugger.immunityinc.com/hireahacker.html
Happy debugging (and job hunting)!
Team Immunity P.S.: If you want to request a feature, show off your script or just chat about Immunity Debugger, Justin Seitz from the Immunity Debugger team will be at CanSecWest for the next three days.
1.50 Build 0
New Features:
- Debugger:
- Memory Pages:
Immunity Debugger API:
o Added imm.vmQuery() wrapper [Query Virtual Memory pages] o The MemoryPage class has been improved. - Protect and Allocation Protect Flags are queried in real-time - You can get a human readable flag passing human = 1 to page.getAccess() and page.getInitAccess() o Added: - searchOnExecute() - searchOnRead() - searchOnWrite() These methods will search in any memory page with access = anycombination.
PyCommands:
Bug Fixes:
- Debugger Core