CHUNITHM-Patch-Finder/Patterns/amdaemon.yaml

20 lines
810 B
YAML

- name: Allow 127.0.0.1/localhost as the network server
patches:
- signature: "31 32 37 2F 38 00"
offset: 0x00
off: [0x31, 0x32, 0x37, 0x2F]
on: [0x30, 0x2F, 0x38, 0x00]
- signature: "48 83 EC 28 FF 15 ?? ?? ?? ?? 8B C8 3D ?? ?? ?? ?? 77 0A"
offset: 0x04
# You probably want this for older versions of amdaemon
# off: [0xFF, 0x15, 0x3E, 0x79, 0x1A, 0x00, 0x8B]
off: [0xFF, 0x15, 0xC6, 0x2F, 0x1B, 0x00, 0x8B]
on: [0x33, 0xC0, 0x48, 0x83, 0xC4, 0x28, 0xC3]
- name: Credit freeze
tooltip: Prevents credits from being used. At least one credit must be available to start the game or purchase premium tickets.
signature: "74 23 40 28 7C 4A ?? 39 05 ?? ?? ?? ?? 74 05"
patches:
- offset: 0x03
off: [0x28]
on: [0x08]