AndroidProjectCreator 1.4-stable release

This update adds a new feature to AndroidProjectCreator: the compact installation of all dependencies. To update to this version, simply replace the JAR and replace it with the new release. To quickly install AndroidProjectCreator, one can use the compact installation, as is shown below. java -jar ./AndroidProjectCreator.jar -compactInstall This clones all required tools from a … Read more

MalPull 1.1-stable release

MalPull has received an overhaul, as it is now uses multiple threads to download the given hashes concurrently. It is now also able to download samples from VirusTotal, if you have a working API key. This release contains breaking changes compared to the last version, as the command-line arguments have been changed. At first, the … Read more

Thoughts on malware creation and research

People learn by doing, hence the saying practice makes perfect. Not everything that people make, is published. Sometimes researchers deliberately refrain from publishing specific material. In this blog, I want to talk about the balance between malware creation and malware research. Needless to say, the type of creation that is covered in this blog, is … Read more

MalPull 1.0-stable release

MalPull version 1.0-stable has been released! All information about the tool can be found here. This first release contains the basic functionality, but more features can always be added. Feel free to suggest features via the contact methods at the bottom of this post. Bugs can be reported in the same manner. To contact me, … Read more