Use Custom DLL

Envolvents

New member
Messages
36
Points
0
Age
31
Location
Brazil
Github
wellingtonferraz
Emulator
Hi everyone, I want support for this application.
 
Recent I was found a DLL Eikasia of ratalaika, how to add custom DLL in my hexed?
 
My Client: 2010-07-30aRagexeRE_patched.exe
 
How to add custom DLL?
 
SOLVED: 
//All Lines beginning with // are ignored
//All strings ending with a .dll is taken as the current DLL and lines that follow that doesnt have that pattern are taken as functions.
// To import function by name simply put the name
// To import function by ordinal number put the ordinal following a ':' symbol (like :41 below)
// For better clarity put spaces in front of either types of function imports

eikasia.dll
_DllMain@12
// :41

https://github.com/MStr3am/NEMO/blob/pre_3p0/Input/dlls.txt
 
Last edited by a moderator:
Back
Top