Jump to content

DLL inject


redfire
 Share

Recommended Posts

Ok i tried something on DLL injection today, something like this

#include <InjectDLL.au3>

Local $DLLPath = "C:\Users\SpaxxxPC\Desktop\webworks\test.dll"
Local $PID = ProcessExist("calculator.exe")

$ret = _InjectDLL($PID,$DLLPath)

MsgBox(64,"result","Injected")

i get an error, saying it cannot open injectDLL.au3, why is that? i put the _InjectLL.au3 function in includes, what is the main reason for the failure

Link to comment
Share on other sites

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...