Jump to content

Recommended Posts

Posted

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

Posted
Guest
This topic is now closed to further replies.
×
×
  • Create New...