APKHunt icon indicating copy to clipboard operation
APKHunt copied to clipboard

Added error control

Open Foo-Manroot opened this issue 2 years ago • 0 comments

I tried running the tool, but dex2jar failed due to reaching the max heap size.

While that's not directly an error of APKHunt, the tool kept going as if everything was fine; which, obviously, made the rest of the checks fail (because there are no decompiled files to grep...).

That's why I added a bit of error control.

I also took the liberty to run gofmt to automatically format the code according to the official guidelines. Feel free to reject this pull request if you don't want those changes, and I will open a new one without the auto-format.

Foo-Manroot avatar Jul 20 '23 13:07 Foo-Manroot