Recent posts

Root-Me: ELF C++ – 0 protection solution

1 minute read

Hello! My daily work is doing full stack web development, and reversing is a side thing that I do for fun and in my free time. In this article I will show y...

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...