Generic programming tutorials
Sticky Threads
So ur l33b h4x4n, r u?! Ammendment #1: http://forum.gamedeception.net/showthread.php?19573-C-TF2-Your-first-cheat&p=132213#post132213 Supplemental #1: http://forum.gamedeception.net/showthread.php?19573-C-TF2-Your-first-cheat&p=132244#post132244 Supplemental #2: We're in the news! Kigen (author...
Well, I've never heard of this problem before so i decided to post it, in ManualMap the creator (Darawk) did not take into consideration that the compiler would do some wierd shit like this: __declspec( naked ) void DllMainCallStub( HMODULE hMod ) { __asm { push 0; push 1;
Normal Threads
If you can catch on to shit easily, then this is for you: I've recently come across a bunch of C++ video tutorials courtesy of Stanford University. I've uploaded the .torrent files to the video lessons to download the lessons in wmv format. (approx 130MB each and 40+ minutes). You can also find...
Please help me.. i am newbie
Alright i'll be short: I found these videos today and i tought i have to share them, it's exactly for the perpouse of learning ASM for reverse egeneering. These are one of the best video tutorials on the web so enjoy them: Assembly Primer forHackers-Part-1 System Organization Assembly Primer...
This is not really a tutorial, just not big enough of a project for me to post in the releases forum. (Feel free to move it if you disagree ;)) This can be used to communicate with other processes and modules aka. interprocess communication. I use it to communicate with my injected modules from...
(Mir war langweilig ;D) This is my video tutorial on scanning memory patterns to find addresses in memory that change during recompilation. Click here for video tutorial Resources: The pattern scanning function:
Hi, as i have seen that most of the stuff here is made with Detours 1.5, I woundered why, I downloaded Detours tried to compile it, and understood. Well, heres my solution how i got it to work, quite simple. Before we start I'd like to make some assumptions, - You should be able to add...
http://www.computer-books.us/cpp.php
Hey all, This is pretty well known, but for those who haven't done this in the past, you don't need the SDK or library linking to call virtual functions. This is for the Source Engine's ExecuteClientCmd function, however you can do this with anything in reality (I do it with DirectX so I can...
http://www.youtube.com/user/antiRTFM#p/c/1D10C030FDCE7CE0
These tutorials are from a complete beginners point of view, it'll help lift you off the ground. http://www.youtube.com/view_play_list?p=1D6727247CA35794
This is really old... probably 3 years or so, but I've posted it at other sites so I figured I'd contribute and post it here. Making a C++ Trainer - by Cheating Dude Tools required: Visual C++ (optimized for 6.0) Some knowledge in C++ ---
THEY REMOVED IT
Okay, this was in my mind for quite a while, until I came up with a solution today. The problem is, that there is no userland API to access the debug registers, unlike Get/SetThreadContext on Windows. There is, however, ptrace(). The problem with that is, that we can't ptrace our own process. So...
Not really a tutorial, but every line is described, you need to know basic C to do this. #include <iostream> using namespace std; int main() { int x = 2; //Variable int y = 1; //Variable
http://www.directxtutorial.com/index.aspx lol, credit to google.. lots of cool stuff, it was made for game development, but still, lots of usefull stuff.. although i cant get their "drawing sprites" to work out...oh welll GLHF
There are currently 1 users browsing this forum. (0 members & 1 guests)
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules