Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adrianherrera/immdbg-pycommands
Collection of PyCommands for Immunity Debugger
https://github.com/adrianherrera/immdbg-pycommands
Last synced: 2 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T12:35:26.000Z (over 9 years ago)
- Last Synced: 2023-02-26T04:26:52.061Z (almost 2 years ago)
- Language: Python
- Size: 156 KB
- Stars: 6
- 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.