Recent posts

Hack The Box – Travexec Write-up

less than 1 minute read

Hello, Here’s my write-up for the Traverxec machine. Initial Shell: google User Hint: Read the configuration carefully and ls dem directories, and don’t f...

HackTheBox Reversing DSYM Write-Up

less than 1 minute read

Hello, Here’s my write-up for the Reversing DSYM challenge from HackTheBox. PDF: The password for the Write-Up is the challenge’s flag. To solve it I’ve ...

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