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

Function get_boundaries

g2all/900/send.js:84–89  ·  view source on GitHub ↗
(leak)

Source from the content-addressed store, hash-verified

82
83// boundaries of the .text + PT_SCE_RELRO portion of a module
84function get_boundaries(leak) {
85 const lib_base = find_base(leak, true, true);
86 const lib_end = find_base(leak, false, false);
87
88 return [lib_base, lib_end]
89}
90
91// dump a module's .text and PT_SCE_RELRO segments only
92function dump(name, lib_base, lib_end) {

Callers 3

dump_libwebkitFunction · 0.70
dump_libkernelFunction · 0.70
dump_libcFunction · 0.70

Calls 1

find_baseFunction · 0.90

Tested by

no test coverage detected