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

Function find_socket_overlap

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

Source from the content-addressed store, hash-verified

534 thread3.run();
535
536 function find_socket_overlap() {
537 for (var i = 0; i < NUM_SPRAY_SOCKS; i++) {
538 if (spray_socks_tclasses[i] == TAINT_CLASS) {
539 overlapped_socket = spray_sockets[i];
540 overlapped_socket_idx = i;
541 return;
542 }
543 }
544 alert("[ERROR] -> failed to find socket overlap. (should be unreachable) REBOOT");
545 while (1) {};
546 }
547
548 function fake_pktopts(pktinfo) {
549 {

Callers 1

stage3Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected