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

Function kernel_read8

702/BinLoader/userland.js:646–656  ·  view source on GitHub ↗
(address)

Source from the content-addressed store, hash-verified

644 }
645
646 function kernel_read8(address) {
647 {
648 chain.push_write8(pktinfo_buffer, address);
649 chain.push_write8(pktinfo_buffer.add32(0x8), 0);
650 chain.push_write8(pktinfo_buffer.add32(0x10), 0);
651 chain.fcall(syscalls[105], master_socket, IPPROTO_IPV6, IPV6_PKTINFO, pktinfo_buffer, 0x14);
652 chain.fcall(syscalls[118], slave_socket, IPPROTO_IPV6, IPV6_PKTINFO, pktinfo_buffer, pktinfo_buffer_len)
653 }
654 chain.run();
655 return p.read8(pktinfo_buffer);
656 }
657
658 function kernel_write8(address, value) {
659 {

Callers 4

brute_force_kernel_mapFunction · 0.70
find_procFunction · 0.70
find_execution_socketFunction · 0.70
stage3Function · 0.70

Calls 2

runMethod · 0.45
read8Method · 0.45

Tested by

no test coverage detected