ADD A DLL IMPORT

05/28/2017 07:57 -Prestige..#1
i wanna add a dll import to SRO_CLIENT ..
StudPE isn't working .. the dll doesnot contain a functionlist...
using ILMurge isn't working too(random error)
05/28/2017 08:06 $WeGs#2
so add a dllexport func to your source so StudPE can read it ,
or even inject the dll maunal ex using ollydbg
05/28/2017 15:46 -Prestige..#3
Quote:
Originally Posted by $WeGs View Post
so add a dllexport func to your source so StudPE can read it ,
or even inject the dll maunal ex using ollydbg
well... i've seen the replay by $WeGs, i was like '' hurray.. problem solved "
then u got me confused lel.. :rtfm::rtfm:

i don't have the dll source .. so .. dllexport func is out
manual inject using ollydbg.. seen acouple of tut.. but understood nothing lol :/ .. no other easy way ? or should i got for the hard one :D ?