Igor Eisberg

Results 9 issues of Igor Eisberg

### Information 1. **Apktool Version** - 2.6.2-SNAPSHOT 2. **Operating System** - Windows (x64), Debian (x64) 3. **APK From?** - ROM ### Stacktrace/Logcat ``` I: Using Apktool 2.6.2-SNAPSHOT on InProcessTethering.apk I:...

Bug
ARSC

### Information 1. **Apktool Version:** 2.3.4, 2.4.0-SNAPSHOT 2. **Operating System:** Linux, Windows 3. **APK From:** Wrote the bug sample myself ### Stacktrace/Logcat ``` $ java -jar apktool.jar b -f framework2...

Basic support for extracting dex/cdex files from vdex027. Doesn't include support for debugging the new verifier dependencies section, as this is not essential for dex/cdex extraction. vdex027 introduced many changes,...

This change is part of a contribution I made to erofs-utils on the fsck.erofs --extract=X option. Timestamps should always be preserved as they are safe to preserve, regardless of user...

Hi there. Thank you for the great tool. I'd like to refactor the indentation in the output file, but looking at the source, looks like --output-node-indent is hardcoded to 2...

Hi, thanks for the excellent log viewer. This is a minor issue, but something annoying nonetheless. When filtering by tag using a regex pattern, `^` always matches the beginning of...

Just curious, is there any reason for this strange formatting of mcc and mnc qualifiers? https://github.com/iBotPeaches/Apktool/blob/master/brut.apktool/apktool-lib/src/main/java/brut/androlib/res/data/ResConfigFlags.java#L179-L201 I mean, looking at the AOSP source code, there's a plain %d formatting for...

Conflict happens because Apktool currently doesn't preserve qualifiers as stored in resources.arsc. While I get that omitting the API version qualifier makes sense in certain instances, apparently AAPT2 wasn't designed...