jsherman212 / ktrw

An iOS kernel debugger based on a KTRR bypass for A11 iPhones; works with LLDB and IDA Pro.
Apache License 2.0
54 stars 10 forks source link

Find paniclog_append_noflush by resolving adrs #1

Closed saagarjha closed 3 years ago

saagarjha commented 3 years ago

On 14.7 the adrp/add pair is just an adr, so this detects that.

jsherman212 commented 3 years ago

Thanks