Writing an IR from Scratch and survive to write a post
The following post will talk about the design of the first version of the Intermediate Representation of Kunai, the design decisions and how it was implement...
The following post will talk about the design of the first version of the Intermediate Representation of Kunai, the design decisions and how it was implement...
My personal notes about the Linux ptrace syscall
My personal notes about the ELF file format
Hex-rays has published a second CTF where we have to uncover the location of the traitors in the story of Madame de Maintenon (the IDA Lady)
Following the previous post about using Triton for solving challenges through symbolic execution and SMT Solving, this time we will try solving an obfuscated...
Triton is a library for doing Symbolic Execution, useful for doing common CTF challenges and analyzing obfuscations. TritonDSE is a library built on top of T...
Kunai is a library for analyzing Dalvik Executable Files, this library is written in C++ for performance reasons
History of how the idea of the book Fuzzing Against The Machine started and favorite chapters of the authors
Explanation of Static Single Assignment Algorithm for MLIR