dextools icon indicating copy to clipboard operation
dextools copied to clipboard

parseapk: fix pair length parsing, parse attributes

Open mephi42 opened this issue 3 years ago • 0 comments

Thanks for sharing the script! While checking some .apks I made a couple improvements, maybe you'll find them useful.


According to the spec, block contains a "Sequence of uint64-length- prefixed ID-value pairs", so parse length first.

mephi42 avatar Jul 15 '21 21:07 mephi42