Rebased PSFree enhanced

Rebased PSFree Enhanced to make it easier to update the exploit
This commit is contained in:
ArabPixel
2025-08-09 14:17:05 +02:00
parent 52d7ba4d46
commit 1246537503
72 changed files with 2106 additions and 214 deletions

View File

@@ -34,4 +34,4 @@ export const off_cpuid_to_pcpu = 0x212cd10;
export const off_sysent_661 = 0x112d250;
export const jmp_rsi = 0x6b192;
export const patch_elf_loc = "./kpatch/700.bin"; // Relative to `../../lapse.mjs`
export const patch_elf_loc = "./src/kpatch/700.bin"; // Relative to `../../lapse.mjs`

View File

@@ -34,4 +34,4 @@ export const off_cpuid_to_pcpu = 0x2261070;
export const off_sysent_661 = 0x1129f30;
export const jmp_rsi = 0x1f842;
export const patch_elf_loc = "./kpatch/750.bin"; // Relative to `../../lapse.mjs`
export const patch_elf_loc = "./src/kpatch/750.bin"; // Relative to `../../lapse.mjs`

View File

@@ -34,7 +34,7 @@ export const off_cpuid_to_pcpu = 0x2261070;
export const off_sysent_661 = 0x1129f30;
export const jmp_rsi = 0x1f842;
export const patch_elf_loc = "./kpatch/750.bin"; // Relative to `../../lapse.mjs`
export const patch_elf_loc = "./src/kpatch/750.bin"; // Relative to `../../lapse.mjs`
// Not a mistake! Only ONE kernel offset differs between 7.50, 7.51, and 7.55.
// It's the `off_kstr` variable in THIS file, the kernel patches are the same.
// That's why 7.51/7.55 are seperate from 7.50, but using the same kpatch file.

View File

@@ -34,4 +34,4 @@ export const off_cpuid_to_pcpu = 0x228e6b0;
export const off_sysent_661 = 0x11040c0;
export const jmp_rsi = 0xe629c;
export const patch_elf_loc = "./kpatch/800.bin"; // Relative to `../../lapse.mjs`
export const patch_elf_loc = "./src/kpatch/800.bin"; // Relative to `../../lapse.mjs`

View File

@@ -34,4 +34,4 @@ export const off_cpuid_to_pcpu = 0x1cfc240;
export const off_sysent_661 = 0x11041b0;
export const jmp_rsi = 0xc810d;
export const patch_elf_loc = "./kpatch/850.bin"; // Relative to `../../lapse.mjs`
export const patch_elf_loc = "./src/kpatch/850.bin"; // Relative to `../../lapse.mjs`

View File

@@ -34,4 +34,4 @@ export const off_cpuid_to_pcpu = 0x1cfc240;
export const off_sysent_661 = 0x11041b0;
export const jmp_rsi = 0xc810d;
export const patch_elf_loc = "./kpatch/850.bin"; // Relative to `../../lapse.mjs`
export const patch_elf_loc = "./src/kpatch/850.bin"; // Relative to `../../lapse.mjs`

View File

@@ -34,4 +34,4 @@ export const off_cpuid_to_pcpu = 0x21ef2a0;
export const off_sysent_661 = 0x1107f00;
export const jmp_rsi = 0x4c7ad;
export const patch_elf_loc = "./kpatch/900.bin"; // Relative to `../../lapse.mjs`
export const patch_elf_loc = "./src/kpatch/900.bin"; // Relative to `../../lapse.mjs`

View File

@@ -34,4 +34,4 @@ export const off_cpuid_to_pcpu = 0x21eb2a0;
export const off_sysent_661 = 0x1103f00;
export const jmp_rsi = 0x5325b;
export const patch_elf_loc = "./kpatch/903.bin"; // Relative to `../../lapse.mjs`
export const patch_elf_loc = "./src/kpatch/903.bin"; // Relative to `../../lapse.mjs`

View File

@@ -34,4 +34,4 @@ export const off_cpuid_to_pcpu = 0x21a66c0;
export const off_sysent_661 = 0x1100ee0;
export const jmp_rsi = 0x15a6d;
export const patch_elf_loc = "./kpatch/950.bin"; // Relative to `../../lapse.mjs`
export const patch_elf_loc = "./src/kpatch/950.bin"; // Relative to `../../lapse.mjs`