Another way to inject a DLL

July 12, 2007 by mikado · 1 Comment 

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.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Add to favorites
  • Reddit
  • Technorati
  • Tumblr
  • Twitter
  • Slashdot
  • Identi.ca

About mikado

Comments

One Response to “Another way to inject a DLL”
  1. sam (Anonymous) says:

    tried its nice :D