Skip to content

Implementation for in-memory patching ida.dll and ida64.dll

License

Notifications You must be signed in to change notification settings

quangnh89/dbfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dbfix

About the patch

I have some IDB files from my friends who use leaked version of IDA pro. I really want to open these files. So that, I create this plugin to patch ida.dll and ida64.dll.

This version is compatible with IDA 7.0.170914 and 7.2.181105 only.

Building dbfix

64 bit binary only:

mkdir build64
cd build64
cmake -G"Visual Studio 15 2017 Win64" ..
cmake --build . --config Release

Using dbfix

  1. Copy dbfix.dll into plugin directory
  2. Restart IDA

About

Implementation for in-memory patching ida.dll and ida64.dll

Resources

License

Stars

Watchers

Forks

Packages

No packages published