MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / leak_pktopts

Function leak_pktopts

702/PS4Debug/userland.js:565–574  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

563 }
564
565 function leak_pktopts() {
566 leaked_pktopts_address = leak_rthdr_address(0x100); {
567 chain.push_write8(tmp_tclass, 0x10);
568 chain.fcall(syscalls[105], master_socket, IPPROTO_IPV6, IPV6_RTHDR, 0, 0);
569 for (var i = 0; i < NUM_SLAVE_SOCKS; i++) {
570 chain.fcall(syscalls[105], slave_sockets[i], IPPROTO_IPV6, IPV6_TCLASS, tmp_tclass, 4);
571 }
572 }
573 chain.run();
574 }
575
576 function find_slave() {
577 {

Callers 1

stage3Function · 0.70

Calls 2

leak_rthdr_addressFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected