pxb1988 / dex2jar

Tools to work with android .dex and java .class files
Apache License 2.0
12.05k stars 2.09k forks source link

support dex039 & dex040 #592

Closed pxb1988 closed 10 months ago

pxb1988 commented 10 months ago

support read/write/smali/baksmali dex039.

support const-mothod-type and const-method-handler, syntax is same as google's smali fork. (google 's smali 3.0.3 can't assemble the two instruction back to dex)

dex040 support space and other unicode in SimpleName, d2j-smali will escape space char to unicode.