Closed giulianobelinassi closed 3 years ago
Ptracing is slow. Therefore, we should avoid calling it constantly. Some ideas to optimize it are:
read_bytes
long
attach
Others, but related:
get_loaded_symbol_addr
Ptracing is slow. Therefore, we should avoid calling it constantly. Some ideas to optimize it are:
read_bytes
to avoid calling ptrace again on already-read elements.read_bytes
only to find string length.long
as much as it can.attach
.Others, but related:
get_loaded_symbol_addr