Skip to content

Commit

Permalink
we ain't debugging this
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeajames authored Mar 10, 2019
1 parent d343448 commit 6c8aed9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion patchfinder64.m
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,6 @@ addr_t Find_IORegistryEntry__getRegistryEntryID() {

while ((((*(uint32_t *)(addr + 4)) & 0xFC000000) != 0xb4000000) || (*(uint64_t*)(addr + 8) != 0xd65f03c0f9400500)) {
addr = (uint64_t)Boyermoore_horspool_memmem((unsigned char *)(addr + 4), XNUCore_Size, (const unsigned char *)bytes, sizeof(bytes));
printf("now!\n");
}

return addr + KernDumpBase - (uint64_t)Kernel;;
Expand Down

0 comments on commit 6c8aed9

Please sign in to comment.