https://github.com/adrianherrera/immdbg-pycommands
Collection of PyCommands for Immunity Debugger
https://github.com/adrianherrera/immdbg-pycommands
Last synced: 3 months ago
JSON representation
Collection of PyCommands for Immunity Debugger
- Host: GitHub
- URL: https://github.com/adrianherrera/immdbg-pycommands
- Owner: adrianherrera
- License: mit
- Created: 2015-05-09T02:12:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T12:35:26.000Z (almost 10 years ago)
- Last Synced: 2025-03-28T23:43:33.024Z (3 months ago)
- Language: Python
- Size: 156 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Immunity Debugger PyCommands
A collection of PyCommands for Immunity Debugger.## `memhash.py`
Calculates the MD5 sum of a given address range within the debugged process.
This could, for example, be used to provide the user with a quick indication on
whether a given address range has changed during execution.## `memyara.py`
Run [Yara](http://http://plusvic.github.io/yara/) rules over a given address
range within the debugged process.