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

Function get_boundaries

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

Source from the content-addressed store, hash-verified

77
78// boundaries of the .text + PT_SCE_RELRO portion of a module
79function get_boundaries(leak) {
80 const lib_base = find_base(leak, true, true);
81 const lib_end = find_base(leak, false, false);
82
83 return [lib_base, lib_end];
84}
85
86// dump a module's .text and PT_SCE_RELRO segments only
87function 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