Hey crackers, Today I am going to crack “secr3tfl4g” crackme from Crackmes.one. You can download the binary from here. This is a simple crackme and we need to find the right flag. However, let’s start cracking… First I tried running the binary and it showed that I was missing the libssl.so.1.1 library from my system….
Tag: radare2
Introduction to Radare2 – A Reverse Engineering Framework
Hello Everyone, I’m back to introduce you to another hacking tool. Today I will talk about one of the most popular and open source reverse engineering framework Radare2. What is Radare2 ? Radare2 is an open source reverse engineering framework. Its used for static and dynamic binary analysis and exploitation. This framework contains a set…