Recent posts

Root-Me Reversing: crackme_wtf hints

less than 1 minute read

It’s been some time since I’ve done some Reverse Engineering and today I’ve completed a simple challenge on . The filename of the challenge is crackme_wtf a...

MAD: Game DevLog #3

less than 1 minute read

Hello everyone! I don’t have much to tell so I’m going to make it quick. We’ve added Android build support and we’re working on setting up an internal test...

MAD: Game DevLog #2

2 minute read

Hello everyone! Time for devlog number #2! In the last week, we’ve implemented transparent walls and the player animation state machine. Max continued desig...

MAD Game DevLog #1

1 minute read

Hello Everyone! In this devlog I’ll try to keep you updated with the latest state of our game. Since we all have full-time jobs, we’ve been working on this ...

MAD: GameDevLog #0

1 minute read

It’s been a while since I wrote an article and this one is a bit different. I joked one day with a two other friends to make a game, and somehow the idea was...

Quick Programming Tip: The Silver Searcher

less than 1 minute read

The Silver Searcher is a code searching tool, it searches your entire code base in a very fast and efficient manner and it supports regex. I often use it whe...

Root-Me: ExploitMe – Basic Buffer Overflow

2 minute read

Hello, In this article I present you the solution to nice and short cracking challenge from Root-Me. After opening it up in Ghidra, I saw that the challenge...

Root Me: ELF-CrackPass with Ghidra

8 minute read

Hello! I’ve been playing recently a bit with Ghidra, which is a reverse engineering tool that was recently open sourced by the NSA. The official website des...