SUPERAndroidAnalyzer / super

Secure, Unified, Powerful and Extensible Rust Android Analyzer
https://superanalyzer.rocks/
GNU General Public License v3.0
421 stars 59 forks source link

Segregate APKTool file data loading #94

Closed gnieto closed 8 years ago

gnieto commented 8 years ago

At the moment, it's hard to test the full flow of loading Manifest data without relaying on the filesystem. Moved some part of the logic related to load information generated by apktool to it's own struct.

On a further PR I will add tests for AndroidManifests.xml vulnerability detection.

Related: https://github.com/SUPERAndroidAnalyzer/super/issues/9