+ Reply to Thread
Page 10 of 10 FirstFirst 1 2 3 4 5 6 7 8 9 10
Results 91 to 100 of 100

Thread: (Artemis) Cheat System released

  1. #91
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    451

    Default

    I learned how to set and handle hardware breakpoints while developing the video mode patcher some years ago. I just integrated it into Artemis recently.

    Last night I had the idea to use the same code to set a write breakpoint on an arbitrary address. For this, I modified the exception handler a bit to do nothing more than saving all general purpose registers and EPC to a known area in RAM. I also made sure that the breakpoint is set again after it hit, so I always got a copy of the registers of the very last exception. While being in-game, I knew when the write breakpoint hit, and simply dumped the area with the EPC value...

    At the moment, it is nothing more than a quick hack. It needs to be implemented into the communication protocol to allow for live breakpointing. Unfortunately, the current protocol needs to be revised before we can do anything like that.

    Anyway, I consider this a major breakthrough. Without breakpoints, Artemis doesn't deserve being called "game debugger".

  2. #92
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    451

    Default

    Just a small correction: With level 2 exceptions (hardware breakpoints etc.), the right register is ErrorPC and not EPC.

  3. #93
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    451

    Default

    Here's version 0.4.1:

    Code:
    0.4.1 (Oct 20 2009)
    - The USB modules are now included and loaded by default, allowing you to read
      files from the mass: device. To disable USB support, change the new setting
      loader.usb_support to false.
    Thanks to LMZ for pointing out that usb_mass is open source.

    Download: https://bitbucket.org/misfire/artemis/downloads/

  4. #94
    Join Date
    Jan 2009
    Posts
    11

    Default

    Quote Originally Posted by misfire View Post
    Here's version 0.4.1:
    ...
    Download: https://bitbucket.org/misfire/artemis/downloads/
    This link no longer works, can someone please upload a copy of Artemis 0.4.1? The lastest version released at https://artemis.bountysource.com/download is v0.4.

  5. #95
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    451

    Default

    I renamed the project/repository to ps2rd. You can get it from http://bitbucket.org/misfire/ps2rd/downloads/. The current version is ps2rd 0.4.2.

  6. #96
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    451

  7. #97
    Join Date
    Mar 2007
    Posts
    308

    Default

    Is ps2cc (any revision of it) compatible with the newest version? I'll know in about a week when I get access to my computer, but just wondering if anyone can tell me in advance.

  8. #98
    Join Date
    Sep 2009
    Posts
    12

    Default

    Is there anyway for me to get the cheats to work online?

    I got the cheats to work in campain, but everytime i try to connect to online it freezes. Anyway past this?

  9. #99
    Join Date
    Aug 2008
    Posts
    154

    Default

    Online cheating for arseholes it destroys all fairness in multi-player games, it killed SOCOM.

  10. #100
    Join Date
    Oct 2008
    Location
    Italy
    Posts
    46

    Default

    Please keep develop Artemis!
    "Shikin Haramitsu Daikomyo"

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Team CodeMajic join Project Artemis!
    By Lazy Bastard in forum Research & Development
    Replies: 50
    Last Post: 01-28-2009, 09:27:33 PM
  2. Classic Cheat Code Game Patcher released!
    By cracker in forum Last Generation & Retro Hacking
    Replies: 7
    Last Post: 07-28-2007, 05:42:48 PM
  3. How to Cheat and Hack Flash based Games
    By dlevere in forum VG School of Hacking
    Replies: 1
    Last Post: 04-01-2007, 08:50:24 PM
  4. PSP Cheat Hacker v0.11
    By dlevere in forum Current Generation Hacking
    Replies: 0
    Last Post: 11-12-2006, 06:47:31 AM
  5. How Enable Codes Work (PS 2)
    By dlevere in forum Current Generation Hacking
    Replies: 2
    Last Post: 10-13-2006, 10:29:44 AM

Posting Permissions

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