Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

dumbButSkilledDev/ppsploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ppsploit

WIP ps4 exploit chain on 11.02

what

yeah im rewriting everything okay (im switching to something diffrent: a type confusion thingy?)

honestly imma give up. but i will say for pepole if u need to know about this

class MyFunction extends Function {
    constructor() {
        super();
        super.prototype = 1;
    }
}

function test1() {
    const f = new MyFunction();
    f.__defineGetter__("prototype", () => {}); // should throw
}

function test2(i) {
    const f = new MyFunction();
    try { f.__defineGetter__("prototype", () => {}); } catch {}
    f.prototype.x = i; // THIS cauases the OOM
}

test1();
test2(0);

About

WIP ps4 webkit chain on 11.02

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published