Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > C/C++
You last visited: Today at 18:48

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

Advertisement



Get value with Pointer and Offfset

Discussion on Get value with Pointer and Offfset within the C/C++ forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2014
Posts: 2
Received Thanks: 0
Get value with Pointer and Offfset

Hi, i have a problem, when i tried get the value of the address:
"metin2client.exe"+00F5565C Offset: 130, like this:
Code:
float result = *(float*)(ModuleBase+0x00F5565C+0x130);
not work, but when i get the real address of this Pointer and Offset it work
Code:
float result = *(float*)(0x22B020);
i want know how i get the value of a address with multi level pointer, thanks;
reyjhulyan is offline  
Old 02/11/2018, 20:54   #2
 
elite*gold: 0
Join Date: May 2015
Posts: 700
Received Thanks: 444
What's the type of ModuleBase?
algernong is offline  
Old 02/11/2018, 23:53   #3
 
elite*gold: 0
Join Date: Feb 2009
Posts: 542
Received Thanks: 112
Quote:
Originally Posted by reyjhulyan View Post
Hi, i have a problem, when i tried get the value of the address:
"metin2client.exe"+00F5565C Offset: 130, like this:
Code:
float result = *(float*)(ModuleBase+0x00F5565C+0x130);
not work, but when i get the real address of this Pointer and Offset it work
Code:
float result = *(float*)(0x22B020);
i want know how i get the value of a address with multi level pointer, thanks;
versuch mal:

Code:
*(float*)( (* (int*) ((int*)ModuleBase+0x00F5565C)) +0x130)
mit den casts weiß ich net ob ich richtig liege.
aufjedenfall erstmal *(ModuleBase+0x00F5565C) und dann auf die adresse die du erhälst das offset 0x130 addieren.
maxi39 is offline  
Old 02/12/2018, 00:54   #4
 
elite*gold: 0
Join Date: Feb 2009
Posts: 1,137
Received Thanks: 573
Quote:
Originally Posted by reyjhulyan View Post
Hi, i have a problem, when i tried get the value of the address:
"metin2client.exe"+00F5565C Offset: 130, like this:
Code:
float result = *(float*)(ModuleBase+0x00F5565C+0x130);
not work, but when i get the real address of this Pointer and Offset it work
Code:
float result = *(float*)(0x22B020);
i want know how i get the value of a address with multi level pointer, thanks;
Maybe overflow, check your types
warfley is offline  
Reply

Tags
c++, multi level pointer, p&o, pointer and offset


Similar Threads Similar Threads
[TUT] Video How to hack with CE und Pointer+Pointer mit SKill-Lvl und Kingdom-Hack
10/25/2010 - 4Story Hacks, Bots, Cheats & Exploits - 135 Replies
Also ich habe auch mal ein How to do Video gemacht. Wie man mit Cheat Engine und einem Pointer hackt da es viele Leute immer noch nicht wissen. Den 3. Teil kann man sich ja bestimmt denken, wenn nicht der 3. Teil kommt am Dienstag denke ich mal weil ich heute in Urlaub fahre. Solange müsstet ihr euch dann noch gedulden. Unten steht der Link für Cheat Engine, der Link von Superx321 Skill Liste für den Skill-Hack und der Bypass von St0rmBl4de. Also: How to do Video 1. Teil: YouTube - How to...
Frage: Wie findet man zB UG Pointer?Speed pointer?
03/30/2010 - Kal Online - 2 Replies
kann mir einer sagen wie man UG/Speed pointer finden kann usw^^´ß#



All times are GMT +1. The time now is 18:49.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.