Script.dll signature

ASM, Perl, IRW, other injections and script modules

Moderators: Murderator+, Murderator

Post Reply
kyanor
Posts: 7
Joined: 2012-02-14 19:52:10

Script.dll signature

Post 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!
Juicy Fruit
Posts: 820
Joined: 2011-06-11 19:54:23

Re: Script.dll signature

Post by Juicy Fruit »

Now it function is DWORD and returns 0x00150117.
Call:

Code: Select all

_GetScriptVersion()
_Init(&DllInterface)
kyanor
Posts: 7
Joined: 2012-02-14 19:52:10

Re: Script.dll signature

Post by kyanor »

That solved, thank you!
Post Reply