Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

RAM editing

Name: Anonymous 2007-06-22 9:37 ID:UN5mPwB0

well about 5 years ago i have seen program that allow to search and edit things in RAM
nowdays i need that program dramatically unfortunately i dont remember name of program and i have failed googling for it

anybody remember name of such program?

Name: Anonymous 2007-06-22 9:53 ID:Heaven

processor registers

Name: Anonymous 2007-06-22 10:07 ID:irnc0XIX

Artmoney? TSearch?

Name: Anonymous 2007-06-22 10:20 ID:UN5mPwB0

>>3
first one sounds great
also second is useful thanks Anonymous

Name: Anonymous 2007-06-22 17:10 ID:EqR1803H

Does anyone know how a program like ArtMoney works under the hood?

Name: Anonymous 2007-06-22 17:16 ID:l6Xw9yp7

>>5
They attach to a process using debugging facilities, gaining access to their virtual memory space. Then they proceed to scan the used pages for data that looks like what you want, and allow you to edit it. More advanced software can match patterns. For example, you want to edit small numbers, like 3, the number of lives in a game. But there are many 3s in a 20 MB process. So you just take note of the 3s and where they are. Then you wait until this number changes, let's say to 4, and then the program looks for 4s. Only the positions that were 3 before and are 4 now are candidates now. If there are still several matches, you have to produce another change (or wait until other data changes while keeping the number you want intact, but it's less effective).

Name: Anonymous 2007-06-22 17:17 ID:wckxRG0W

debug - comes with Windows

Name: Anonymous 2007-06-22 19:41 ID:Heaven

SoftICE

Name: Anonymous 2007-06-22 22:10 ID:Heaven

>>8
Except softice is more of a real-time debugger, not so much suited for memory editing operations, as op asked. Stop giving shitty advice.

Name: Anonymous 2007-06-23 9:58 ID:EupNp2wC

>>6
what program have this advanced software?

Name: Anonymous 2007-06-23 10:58 ID:HdY4PB7Y

Name: Anonymous 2010-12-24 12:30

Don't change these.
Name: Email:
Entire Thread Thread List