Page 1 of 1

Script.dll signature

Posted: 2015-03-19 04:43:45
by kyanor
Hello, i`ve created my own script.dll on older injection, but now i found out that it no longer works on injection 2015.

Analyzing a little I found a missing exported method called GetScriptVersion, but I don`t know what it returns and its parameters.
Does anyone know where can i get those informations? Is there more changes that I have to make?

Best Regards!

Re: Script.dll signature

Posted: 2015-03-19 07:59:23
by Juicy Fruit
Now it function is DWORD and returns 0x00150117.
Call:

Code: Select all

_GetScriptVersion()
_Init(&DllInterface)

Re: Script.dll signature

Posted: 2015-03-20 05:23:42
by kyanor
That solved, thank you!