Recent content by laichi

  1. laichi

    does yuzu with cheat engine address convert still working

    I'm using yuzu with gdbstub, using wsl gdb-multiarch instead windows cmd gdb
  2. laichi

    dumb question for cheat code

    now it's much better with following code ``` from rich import print from keystone import * from capstone import Cs, CS_ARCH_ARM64, CS_MODE_ARM import sys import os # thanks the decoder logic from breeze project def opcode_asm(opcode,addr): asm_code = [] # Create a disassembler object for...
  3. laichi

    does yuzu with cheat engine address convert still working

    On GDB: set $base_address = (Start of Heap) set $relative_offset = (Relative Address) set $result = $base_address + $relative_offset: This will make the math on GDB p/x $result: This will print the result my result seems not sync any helps 1725781861 so try another strategy (gdb) find...
  4. laichi

    dumb question for cheat code

    for cheat code normally patch like this for example TOTK from gdb monitor get info Process: 0x51 (Application) Program Id: 0x0100f2c0115b6000 Layout: Alias: 0x1105c00000 - 0x2105bfffff Heap: 0x2105c00000 - 0x2305bfffff Aslr: 0x0008000000 - 0x7fffffffff Stack: 0x1085c00000 -...
  5. laichi

    ROM Hack Cheat Codes AMS and Sx Os, Add and Request

    pickup item x10