Сейчас на форуме: Rio, -Sanchez-, artyavmu, CDK123, sashalogout (+8 невидимых) |
![]() |
eXeL@B —› Софт, инструменты —› IDA Inject Plugin v1.0.3 |
Посл.ответ | Сообщение |
|
Создано: 28 января 2010 22:24 · Личное сообщение · #1 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. In either case, a full path to the dll can be supplied, so it is not necessary for the dll to be in the search path. To get more info on how this works you can read my blog post or consult the accompanying source code. ![]() newgre.net/idainject ![]() |
![]() |
eXeL@B —› Софт, инструменты —› IDA Inject Plugin v1.0.3 |