rpwnage / pwn-my

iOS 14.5 WebKit/Safari based Jailbreak
650 stars 69 forks source link

implemented on device log window #5

Closed JesseB0rn closed 3 years ago

JesseB0rn commented 3 years ago

Adds a simple log window for easier debugging without Xcode

JesseB0rn commented 3 years ago

instead of console.log() use print(). This will open a log window on device.

rpwnage commented 3 years ago

The console log part is actually being shown on the server-side for easier debugging. If the on-device log could be additional to the server-side log it'd be great.

JesseB0rn commented 3 years ago

I will rewrite it