Results 1 to 2 of 2

Thread: memory editors?

  1. #1
    Senior Member
    Join Date
    Dec 2003
    Posts
    317

    memory editors?

    i've been using some memory editors to look at and mess around with my processes, mostly tsearch, they work, but they dont have too many functions as far as find/replace,etc. i also found some hex editors, winhex(but they require registration for ram editing functionality) and axe advanced editor. axe sucks the memory down so i can view it, but doesnt update the memory so that the process is changed(its supposed to write back to the memory when you save the file, but it has never worked for me). searches for "memory editor", "ram editor" havent turned up anything good. anybody know a nice tool you could recommend to me?

  2. #2
    Senior Member
    Join Date
    Oct 2001
    Posts
    872
    Learn C.
    Learn how to use pointers, malloc(), and realloc().

    Then you'll be set, for life.
    ...This Space For Rent.

    -[WebCarnage]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •