Tauschen Sie eine symbolisierte Bibliothek ausAndroid

Forum für diejenigen, die für Android programmieren
Anonymous
 Tauschen Sie eine symbolisierte Bibliothek aus

Post 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")

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post