Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.1 KB

Dissector

This is an IDA plugin used to analyze and gut files during debugging.

https://github.com/GShabanov/Dissector/blob/master/images/mainapp.jpg

Note:

This plugin is my army knife for working with packed files. Unfortunately, I did not find suitable tools for IDA, which would allow to make file modifications. Therefore, this project was created. It allows you to flush portions of code onto the disk without leaving the environment, as well as change program data both on disk and in memory.

This program is useful to malware researchers, as well as other researchers working with packaged code.

Version

1.0.0 first public working code

Supported features

  • Dump portions of memory from debugged process
  • Patch physical data on disk

Build

To build this project it is necessary to add _IDA_SDK_ROOT environment variable. The solution is consists of two projects. To build a plugin, you must build IdaPlugin. The second one is necessary for debugging purposes, as well as to facilitate development.