+ Reply to Thread
Page 3 of 8 FirstFirst 12345678 LastLast
Results 21 to 30 of 77

Thread: (Artemis) Code Types

  1. #21
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    549

    Default

    I don't really understand the problem with 8 and 16 bit tests; the D code type supports both. Please give me an example.

    As for your "slide code", this is the same as Xploder's "mod code" in the good old PSX days. I'll keep it in mind. Thanks.

  2. #22
    Join Date
    Jul 1999
    Posts
    7,089

    Default

    If we wanted to implement 32-bit conditionals, we'd have to do so with a different code type for each conditional, wouldn't we? For example, there would be a code type for greater than, less than, equal to, not equal to, greater than or equal to, less than or equal to, within a range, etc...
    I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

  3. #23
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    549

    Default

    No, you can actually combine many D codes to do more sophisticated tests by setting @n to the right value.

    Implemented code type 6 (pointer write) and added it to the list.

  4. #24
    Join Date
    Jul 1999
    Posts
    7,089

    Default

    So you can use, say, two 16-bit conditionals to achieve one 32-bit, eg:

    Code:
    D00802CC 08001234
    D00802D0 07005678
    200802CC 8C860000
    200802D0 10C00033
    200802D4 00050C02
    200802D8 00C13021
    200802DC 10000030
    200802E0 A4C50000
    100800BC 00000083
    ...and this would accomplish, "If 802CC contains the value 1234, AND 802D0 contains 5678, then do the remaining 7 lines"? (perhaps I should change the 8 in the first conditional to a 1...I'm not sure)
    I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

  5. #25
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    549

    Default

    Your example is absolutely correct.

  6. #26
    Join Date
    Dec 2006
    Posts
    183

    Default

    Quote Originally Posted by misfire View Post
    I don't really understand the problem with 8 and 16 bit tests; the D code type supports both. Please give me an example.

    As for your "slide code", this is the same as Xploder's "mod code" in the good old PSX days. I'll keep it in mind. Thanks.
    Ah. I didn't see the 0/1 in your D code type listing there when I first looked. You're good. With CB, there wasn't a distinction, it always loaded a 16-bit value from the address to compare with.

  7. #27
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    549

    Default

    AFAIK, the 8-bit compare was introduced in CodeBreaker V7.

  8. #28
    Join Date
    Sep 2006
    Location
    Germany
    Posts
    549

    Default

    Now that the most important code types have been implemented, it's time for testing them thoroughly. I've written a simple test driver program which checks the basic functionality, and I'm sure we can fix remaining bugs when the cheat engine goes public next week.

    The engine is now in feature freeze. No more new code types will be added until after release. On top of my to-do list are bungholio's extension for the 4 code type and Viper's mod code.

    Comments on the code types are still welcome, of course.

  9. #29
    Join Date
    Jul 1999
    Posts
    7,089

    Default

    Cool; I'm looking forward to doing some testing.
    I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

  10. #30
    Join Date
    Dec 2006
    Posts
    183

    Default

    I'll also be interested to see what format you're storing the code DB in. We were talking about it in IRC last night. LB said it was going to be plain text, which could be good. I have to wonder about the processing time needed to parse a large ASCII file though. I wouldn't expect you to miss a detail like that, but I thought I'd mention it. I'm fairly sure the GS Pro code list was compiled by the PC app and sent to the console as binary. Whatever the case, I bet your cheat engine will beat the shit out of CB and AR.

+ 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. What do I need for Artemis?
    By bungholio in forum Research & Development
    Replies: 29
    Last Post: 10-04-2009, 11:08:04 PM
  2. NDS AR & CB Code Types?
    By helder in forum Current Generation Hacking
    Replies: 3
    Last Post: 05-19-2008, 06:27:32 PM
  3. [GBA] CodeBreaker Advance Code Types
    By GameMasterZer0 in forum School of Hacking
    Replies: 5
    Last Post: 12-30-2006, 09:48:54 PM
  4. Code Breaker Advance code types
    By DarkSerge in forum School of Hacking
    Replies: 3
    Last Post: 10-31-2006, 06:36:13 PM
  5. Need Pro action replay code types for SNES
    By luigi in forum Last Generation & Retro Hacking
    Replies: 3
    Last Post: 05-06-2005, 11:12:19 PM
Collapse this box.

Visitors found this page by searching for:

cl-cheatsengine_public_v1.2.rar

200802d8 00c13021

Game hacking classes value per type

CL-CheatsEngine_PUBLIC_v1.2.elf

4aaaaaaa 32bit asm

Posting Permissions

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