Skip to content

Commit

Permalink
Update exploit.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
KAR0218 authored Feb 26, 2024
1 parent e996355 commit e50223b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions 900New/exploit.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ async function setup_arw(save, ssv_data) {

for (const msg of msgs) {
if (msg.data !== '') {
alert('Webkit Done!!!... Click ok');
//alert('Webkit Done!!!... Click ok');
debug_log('achieved arbitrary r/w');

const u = new Uint8Array(msg.data);
Expand Down Expand Up @@ -748,9 +748,12 @@ async function run() {
await double_free(s1);
debug_log('Jailbreaking........... Wait');
await triple_free(s1, jsview, view_leak_arr, view_leak);

debug_log('WebKit Done.............Wait');
//clear_log();
run_hax();
}

run();
setTimeout(function()
{
run();
}, 1000);

0 comments on commit e50223b

Please sign in to comment.