Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aa2g/ChainDLL
Browse files Browse the repository at this point in the history
  • Loading branch information
1waP2toxuw committed Jul 12, 2017
2 parents 486fae2 + 6ccc90d commit 092919f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ChainDLL

This utility will patch an exe file so that it will load specified DLL file on startup
(prior to executing anything else).

It is similiar to various injectors (CreateRemoteThread/QueueAPC etc), however it burns
the LoadLibrary call into the target exe file and executes it at a well-defined point.

It does not need a debug privilege either.

If the burned in DLL path does not exist, or its DllMain fails for some reason, the original
EXE binary continues silently.

The DLL paths injected are always interpreted relative to the host EXE.

0 comments on commit 092919f

Please sign in to comment.