 |
 |
Hex-Editing Games in OS X
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Jul 2002
Location: Calgary, Alberta, Canada
Status:
Offline
|
|
Pandora's Box no longer works....
Anyone know of any Hex Editing apps that will allow us to edit parameters in running games on OS X?
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Jul 2002
Location: Leiden, Netherlands
Status:
Offline
|
|
Originally posted by supafly1:
Pandora's Box no longer works....
Anyone know of any Hex Editing apps that will allow us to edit parameters in running games on OS X?
In the terminal try "od", man od.
|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Jul 2002
Location: Calgary, Alberta, Canada
Status:
Offline
|
|
Originally posted by Ludovic Hirlimann:
In the terminal try "od", man od.
But can I search for strings? I want to be able to search for a string for lets say my cash amount in Uplink, then change it to another higher number....
|
|
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: May 2001
Location: Oviedo, Floriduh USA
Status:
Offline
|
|
It's unlikely that any application would be able to access any other application's memory space, due to the protected memory scheme that makes things so stable. It would have to be written very close to the kernel and would have the possibility of making the whole system unstable.
|
|
folding@home is good for you.
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Mar 2000
Location: London, UK
Status:
Offline
|
|
Originally posted by bousozoku:
It's unlikely that any application would be able to access any other application's memory space, due to the protected memory scheme that makes things so stable. It would have to be written very close to the kernel and would have the possibility of making the whole system unstable.
Not true. See gdb.
|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Jul 2002
Location: Calgary, Alberta, Canada
Status:
Offline
|
|
Originally posted by Angus_D:
Not true. See gdb.
What is GDB?
|
|
|
| |
|
|
|
 |
|
 |
|
Senior User
Join Date: Nov 2000
Status:
Offline
|
|
GDB is a debugger.
If I were going to hack at something I would use libPatch or an APE module though - not gdb.
F-Script Anywhere is pretty cool too. I don't really know F-Script but FSA's ability to easily inspect/modify running apps keeps me using it.
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: May 2002
Status:
Offline
|
|
GDB can only look at programs that
are running under it ( gdb progname
then type run).
But haveing said that there are profilers
that can look at a running program and
see what function/system calls they are
excuting after they have launched
|
|
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: Mar 2000
Location: London, UK
Status:
Offline
|
|
Originally posted by theory:
GDB can only look at programs that
are running under it ( gdb progname
then type run).
gdb attach <pid>, silly 
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|