Recent posts

Simple Dark Theme Switch with Vue.JS

1 minute read

Hello, In this post I’m going to show you how quickly you can add a dark theme switch to your Vue.JS application. We’re going to start with a blank applica...

My experience with .NET IoT (so far)

1 minute read

I haven’t done any embedded development in a while and I was thinking to build myself a remote controlled toy car with video streaming. The project is goin...

Ghidra Scripting: Annotating Linux system calls

7 minute read

I had some fun this weekend messing around with Ghidra. Having such a powerful tool for free is truly a game changer. To start scripting in Ghidra, I downlo...

Root Me – Xor Madness – Walkthrough

4 minute read

Hello, In this article I will describe how I solved the PE x86 – Xor Madness challenge from Root-Me This challenge will ask you for a password and the pass...

MAD: Game DevLog #5: Game Over

1 minute read

Image by Steve Buissinne from Pixabay Hello, I don’t think I’d like to invest time and resources in this project anymore, I had fun programming it and lear...

Introduction to Angr

3 minute read

I always wanted to play around with a binary analysis framework but most of the time I was turned off by how difficult it was to install and use it. Just rec...

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