diff options
| author | spv420 <spv@spv.sh> | 2022-07-27 16:38:40 -0400 |
|---|---|---|
| committer | spv420 <spv@spv.sh> | 2022-07-27 16:38:40 -0400 |
| commit | 66d18219be2629aa1c31c180d94f49b62812802a (patch) | |
| tree | 8124513f03dddf3c55fc5cff0432e76922f5dea1 /src | |
| parent | aec8b9b545c57aabf69fb1be079bfed7a675c484 (diff) | |
yahtzee
Diffstat (limited to 'src')
| -rwxr-xr-x | src/js/kexp/exploit.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/js/kexp/exploit.js b/src/js/kexp/exploit.js index 6870963..419f5c7 100755 --- a/src/js/kexp/exploit.js +++ b/src/js/kexp/exploit.js @@ -361,6 +361,8 @@ function mach_ports_lookup_shit() { // var mts = mach_task_self(); printf("fuck\n"); calls4arg("mach_ports_lookup", task_self, arrz, sz, 0); + puts("helo"); + printf("mpl success\n"); scall("printf", "done %x %x %x %x\n", read_u32(read_u32(arrz) + 0), read_u32(read_u32(arrz) + 4), read_u32(read_u32(arrz) + 8), read_u32(kp)); printf("mpl success\n"); @@ -381,6 +383,8 @@ function mach_ports_lookup_shit_dealloc() { // var mts = mach_task_self(); printf("fuck\n"); calls4arg("mach_ports_lookup", task_self, arrz, sz, 0); + puts("helo"); + printf("mpl success\n"); scall("printf", "done %x %x %x %x\n", read_u32(read_u32(arrz) + 0), read_u32(read_u32(arrz) + 4), read_u32(read_u32(arrz) + 8), read_u32(kp)); printf("mpl success\n"); |
