Sections
Personal tools
You are here: Home people mikado Archive 2007 July 12 Another way to inject a DLL
« September 2008 »
Su Mo Tu We Th Fr Sa
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        
Archives
Topics
Topics in Detail…
Tag cloud
Reverse Engineering
 
Document Actions

Another way to inject a DLL

by mikado last modified 2007-07-12 11:44
Filed Under:

There's nothing new. This method is based on method CreateRemoteThread() and CEngine::EngineTrap() in my previous blog entry.

Read this first: OllyDbg plugin: Catcha! v1.1 - Catcha anywhere

Nothing special :D Just write a trap function that call LoadLibrary() function...

Pros:
- We have an advantage that we don't have to call CreateRemoteThread() function.

Cons:
- Must pause target process to hook its EntryPoint :D.

Re: Another way to inject a DLL

Posted by sam (Anonymous) at 2008-05-09 03:55
tried its nice :D


Powered by Plone CMS, the Open Source Content Management System