Fare9
Fare9
Added improvements of readability!
I can balance the whitespaces, regarding what @apkunpacker says, I have not been able to download the APK for testing it, I tested it with applications generated with Android Studio,...
Will check the yara with that apk, and modify it accordingly to detect that one, and detect all those from my dataset too as test. Thanks!
For what I see there are not assets in this APK, but the libraries are included, I can change it tonight. And probably add some of DEX or ELF that...
Okay, I will add a last commit, one with the asset the other without it, the rule will be _old and _new, and yes I will be happy to include...
I'm doing some proofs with pkt.show(), and all I get if i import scapy_ex is [ RAW ],[ RAW ],[ RAW ]... instead of [ 802.11 ] or [ RadioTap...
Probably the support for ARM can be added with capstone as an external dependency, capstone I think is light enough and can be added to make file in an "install"...
Dynamic analysis does not work in this moment for Android 6.0, I've been doing some test with Cuckoo for Android (but does not work so well), I will try to...
In this comment I will write the checked classes, to keep track of the code cleanup process. Probably this is a good issue for learning the structure of the tool...
Checked `dex_strings.cpp` and `dex_strings.hpp` but need some check for the API. Commit is: https://github.com/Fare9/KUNAI-static-analyzer/commit/af78e74744f7891ff0dfc4858e0512d1c4b04bdc, I modified the std::map for a std::unordered_map, and also modified the for loops.