Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeajames authored Mar 14, 2019
1 parent 2648b6d commit 4f688fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patchfinder64.m
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ addr_t Find_pmap_load_trust_cache_ppl() {
return 0;
}

return our_thing + KernDumpBase + KASLR_Slide;
return our_thing + KASLR_Slide;
}

addr_t Find_amficache() {
Expand Down

0 comments on commit 4f688fe

Please sign in to comment.