dex2jar icon indicating copy to clipboard operation
dex2jar copied to clipboard

fix typos of hex strings decoding

Open Marukohe opened this issue 2 years ago • 1 comments

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 dex2jar to translate Webmon App, an int array AppCompatTheme in androidx.appcompat.R.class is encoded as a hex string. But the decode function res.Hex#decode_B is not included in the translated jar. I added res/Hex.class to java classloader's class path and it can work.

Marukohe avatar May 26 '22 03:05 Marukohe

Very nice find! I included your fix in #486 :)

ThexXTURBOXx avatar Jun 19 '22 21:06 ThexXTURBOXx

merged by #594

pxb1988 avatar Aug 31 '23 10:08 pxb1988