d78ui98 / APKDeepLens

Android security insights in full spectrum.
MIT License
544 stars 73 forks source link

Added new report option: txt #13

Closed Just-a-xD closed 4 months ago

Just-a-xD commented 6 months ago

Added new report option that would generate txt files. Good for human read-able format

And changed all the exit(0) to exit(1) so that the terminal would know that something didn't went well when an error occurs. (Useful if integrating into a project)

Now git ignore will ignore all py cache files.

d78ui98 commented 5 months ago

Hello @Just-a-xD Thank you very much for the Pull request. Adding txt report and changing to exit(1) is super helpful. Give me some time to review the request.

d78ui98 commented 4 months ago

Hello @Just-a-xD I have reviewed and merged the request. Thank you for your contribution!