android - Retrace for DexGuard -


i use dexguard obfuscation. have stack trace crash log , mapping file. when run retrace.bat, giving stack trace , mapping file, output still in obfuscated format.

are using proguard's retrace.bat? cannot deobfuscate stack traces obfuscated dexguard. solution use dexguard's retrace tool instead:

java -jar /var/dexguard/lib/retrace.jar -verbose mapping.txt trace.txt

dexguard's backwards compatible, i.e., can retrace proguard obfuscated stack traces.


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -