Kodewerx

Our culture has advanced beyond all that you could possibly comprehend with one hundred percent of your brain.
It is currently Thu Mar 28, 2024 3:18 pm

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 15 posts ] 
Author Message
PostPosted: Wed Oct 07, 2009 11:06 am 
Offline
Kommunist
Kommunist

Joined: Fri May 09, 2008 8:18 pm
Posts: 199
I only know how to change values that are always changing, like health.

Thanks!


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Wed Oct 07, 2009 5:42 pm 
Offline
Komrade
Komrade

Joined: Tue Mar 27, 2007 10:18 am
Posts: 1328
What is this value that isn't changing?

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Thu Oct 08, 2009 5:58 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
Reverse engineering, probably. At least, that's how I do it.

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
PostPosted: Thu Oct 08, 2009 8:05 pm 
Offline
Kommunist
Kommunist

Joined: Fri May 09, 2008 8:18 pm
Posts: 199
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?


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Oct 08, 2009 8:25 pm 
Offline
Komrade
Komrade

Joined: Tue Mar 27, 2007 10:18 am
Posts: 1328
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.

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject: Re:
PostPosted: Thu Oct 08, 2009 8:30 pm 
Offline
Kommunist
Kommunist

Joined: Fri May 09, 2008 8:18 pm
Posts: 199
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...


Top
 Profile  
Reply with quote  
PostPosted: Fri Oct 09, 2009 1:28 am 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
Zeld's statement can be surmised as follows: Reverse engineering.

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Fri Oct 09, 2009 8:58 am 
Offline
Komrade
Komrade

Joined: Tue Mar 27, 2007 10:18 am
Posts: 1328
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.

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Fri Oct 09, 2009 11:58 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Sat Nov 24, 2007 6:04 pm
Posts: 647
Location: Rattlesnakes and Sand
Attachment:
1253028153523.jpg
1253028153523.jpg [ 191.06 KiB | Viewed 11490 times ]

Surprisingly Relevant


Top
 Profile  
Reply with quote  
 Post subject: Re:
PostPosted: Mon Oct 12, 2009 11:11 pm 
Offline
Krew (Admin)
Krew (Admin)
User avatar

Joined: Sun Oct 01, 2006 9:26 pm
Posts: 3768
Title: All in a day's work.
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.

_________________
I have to return some video tapes.

Feed me a stray cat.


Top
 Profile  
Reply with quote  
PostPosted: Tue Oct 13, 2009 8:12 am 
Offline
Komrade
Komrade
User avatar

Joined: Tue Mar 27, 2007 6:23 pm
Posts: 1354
Location: Mario Raceway, 1509.831, 217.198, -564.429
Title: Mario Kart 64 Hacker
So if we started reverse-engineering tits, would the board implode?

_________________
Image 143
HyperNova Software is now live (but may take a few tries to load) currently down; check out my PSP/DS/Game Boy/Windows/Linux homebrew, ROM hacks, and Gameshark codes!


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Oct 13, 2009 9:14 am 
Offline
Komrade
Komrade

Joined: Tue Mar 27, 2007 10:18 am
Posts: 1328
No, or else it would have already ^

_________________
Image


Top
 Profile  
Reply with quote  
PostPosted: Thu Aug 06, 2015 4:38 am 
Offline
Kommunist
Kommunist

Joined: Wed Aug 05, 2015 1:49 pm
Posts: 3
Title: γRB
If you can breakpoint, set a read breakpoint to your current 'health', follow the code execution and you'll find it eventually.


Top
 Profile  
Reply with quote  
PostPosted: Thu Aug 06, 2015 8:12 am 
Offline
Kommunist
Kommunist
User avatar

Joined: Mon Oct 16, 2006 5:36 pm
Posts: 781
Location: Upstate NY.
Title: Hacker
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?

_________________
Image
Fuck Rune, that is all.


Top
 Profile  
Reply with quote  
PostPosted: Thu Aug 06, 2015 4:54 pm 
Offline
Kommunist
Kommunist

Joined: Wed Aug 05, 2015 1:49 pm
Posts: 3
Title: γRB
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.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 170 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group