Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > C/C++
You last visited: Today at 02:44

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[HELP] ReadProcessMemory don't work 32 bit.

Discussion on [HELP] ReadProcessMemory don't work 32 bit. within the C/C++ forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 5
Join Date: Aug 2010
Posts: 745
Received Thanks: 3,041
[HELP] ReadProcessMemory don't work 32 bit.

#Out!
lalaker1 is offline  
Old 02/23/2013, 14:58   #2
 
Dr. Coxxy's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 1,206
Received Thanks: 736
there are several possibilities to solve this:

a) learn the language
b) search a window, make sure you are atleast 3rd floor and jump
c) learn how pointers work

i suggest a) and c), however b) is a valid choice.
Dr. Coxxy is offline  
Thanks
2 Users
Old 02/23/2013, 18:39   #3
 
RunzelEier's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 1,196
Received Thanks: 682
What Dr. Coxxy is trying to say is that you dont need the WinAPI to read something in your own process.
RunzelEier is offline  
Old 02/23/2013, 18:47   #4
 
Dr. Coxxy's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 1,206
Received Thanks: 736
Quote:
Originally Posted by RunzelEier View Post
What Dr. Coxxy is trying to say is that you dont need the WinAPI to read something in your own process.
Thanks captain obvious.
Dr. Coxxy is offline  
Reply


Similar Threads Similar Threads
ReadProcessMemory Lib "kernel32" Alias "ReadProcessMemory" Problem
03/06/2012 - .NET Languages - 9 Replies
Deleted
how to use ReadProcessMemory to get char name with vb????
06/18/2011 - Perfect World - 2 Replies
:handsdown::handsdown::handsdown::handsdown: I've got an offset but do not know how to use it to read type string,i know just to read type integer. this my function Public Shared Sub PointerRead(ByVal Offset As Integer(), ByRef Buffer As Integer) Try Dim b As Integer = Nothing Dim t As Integer = _PerfectWorldBaseAddress
ReadProcessMemory
04/29/2011 - General Coding - 2 Replies
Habe ein gutes beispiel für pointer und offsets um internet gefunden doch leider klappt es nur bei dem programm was auch im video war ich wollte es jetzt mal bei 4story ausprobieren nur leider geht es nicht ( private server ) hier mal das programm #include <iostream> #include <windows.h> using namespace std; //--------------------------------- //Offsets
ReadProcessMemory, C++ Problem
08/09/2010 - C/C++ - 12 Replies
Hi, ich mach mich gerade ans Memory editing in C++ aber habe nen Problem mit ReadProcessMemory. Hier mal mein Code: #include <iostream> #include <limits> #include <windows.h> using namespace std; int main()
ReadProcessMemory problem
06/10/2009 - General Coding - 4 Replies
hi, jedes mal wenn ich ReadProcessMemory verwende kommt die zahl 1 raus. Was mache ich denn falsch. int ReadMemory(int address) { int r; FindWindow(); r = ReadProcessMemory(Process, (int*)address, &value, sizeof(value), NULL); CloseHandle( Process );



All times are GMT +2. The time now is 02:44.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.