Tauschen Sie eine symbolisierte Bibliothek aus

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Tauschen Sie eine symbolisierte Bibliothek aus

by Anonymous » 08 Apr 2025, 13:19

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

Top