MCPcopy Create free account
hub / github.com/Cryptogenic/PS5-IPV6-Kernel-Exploit / log

Function log

document/en/ps5/exploit.js:376–382  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

374 }
375
376 async function log(str) {
377 if (ENABLE_NET_LOGS == 1) {
378 await log_net(str);
379 }
380
381 print(str);
382 }
383
384 // Dumping
385 let dump_sock_fd_store = p.malloc(0x4);

Callers 1

userlandFunction · 0.85

Calls 2

log_netFunction · 0.85
printFunction · 0.85

Tested by

no test coverage detected