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
Share this post
Link to post
Share on other sites