From b2395c3d2aa27db9009e962e70629eb10f7ea390 Mon Sep 17 00:00:00 2001 From: Kameleon <77245601+kmeps4@users.noreply.github.com> Date: Sat, 10 May 2025 09:43:08 -0600 Subject: [PATCH] Still missing some 900 Kernel Patches. Thx CTN --- rop/900.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rop/900.mjs b/rop/900.mjs index 4c4160d..790cf55 100644 --- a/rop/900.mjs +++ b/rop/900.mjs @@ -197,8 +197,8 @@ const libc_gadget_offsets = new Map(Object.entries({ 'mov qword ptr [rsi], rcx; ret' : 0x00000000000cf982, 'setjmp' : offset_libc_setjmp, 'longjmp' : offset_libc_longjmp, - //'getcontext' : 0x258f4, Needs porting to 900 - //'setcontext' : 0x638, Needs porting to 900 + 'getcontext' : 0x24F04, + 'setcontext' : 0x638, })); const libkernel_gadget_offsets = new Map(Object.entries({