Kodewerx
https://www.kodewerx.org/forum/

How do I find the address of a value that never changes?
https://www.kodewerx.org/forum/viewtopic.php?f=5&t=7043
Page 1 of 1

Author:  zackfiles0 [ Wed Oct 07, 2009 11:06 am ]
Post subject:  How do I find the address of a value that never changes?

I only know how to change values that are always changing, like health.

Thanks!

Author:  Hextator [ Wed Oct 07, 2009 5:42 pm ]
Post subject: 

What is this value that isn't changing?

Author:  Parasyte [ Thu Oct 08, 2009 5:58 pm ]
Post subject:  Re: How do I find the address of a value that never changes?

Reverse engineering, probably. At least, that's how I do it.

Author:  zackfiles0 [ Thu Oct 08, 2009 8:05 pm ]
Post subject:  Re: How do I find the address of a value that never changes?

A value that doesn't never changes... Hmm... I can think of some examples.

Quote:
Is costs 50 coins to ride the Roller Coaster. Would you like to go on?

Lets say this was the only ride. How could I change the 50 coins to 1 coin?

Or...

I have 64/100 Hit Points, 100 being the denominator. For the entire game, the denominator will never change.
I want to change the value of the denominator to 5000.

How could I find the address?


Hey Parasyte, does Reverse Engineering require you to know Assembler?
Is there another method, one which another language isn't needed?

Author:  Hextator [ Thu Oct 08, 2009 8:25 pm ]
Post subject: 

Reverse engineering does not require you to know "assembler".

I don't care what others say, "assembler" is terribly grammatically incorrect to use interchangeably with "assembly".

Debugging the execution of the application's assembly code is indeed the best way to solve your problem, and is actually ridiculously easy.

Author:  zackfiles0 [ Thu Oct 08, 2009 8:30 pm ]
Post subject:  Re:

Zeld wrote:
Debugging the execution of the application's assembly code is indeed the best way to solve your problem, and is actually ridiculously easy.


Lol, what?
Sorry, I didn't get that...

Author:  Parasyte [ Fri Oct 09, 2009 1:28 am ]
Post subject:  Re: How do I find the address of a value that never changes?

Zeld's statement can be surmised as follows: Reverse engineering.

Author:  Hextator [ Fri Oct 09, 2009 8:58 am ]
Post subject: 

Yeah, but by that logic this whole board can be summarized as "Reverse engineering" and "tits". So...

You can't abstract everything all the time.

Author:  jleemero [ Fri Oct 09, 2009 11:58 am ]
Post subject:  Re: How do I find the address of a value that never changes?

Attachment:
1253028153523.jpg
1253028153523.jpg [ 191.06 KiB | Viewed 11492 times ]

Surprisingly Relevant

Author:  Parasyte [ Mon Oct 12, 2009 11:11 pm ]
Post subject:  Re:

Zeld wrote:
Yeah, but by that logic this whole board can be summarized as "Reverse engineering" and "tits". So...

You can't abstract everything all the time.

What's wrong with that? It is so elegant a description.

Author:  HyperHacker [ Tue Oct 13, 2009 8:12 am ]
Post subject:  Re: How do I find the address of a value that never changes?

So if we started reverse-engineering tits, would the board implode?

Author:  Hextator [ Tue Oct 13, 2009 9:14 am ]
Post subject: 

No, or else it would have already ^

Author:  Geeh [ Thu Aug 06, 2015 4:38 am ]
Post subject:  Re: How do I find the address of a value that never changes?

If you can breakpoint, set a read breakpoint to your current 'health', follow the code execution and you'll find it eventually.

Author:  Minion [ Thu Aug 06, 2015 8:12 am ]
Post subject:  Re: How do I find the address of a value that never changes?

Geeh wrote:
If you can breakpoint, set a read breakpoint to your current 'health', follow the code execution and you'll find it eventually.


Necro-post much?

Author:  Geeh [ Thu Aug 06, 2015 4:54 pm ]
Post subject:  Re: How do I find the address of a value that never changes?

Minion wrote:
Geeh wrote:
If you can breakpoint, set a read breakpoint to your current 'health', follow the code execution and you'll find it eventually.


Necro-post much?


The newest post was made like a month ago, you should be happy new member(s) are commenting on perhaps one of the latest posts in this forum, since apparently this guy hasn't figured out how to do it yet, with no reply we cannot tell.

Page 1 of 1 All times are UTC - 8 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/