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

Function kernel_read8

702/WebRTE/userland.js:598–608  ·  view source on GitHub ↗
(address)

Source from the content-addressed store, hash-verified

596 }
597
598 function kernel_read8(address) {
599 {
600 chain.push_write8(pktinfo_buffer, address);
601 chain.push_write8(pktinfo_buffer.add32(0x8), 0);
602 chain.push_write8(pktinfo_buffer.add32(0x10), 0);
603 chain.fcall(syscalls[105], master_socket, IPPROTO_IPV6, IPV6_PKTINFO, pktinfo_buffer, 0x14);
604 chain.fcall(syscalls[118], slave_socket, IPPROTO_IPV6, IPV6_PKTINFO, pktinfo_buffer, pktinfo_buffer_len)
605 }
606 chain.run();
607 return p.read8(pktinfo_buffer);
608 }
609
610 function kernel_write8(address, value) {
611 {

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