Jump to content
  • 0
Envolvents

Use Custom DLL

Question

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

Edited by Envolvents

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.