Announcement

Collapse
No announcement yet.

Please can some one explain how to use GHTool to hack snes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Please can some one explain how to use GHTool to hack snes

    I really like what this program can do but don't have a clue how to use it. Please can any one
    help me learn how to use it?

  • #2
    On the SNES you have to put the Base Address in the routine builder as basically the address you have your new Routine at and then put the instructions and op codes like for example:

    Base Address: DFA7B0

    Values: 4A,4A,4A,4A,48,A9,00,8F,F1,E1,7E,68,6B

    which gives us:

    DFA7B0:4A
    DFA7B1:4A
    DFA7B2:4A
    DFA7B3:4A
    DFA7B4:48
    DFA7B5:A9
    DFA7B6:00
    DFA7B7:8F
    DFA7B8:F1
    DFA7B9:E1
    DFA7BA:7E
    DFA7BB:68
    DFA7BC:6B

    So basically you need to know the opcodes and data values you want to use and it will spit out the output above, it doesn't take an ASM instruction like your other program and spit out the opcodes and data. I think you got confused when we talked over PM.
    Spoiler Alert! Click to view...

    THE BAD GUY!!!!!!

    Comment


    • #3
      Is Base Address free space in the rom or where you want your code to start?

      Comment


      • #4
        The same really since you put the base address of what you want the instructions to be.
        Spoiler Alert! Click to view...

        THE BAD GUY!!!!!!

        Comment

        Working...
        X