Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
I forgot that...
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyuidesu committed Oct 25, 2020
1 parent 35088fb commit ecb67e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iBoot64Finder.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void find_image(void) {
locate_func(hex_set(4076, hex_set(3406, 0x89e68c72, 0xc0008072), 0x6000a872),
hex_set(4076, hex_set(3406, 0x080c40b9, 0x6000a852), 0xc0008052), false, "_image_load");

locate_func(pac_condition(0x29090253, 0x09090253),
locate_func(0x09090253,
hex_set(2817, 0x010a80d2, hex_set(4076, 0x020a8052, 0xe803002a)), false, "_image4_load");

locate_func(0x6082813c, hex_set(2817, 0x61220591, 0xc0c20091), false, "_Img4DecodeInit");
Expand Down Expand Up @@ -406,7 +406,7 @@ void *find_funcs(int extra) {

insn_set(insn,
0x480100f9, 0x880300f9, 0x0801138b, 0x3f0100f1, 0x0801138b);
locate_func(hex_set(5540, 0x010080d2, pac_condition(0x29059f1a, 0xd602889a)), insn, false, "_macho_load");
locate_func(hex_set(5540, 0x010080d2, 0xd602889a), insn, false, "_macho_load");

locate_func(0xdf4303d5, 0x22423bd5, true, "_mmu_kvtop");

Expand Down

0 comments on commit ecb67e1

Please sign in to comment.