anestisb / vdexExtractor

Tool to decompile & extract Android Dex bytecode from Vdex files
Apache License 2.0
1k stars 214 forks source link

Avoid mutating const char * #14

Closed chenxiaolong closed 6 years ago

chenxiaolong commented 6 years ago

This fixes an issue where everything after the last dot in the vdex filename gets trucated each time a dex file is written.

For example, using SamsungIMEv3.0.vdex as an input file, the following dex files would be produced:

Signed-off-by: Andrew Gunnerson andrewgunnerson@gmail.com

anestisb commented 6 years ago

Appreciate the contribution.