Page 1 of 1

C++ Coders

Posted: Sat May 21, 2011 1:11 am
by Resident Skumfuk
Any users on here that are fluent in C++ programming? I need help with memory editing and DLL hooking.

Anyone?

Re: C++ Coders

Posted: Sat May 21, 2011 9:47 am
by HugoDisasters
I'm not quite fluent with C++ but i do know VB.NET if that's any help

Re: C++ Coders

Posted: Sat May 21, 2011 11:26 am
by Resident Skumfuk
HugoDisasters wrote:I'm not quite fluent with C++ but i do know VB.NET if that's any help
Ah, I know VB too, and I wish this was as simple :sosad: .. C++ is 1342409238423894 times harder and i am failing at understanding it at the moment, lol. thanks though broski.

Re: C++ Coders

Posted: Sat May 21, 2011 12:10 pm
by Jake
I can do C# and some C.

R. or Boni might be of more help.

Re: C++ Coders

Posted: Sun May 22, 2011 12:12 am
by PTswim41
i just finished my first c++ class. we never learned anything about memory editing or DLL hooking though. I would just try googling what you need help with. theres lots of sites that can help you

Re: C++ Coders

Posted: Sun May 22, 2011 11:30 am
by Boni
Sorry mate, I only know mono.

Re: C++ Coders

Posted: Sun May 22, 2011 11:57 am
by HugoDisasters
This is a quite good page of read for memory editing
http://www.infernodevelopment.com/editi ... king-games

And here is a source code you might learn from
http://www.dreamincode.net/code/snippet407.htm

Re: C++ Coders

Posted: Mon May 23, 2011 1:23 am
by Resident Skumfuk
I knew the second one, but thank you alot for the first one sir.