bytedance / AabResGuard

The tool of obfuscated aab resources.(Android app bundle资源混淆工具)
Apache License 2.0
1.32k stars 182 forks source link

Ignore lines not starting with white space when parsing #27

Open sebthom opened 4 years ago

sebthom commented 4 years ago

This allows you to comment out lines, e.g. using '#'.

For example:

res dir mapping:
    res/anim -> res/a
    res/color -> res/b
#   res/drawable -> res/c
#   res/interpolator -> res/d
    res/layout -> res/e
    res/menu -> res/f
    res/raw -> res/g
    res/xml -> res/h
sebthom commented 4 years ago

@JingYeoh please review, thanks.