Description: IDA Inject plugin
This plugin allows you to inject dlls into a debugged process, either prior to process creation or when the debugger is attached. The injected dll can then do some fancy stuff inside the debugged process.
To realize dll injection before process creation, new import descriptors are added to the image import directory of the debuggee, whereas injection into an already running process is realized via shellcode injection, which in turn loads the dll in question.
To Search:
- [WINDOWS_DelayLoadLib] - core Windows programming Exception handl
- [BCB_DLL] - BCB Ultimate DLL manual preparation, app
- [DebugApp] - Commissioning a new development of softw
- [maty] - CD-ROM includes C++ numerical analysis o
File list (Check if you may need any files):
IDAInject\IDAInject.cpp
.........\IDAInject.h
.........\IDAInject.rc
.........\IDAInject.sln
.........\IDAInject.vcproj
.........\IDAInjectGUI.cpp
.........\IDAInjectGUI.h
.........\resource.h
IDAInject.plw
IDAInject
SimpleConfig\SimpleConfig.cpp
............\SimpleConfig.h
SimpleConfig