Skip to content

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

License

Notifications You must be signed in to change notification settings

GShabanov/Dissector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published