Dark Phoenix: a new White-box Cryptanalysis Open Source Tool
We are releasing a new cryptanalysis tool based on a known paper but without known open source public implementation so far.
more ...We are releasing a new cryptanalysis tool based on a known paper but without known open source public implementation so far.
more ...Quarkslab is open-sourcing Quokka, a binary exporter to manipulate a program's disassembly without a disassembler. This blog post introduces the project, details some parts of its inner workings, and showcases some potential usages. Quokka enables users to write complex analyses on a disassembled binary without dealing with the disassembler API.
more ...This article is an introduction to Kubernetes security through the presentation of a new context discovery tool. It was built in reaction to the capture the flag challenge of the Europe 2021 KubeCon Cloud-Native Security Day CTF. We open-sourced the tool, named kdigger, on Github.
more ...This blog post is about detecting modifications between genuine and repackaged applications.
more ...This blog post is about examining an Android security patch and understanding how it mitigates the vulnerability.
more ...This blog post is about how to efficiently spot code mutations between distinct versions of an Android application.
more ...A new version of Frozen, an open source, header-only library that provides fast, immutable, constexpr-compatible implementation of std::search, std::set, std::map, std::unordered_map and std::unordered_set to C++14 users. That's a follow up to the previous post !
more ...