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….
Category: Reverse Engineering
Cracking the “robot[1]: find key” from Crackmes.one
Hey cracker, Today I am going to crack the “robot[1]: find key” from crackmes.one . You can download the binary from here. It’s a keygen like crackme. We need to reverse it, analyze the key checking algorithm and generate a key. So I ran the binary and I got this… I checked my current directory…
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…