
When SideChannelMarvels meets LIEF
On how we used LIEF to lift an Android x86_64 library to Linux to perform our usual white-box attacks on it.
Philippe Teuwen , Romain Thomas
March 3, 2018

How to use frida on a non-rooted device
Romain Thomas
This post explains how to use Frida gadget on a non-rooted device.
November 2, 2017

Have fun with LIEF and Executable Formats
Romain Thomas
This blog post introduces new features of LIEF as well as some uses cases.
April 4, 2017

Open-sourcing LIEF
Romain Thomas
We are open-sourcing LIEF, a library to parse and manipulate ELF, PE and Mach-O binary formats. This blog post explains the purpose of this project and some parts of its architecture.
October 12, 2015

Code coverage using a dynamic symbolic execution
Jonathan Salwan , Romain Thomas
This blog post introduces code coverage with Triton