Donate Now Goal amount for this month: 95 USD, Received: 20 USD (21%)

  1. 06-02-2005
    Views:
    27,823
+ Post New Thread
Page 1 of 77 1 2 3 4 5 11 51 ... LastLast
Threads 1 to 30 of 2309

Forum: Beginner

Basic programming questions

  1.   Sticky Threads  

  2. Sticky Thread Sticky: c++ programming style guide

    i was recently searching for some info on what kind of info was standard to include at the top of header files in c++ and came across this: c++ Programming Style Guidelines IMO, this is an EXCELLENT resource explaining the do's and dont's, as well as what is common practice, of programming...

    Started by gfreeman1, 06-26-2004 01:23 PM
    2 Pages
    1 2
    6 Staff Post(s) guide, programming, style
    • Replies: 20
    • Views: 5,545
    3 Weeks Ago 11:19 AM Go to last post
  3. Post Sticky Thread Sticky: [C] Beginning Tutorial

    Beginning C Tutorial + Table of Contents + - Introduction - - Getting Ready - - Start Coding - - If Statements - - Loops - - Functions -

    Started by xbpm07x, 06-06-2008 09:59 PM
    3 Pages
    1 2 3
    7 Staff Post(s) beginner, hacking, programming, trainer, tutorial
    • Replies: 37
    • Views: 3,145
    06-23-2010 02:59 AM Go to last post
  4. Exclamation Sticky Thread Sticky: Beginner C++ Lessons

    This is to anyone who wishes to learn the C++ programming language. Some reasons why you should learn the C++ language because it is very popular, it is easy to get the hang of, it can work as a high level and a low level language. *C++ is considered a high level language) First some...

    Started by Azorbix, 10-14-2003 08:37 PM
    14 Pages
    1 2 3 4 5 ... 14
    • Replies: 198
    • Views: 39,637
    06-23-2010 02:59 AM Go to last post
  5. Sticky Thread Sticky: Read Before You Post A Compiler Error

    Since it seems to be a common happening these days, let's see if we can reduce/eliminate the number of compiler problem posts shall we? basic format for an MSVC error is: first thing you should do is double click the error in the output window, this will jump to the problem line. read the...

    Started by gfreeman1, 04-30-2004 11:16 PM
    5 Staff Post(s) compiler, error, post, read
    • Replies: 10
    • Views: 2,703
    09-28-2006 02:14 PM Go to last post
  6. Arrow Sticky Thread Sticky: Starting to code

    Ok, I'm asking a big favor and lets see who will help. Lets start off by saying i'm a noob when it comes to doing things in cpp. I know nothing at all but I understand what i'm looking at and can edit things to figure stuff out. Well I've decided that I want to learn some bit and try and create an...

    Started by Diablos, 03-01-2003 04:51 PM
    4 Pages
    1 2 3 4
    13 Staff Post(s) code, starting
    • Replies: 48
    • Views: 15,344
    08-08-2005 04:45 PM Go to last post
  7. Sticky Thread Sticky: Compile Errors..read Here!!!!

    Do not post compile errors.. meh that about sums it up

    Started by UNI, 08-21-2004 09:34 PM
    2 Staff Post(s) compile, errorsread
    • Replies: 4
    • Views: 2,314
    08-22-2004 01:00 AM Go to last post
  8.   Normal Threads  

  1. what usually considers a program a hack?

    jw im sure there are many many awnsers to this question but say i just want to make a MOD for a game. How does the anticheat know it's legit and not considered a hack? how does it distinguish hacks from legit mod's users make(example: in game timer, in game Desktop time)????

    Started by maybnxtseasn, 1 Day Ago 02:33 PM
    • Replies: 2
    • Views: 52
    3 Hours Ago 11:38 PM Go to last post
  2. Question Mathematics, which books to aid learning?

    Hey all, I am interested in increasing my knowledge in the area of mathematics, as I think I am a bit deficient in that area. I studied maths at a-level, but did not take it any further. I have a BSc in Computer games Programming, but that course did not cover much maths. Ideally, I would...

    Started by owen, 23 Hours Ago 03:29 AM
    • Replies: 3
    • Views: 53
    18 Hours Ago 08:11 AM Go to last post
  3. First hook

    Hello. I already read the fixed posts of this section, and now i would like to hook something. I already know c++ and a little bit of asm. I already searched about hook, i have seen a lot of code but i dont understand where to put that code. I understand it but in what context does that go in? I...

    Started by devil, 2 Days Ago 08:52 PM
    • Replies: 2
    • Views: 87
    1 Day Ago 10:04 AM Go to last post
  4. Read the f'ing Manual getpixel x windows7

    im looking for a solution to read out pixelcolor in css while in fullscreen mode. this stopped working since windows 7. i wrote this littele code to test # #include <windows.h> #include <stdio.h> #include <iostream> int main(){

    Started by LeeTNewb, 1 Week Ago 05:20 PM
    • Replies: 6
    • Views: 168
    2 Days Ago 06:25 AM Go to last post
  5. Discussion Listing Running Processes

    Hey this is a simple question I just need to make sure on something, alright well I want to get a list of all the running processes on my computer... I already know how to do this, but what happens is is that it shows processes that are not even in the task manager some of them are services. ...

    Started by theasdferx123, 1 Week Ago 11:15 PM
    • Replies: 2
    • Views: 92
    4 Days Ago 04:27 PM Go to last post
  6. Hooking the savegame function

    Hi, I'm trying to hook the function that gets called when a game gets saved. I think I need to find the function and it's offsets in olly, but I'm not sure how I am supposed to do that. How can I log the function that a game calls in olly? Thanks in advance!

    Started by beunhaas, 6 Days Ago 11:19 AM
    • Replies: 1
    • Views: 61
    6 Days Ago 11:50 AM Go to last post
  7. Question Problem dealing with DMA

    I'm trying to learn how to read and write to memory of a process. So far I made a program using VC++ that can read and write score information in solitaire. However, each time I restart the program by memory values are no good. I've been reading on DMA and I found two usable pointers to the score...

    Started by proteus, 1 Week Ago 01:11 PM
    c++, dma
    • Replies: 1
    • Views: 75
    1 Week Ago 02:04 PM Go to last post
  8. Question Recommendation?

    Alright, so I have some basic knowledge of C++. I want to learn how to make windows and API stuff. What should I read or watch? Also I would prefer something that is not too excessive.

    Started by ELITE_eNergizer, 2 Weeks Ago 04:03 PM
    • Replies: 11
    • Views: 180
    2 Weeks Ago 02:25 PM Go to last post
  9. Question _ReturnAddress() always return 0xFFFFFFFF

    This used to work: int __stdcall hk_SomeFunction() { add_log("ReturnAddress: 0x%.8X\n", (DWORD)_ReturnAddress()); return Something; } _ReturnAddress() always return 0xFFFFFFFF, not sure what I changed, but it could be some compiler setting, that I am not familar with, anyone knows? (Visual...

    Started by The Acid, 3 Weeks Ago 10:59 AM
    1 Staff Post(s)
    • Replies: 7
    • Views: 211
    3 Weeks Ago 09:12 PM Go to last post
  10. Aiming Overlay/Line Prediction.

    Hello, I am looking at creating a window overlay/hook that will give Line prediction to an online 'Pool Game' Yes not very exciting but it's a start and has always been an interesting concept of mine (i want to adapt this to 3D games of the same type) So basically i am wandering.. Should i...

    Started by dyn4m1c, 4 Weeks Ago 02:11 AM
    • Replies: 7
    • Views: 193
    3 Weeks Ago 03:26 AM Go to last post
  11. Memory Address Changing

    I'm working on a little program that just has a variable that if it goes over a certain value it sprays a lovely message every where. I got it so It skips that. But when ever I start the program up the memory addresses change each time except for the last 4 bytes. 012C14D0 74 2B ...

    Started by Donclurd, 4 Weeks Ago 05:25 AM
    • Replies: 6
    • Views: 221
    4 Weeks Ago 04:06 AM Go to last post
  12. F.E.A.R. Client Hooking Offsets?

    Hey everyone, Basically, I'm trying to get the interface pointers e.g. g_pLTClient from my injected dll. I noticed FearHack posted here contained the lines... if(g_pLTClient == NULL) { PATCH_ReadMemory( (void*)(pClient+0x1A5418),&g_pLTClient,4); add_log("g_pLTClient =...

    Started by Subsky, 07-20-2008 10:39 AM
    • Replies: 2
    • Views: 211
    4 Weeks Ago 02:51 PM Go to last post
  13. Question Exploiting rand() C++ function remotely, is it possible? o_0

    Hello, I would like to know if is possible to change the behavior of the rand() C++ function, being executed on a remote game server... The situation is this: I'm currently reversing a game that contains a NPC that allows the player to create items. In case of success, the item is created,...

    Started by GuangZor, 06-24-2010 12:55 AM
    1 Staff Post(s) exploiting rand function
    • Replies: 6
    • Views: 248
    4 Weeks Ago 06:11 AM Go to last post
  14. Question Hook function to a class member function?

    Hi guys, is it possible to redirect a non-member function to a class member function? I want to do something like that: class Net { public: static int SendToClient(SOCKET s, const char *buf, int len, int flags); };

    Started by Raison, 06-20-2010 07:24 AM
    • Replies: 9
    • Views: 233
    06-25-2010 10:37 AM Go to last post
  15. What to read after the basics of C++

    Finally I understand the basics of C++ by reading C++ Essentials, (which is a free e-book that can be found here http://www.pragsoft.com/books/CppEssentials.pdf). So I (think I) master the subjects covered in that book, now I want to move on to some real reverse engineering. My final goal is to...

    Started by beunhaas, 05-20-2010 06:03 AM
    1 Staff Post(s)
    • Replies: 6
    • Views: 243
    06-23-2010 03:00 AM Go to last post
  16. Reading Pointer

    Hey there I got a little problem. I am trying to read my Address from a pointer. Here is the Code: void paint_class::SetZoom(int zoom) { //Pointer //00034D08 + 48 //Address: dwStatic+3ED04 DWORD address = NULL;

    Started by Gumble, 06-15-2010 11:43 AM
    • Replies: 0
    • Views: 166
    06-15-2010 11:43 AM Go to last post
  17. Classes and Instances

    I've found a good book somewhat to help me understand C++, it uses players in a game, etc. I'm a beginner in C++ and trying to understand the basics really well before I go onto anything else. In the code there's this: Player blueHat; Player redHat; Player greenHat; Player yellowHat; ...

    Started by panicxyz, 04-29-2010 02:25 PM
    • Replies: 4
    • Views: 233
    06-14-2010 11:51 PM Go to last post
  18. Question Loading a modified .swf in firefox

    Hi, I read that thread (http://forum.gamedeception.net/threads/16634-Hacking-a-flash-game-in-browser) and I really like the idea about loading a modified .swf. So i got to the point where I also modified a flash game, but i don't really know how I can get firefox to load my version of the game...

    Started by KamiKotze, 06-11-2010 11:46 AM
    • Replies: 9
    • Views: 202
    06-12-2010 04:45 PM Go to last post
  19. Question JKA hooking problem

    typedef void( *tCL_AddReliableCommand)(char *cmd, BOOL isDisconnectCmd); tCL_AddReliableCommand mCL_AddReliableCommand; void CL_AddReliableCommand( char *cmd, BOOL isDisconnectCmd) { Com_Printf("\n", cmd); mCL_AddReliableCommand(cmd,isDisconnectCmd); } void sethooks(void) {

    Started by insomnia, 06-03-2010 07:54 PM
    • Replies: 1
    • Views: 136
    06-04-2010 08:37 PM Go to last post
  20. Question [C++] __asm jmp problem.

    Hi GD, I'm attempting to write a hack for game Lineage II. In my jump's ive always delt with static address so i could use #define and it worked fine. Now i've got defeating code-shifting so i've calculated the opcode i want to jump to; const DWORD MinHealthOpcode = ...

    Started by PoZHx, 06-01-2010 04:24 PM
    3 Staff Post(s)
    • Replies: 10
    • Views: 243
    06-02-2010 07:57 AM Go to last post
  21. Question How to hook ActionScript functions ?

    Hello ! I want to hook the display functions of a flash game which use ActionScript 3. I found NPSWF32.dll as actionscript interpreter but it's just for FireFox. My game is loading by a Dll that not load the NPSWF32 dll. I mean that the dll load an OCX but I'm not sure... So Is anyone know...

    Started by bouh2, 05-23-2010 10:09 AM
    • Replies: 0
    • Views: 146
    05-23-2010 10:09 AM Go to last post
  22. Code using cout and cin from a gui application (windows only)

    sometimes it is usefull to spawn a console from a windows application with AllocConsole, to output / input some information. normally you would communicate with WriteConsole/ReadConsole, but this is a major inconvenience when you are used to cout / cin. usage: int WINAPI WinMain( HINSTANCE,...

    Started by learn_more, 05-20-2010 09:16 AM
    • Replies: 6
    • Views: 216
    05-21-2010 05:12 PM Go to last post
  23. Numbers getting multiplied by 4 at compile time

    Following code: AddHook(reinterpret_cast<uintptr_t>(GetProcAddress(GetModuleHandle("kernel32.dll"), "IsDebuggerPresent")), foo, GetModuleHandle("kernel32.dll") + 0x1000, 0x000C0000); Is compiled as: 010012C0 >/$ 56 PUSH ESI 010012C1 |. 8B35 10200001 MOV ESI,DWORD PTR DS: ...

    Started by nekitamo, 05-20-2010 09:32 PM
    1 Staff Post(s)
    • Replies: 5
    • Views: 161
    05-20-2010 11:31 PM Go to last post
  24. Question in-process versus out-of-process

    I am sorry if this has already been asked plenty of times but I couldn't find any good answer to this question, so I'm posting it here. I hope it's not a problem. I am currently using some out-of-process injection code to call functions in a game client from my application. It works by...

    Started by tanis, 06-11-2009 04:42 AM
    2 Pages
    1 2
    2 Staff Post(s)
    • Replies: 22
    • Views: 1,075
    05-20-2010 06:01 PM Go to last post
  25. Post [C++] Emulating button presses

    Hello everybody, I'm writing a macro bot for a free MMO game. I use text files for storing these macros, each line contains a key, and for how long it should be pressed in milliseconds. The game runs in a window. I already tried two methods for emulating keypresses. Method 1: void...

    Started by IST19, 05-12-2010 02:37 PM
    • Replies: 4
    • Views: 269
    05-17-2010 11:43 PM Go to last post
  26. Question Help with Hardware Breakpoints and Threading

    Hello, I've searched around for an answer to this question but there was none to be had :( I'm looking for a method to determine which thread context you need to set the hardware breakpoint in in order to hook a function. Lets say I want to hook function A, which is executed by Thread 15. How do...

    Started by nekitamo, 05-17-2010 04:07 PM
    1 Staff Post(s)
    • Replies: 3
    • Views: 138
    05-17-2010 07:15 PM Go to last post
  27. Question learn some assembly?

    Now that school is just about over, and ive taken an intro class to C++, written two programs using OOP, learned about functions, pointers, ect. Should I start learning some assembly now? Ive taken an interest in wanting to learn how to code some hacks for fun and from what I understand I should...

    Started by stormFury, 05-04-2010 11:36 AM
    • Replies: 4
    • Views: 229
    05-11-2010 02:15 AM Go to last post
  28. WinAPIs with corresponding NTDLL function calls?

    Hi, im just wondering if there is a list that would cover what is described in the title.

    Started by 12354, 05-09-2010 04:59 AM
    • Replies: 2
    • Views: 132
    05-09-2010 06:23 AM Go to last post
  29. Function call origin

    hey just a quick question, how do I check where the function call comes from? What i wanna do is check if a call to ReadProcMem comes from a specific module. I though of getting the base address and the size of the module but there is still the question how to get the address of the "call...

    Started by 12354, 05-04-2010 05:06 PM
    • Replies: 7
    • Views: 249
    05-08-2010 09:45 AM Go to last post
  30. stunned Question memcpy problem

    so i have this dll file i inject for memory editing, but atm the memcpy doesnt seem to edit the memory at all, i've checked with hookshark and by debugging the target and checking the offset, used to work before but now it doesnt seem to work at all here's my hack code #include <windows.h> ...

    Started by pwnzor, 05-02-2010 05:56 AM
    • Replies: 3
    • Views: 262
    05-05-2010 11:56 AM Go to last post

+ Post New Thread
Page 1 of 77 1 2 3 4 5 11 51 ... LastLast

Forum Information and Options

Users Browsing this Forum

There are currently 2 users browsing this forum. (1 members & 1 guests)

  1. c|p

Thread Display Options

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.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 500 views
Hot thread with unread posts
More than 15 replies or 500 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts