diff options
| author | spv420 <spv@spv.sh> | 2022-08-05 02:00:53 -0400 |
|---|---|---|
| committer | spv420 <spv@spv.sh> | 2022-08-05 02:00:53 -0400 |
| commit | 6ef41cfca1769a1641da00526b4f87a6be2125df (patch) | |
| tree | 36f3b1cd229f0d5ef21ebd40996c3104a48c4424 /src/stage4/kexp | |
| parent | 7a206940e14b0d269744bd598be075e33ef19aea (diff) | |
just a comment
Diffstat (limited to 'src/stage4/kexp')
| -rwxr-xr-x | src/stage4/kexp/exploit.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stage4/kexp/exploit.js b/src/stage4/kexp/exploit.js index 327c813..8945710 100755 --- a/src/stage4/kexp/exploit.js +++ b/src/stage4/kexp/exploit.js @@ -163,6 +163,9 @@ function copyinPort(kport, cnt) { p0laris_log("didn't find it\n"); } +/* + * this code isn't getting native_ptr because fuck + */ function prepare_ptr(dict, size, ptr, num) { var idx = 0; write_u32(dict + (idx << 2), kOSSerializeMagic); idx++; |
