pattern-f / TQ-pre-jailbreak

Hello from pattern-f.
GNU General Public License v3.0
286 stars 59 forks source link

no device definition endless loop #3

Open kylan8129213 opened 3 years ago

kylan8129213 commented 3 years ago

[1] fail [*] endless loop

tylerwolf35 commented 3 years ago

You need to import kernel offsets for your device. This is described in the README.

kylan8129213 commented 3 years ago

How

Sent from my iPhone

On Feb 25, 2021, at 9:06 AM, Tyler Wolf notifications@github.com wrote:

You need to import kernel offsets for your device.

2escustomservices commented 3 years ago

Endless loop is because you need to add the device yourself with a offset

kylan8129213 commented 3 years ago

But how

On Feb 25, 2021, at 10:22 AM, 2escustomservices notifications@github.com wrote:

 Endless loop is because you need to add the device yourself with a offset

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

2escustomservices commented 3 years ago

In the project k_offsets.c it’s inside mylib

kylan8129213 commented 3 years ago

How do I actually put in iPhone XR

On Feb 25, 2021, at 10:35 AM, 2escustomservices notifications@github.com wrote:

 In the project k_offsets.c it’s inside mylib

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

sourcelocation commented 3 years ago

Same question here

How do I actually put in iPhone XR

sbtoonz commented 3 years ago

Determine memory offsets in the kernelcache via disassembly @kylan8129213 @ExeRhythm

sourcelocation commented 3 years ago

How do I do this? 😅

sbtoonz commented 3 years ago

How do I do this? 😅

not to sound rude but if you can't understand that I REALLY wouldn't be poking around with tools that can read and write to your kernels memory :\

That being said there's TONS of content available in the form of white papers (security research pdfs) and there's even a youtuber who talks about stuff if you like that kind of content .... This is something that will take an in depth understanding of C ARM Memory structures ARM instruction pointers Disassembly etc....

sourcelocation commented 3 years ago

That's ok, thanks for telling me.