Fare9
Fare9
Added a protector to yara rules for APK. * URL of the protector: [Talsec](https://www.talsec.app/freerasp-in-app-protection-security-talsec). * Tested APK: [2b8faa038bf34474075a56e2fda7887a7df9c3c57db8a9f25547dc9374137ec9](https://www.virustotal.com/gui/file/2b8faa038bf34474075a56e2fda7887a7df9c3c57db8a9f25547dc9374137ec9). * More information: [https://github.com/talsec/Free-RASP-Android](https://github.com/talsec/Free-RASP-Android)
Hi, I'm trying to use scapy_ex to proccess some packets in 802.11, but I don't know why I can't filter beacon frames (type 0 subtype 8). When I import scapy_ex:...
Any one with problems in AndroidSwissKnife, please don't forget to write here I will try to resolve the problem as fast as I can. Thank you
For next release, it would be nice to do some code cleanup in order to make the code more readable. With this fixes to the code could be done as...
In order to improve performance avoid overuse of std::shared_ptr, keeping it only in very connected components (for example IRGraph and Graphs of basic blocks). In other cases, it is better...
Sometimes some reads fail just because it looks like std::stringstream gets corrupted and bad data is read from the stream even when it was correctly created, just if I use...
The parsing from `static_values` of `dex_classes.cpp` is commented, check and fix.
Since Python is a language easy to work with, it would be nice to include a binding that allow user to work with Python. Since Kunai uses C++17 it will...
Create different templates for optimizations, optimizations can be applied at instruction level, block level and also at Graph level. As optimizations can delete instructions, or can group instructions, or can...
In C++ 17 we have std::optional type for returning a *std::nullopt* whenever an asked object does not exists, there's a problem with methods that return a reference to an object...