ClaudiuGeorgiu / Obfuscapk

An automatic obfuscation tool for Android apps that works in a black-box fashion, supports advanced obfuscation features and has a modular architecture easily extensible with new techniques
MIT License
1.09k stars 285 forks source link

fix: missing use_aapt2 parameter #136

Closed LiuJiangshan closed 2 years ago

LiuJiangshan commented 2 years ago

Description

Proposed solution

Type of change

Additional context

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #136 (95d5f97) into master (2d0e8fc) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #136   +/-   ##
=======================================
  Coverage   75.08%   75.08%           
=======================================
  Files          50       50           
  Lines        2589     2589           
  Branches      617      617           
=======================================
  Hits         1944     1944           
  Misses        505      505           
  Partials      140      140           
Impacted Files Coverage Δ
src/obfuscapk/obfuscation.py 77.19% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2d0e8fc...95d5f97. Read the comment docs.

ClaudiuGeorgiu commented 2 years ago

Thanks @LiuJiangshan!