You are viewing our Forum Archives. To view or take place in current topics click here.
How do I get a byte form an ghost offset?
Posted:
How do I get a byte form an ghost offset?Posted:
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
Example:
The offset for Crome Players is : 0x82672EB4
When you make a program you have to code it like:
The bytes of the offset have to be right for it to work.
The bytes are like this:
How to I get the byte with the offset of 0x82672EB4?
The offset for Crome Players is : 0x82672EB4
When you make a program you have to code it like:
Ghost.SetMemory(0x82672EB4, new byte[] {0x0, 0x00, 0x00, 0x00});
The bytes of the offset have to be right for it to work.
The bytes are like this:
{0x00, 0x00, 0x00, 0x00}
How to I get the byte with the offset of 0x82672EB4?
#2. Posted:
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
Peek poker. Peek the offset and make the length 4, then it'll tell you the bytes located at that offset in the game.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
xChillest wrote Peek poker. Peek the offset and make the length 4, then it'll tell you the bytes located at that offset in the game.
Does that really work or do i have to use IDA Pro
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
Status: Offline
Joined: Jul 30, 201212Year Member
Posts: 2,396
Reputation Power: 123
jtaghacks135 wrotexChillest wrote Peek poker. Peek the offset and make the length 4, then it'll tell you the bytes located at that offset in the game.
Does that really work or do i have to use IDA Pro
Why would I post it if it doesn't work? lol
- 2useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
Status: Offline
Joined: Jun 23, 201410Year Member
Posts: 69
Reputation Power: 2
xChillest wrotejtaghacks135 wrotexChillest wrote Peek poker. Peek the offset and make the length 4, then it'll tell you the bytes located at that offset in the game.
Does that really work or do i have to use IDA Pro
Why would I post it if it doesn't work? lol
I did it bro and it didn't work.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.