top0n3@home:~$

  • Radare2 framework Ultime Guide Part 1 Introduction

    In this suite of articles, we will learn how to use radare2 for effective reverse engineering. So what is radare2 !? created by Pancake, Radare2 is a reverse engineering powerful framework. It is cross plateform tools. This mean that you can use it on linux/windows/macOS/Android. Inlike other reverse engineering tool...

  • Angr Ultime Guide Part 1 Introduction

    Angr the most powerful tool for symbolic execution and binary analyse Created by ASU University researchers, Angr is a powerful tool for symbolic execution and binary analys. It is used to automate reverse engineering challenge like crackmes solving by making symbolic execution and also to found bug like buffer overflow...