Wei He
Wei He
Hex strings encoding and decoding has been described in #513. There are some typos in res/Hex.java. Also, I found some bugs for hex strings encoding and decoding. When I use...
App will crash due to some concurrency bugs. ## Trace ```Java // CRASH: hu.vsza.adsdroid (pid 6126) // Short Msg: java.lang.NullPointerException // Long Msg: java.lang.NullPointerException: Attempt to invoke virtual method 'void...
I use dex2jar to translate some android apps, but lambda expressions cannot be translated correctly. Here is an example. The class name was changed by LambadaNameSafeClassAdapter, but the content (like...