[Fix] Proxy-DLL

03/17/2011 13:13 ILikeItEasy#31
Respect Thiedius for your contributions

I wasn't to fond of this release in the beginning, since I was happy to see a large number of (bought) bots disappear.. grins, was getting pretty crowded :P

But, like it is said before, everybody here once learned coding/hacking and 99% learned it through examples released by people like you!

So... thanks for your contributions !! :)
03/17/2011 15:31 meak1#32
99% learned how to copy some sources into one c++ project =D

example != working source

My Hint: Look in Ollydbg where is FileCheck before dbghelp.dll or d3dx9_29.dll and then just write there a jump to next FileCheck..

Thats an Example and not Downloading Source..


Normal:
PHP Code:
FileCheck -> china.dll
FileCheck 
-> dbghelp.dll
FileCheck 
-> d3dx9_29.dll
FileCheck 
-> some other.dll 
Patched:
PHP Code:
Jump to Address FileCheck -> some other.dll (overwrite where is the FileCheck -> china.dll)
FileCheck -> dbghelp.dll
FileCheck 
-> d3dx9_29.dll
FileCheck 
-> some other.dll 
03/17/2011 17:27 Thiesius#33
Fix updated with dll synchronization.
(Though it still works for me with plain detours)
12/08/2015 10:06 luki180pl#34
May I ask what are the critical section objects doing here?