Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.