First try at creating an IDA Pro plugin.
Just a simple plugin to dump memory from IDA Pro :D
-
Copy the
dumper.py
file to your IDA Pro'splugins
directory. -
Restart IDA Pro.
-
Open IDA Pro and load the target executable.
-
Run the plugin:
- Open the "Edit" menu.
- Select "Plugins" and then choose "dumper."
-
The plugin will prompt you to enter the following information:
- Start address (hex)
- End address (hex) or length (hex)
- File path to save the dumped data
-
Click "OK" to execute the dump process.