Page 1 of 1

Tauschen Sie eine symbolisierte Bibliothek aus

Posted: 08 Apr 2025, 13:19
by Anonymous
Ich möchte eine vorhandene Bibliothek ohne Symbole mit einer symbolisierten Version einer Bibliothek in Frida auf Android < /p>
tauschen. Dies scheint nicht zu funktionieren.

Code: Select all

DebugSymbol.load("/data/local/tmp/libfoo_symbolized.so")
< /code>
oder < /p>
nm -C --defined-only libfoo.so > libfoo.map
DebugSymbol.load("file:///libfoo.map")