Recent posts

HackTheBox Reversing: Cake Challenge

1 minute read

Hello, If you open this binary in Binary Ninja or any other disassembler, you’ll see a that the flow is quite weird. After looking at the strings tab I foun...

Static websites with Angular, lazy mode.

less than 1 minute read

I had to do a project for a friend and because Hugo is a nice tool yet a bit uncomfortable to use, I decided to use Angular. After finishing the website’s ro...

HackTheBox: Reversing: The Art Of Reversing

less than 1 minute read

The Art of Reversing challenge was a fun and quick challenge! I did get the flag but I did not write a keygen for it, I didn’t even need to look under the ho...

Root Me: Cracking: PE – 0 protection

2 minute read

Since this challenge has 0 protection we can easily solve it by searching for the string in the strings window of IDA. Select from the menu: View -> Open...

PicoCTF – An Introduction to CTF’s

1 minute read

PicoCTF is an amazing capture the flag competition targeting middle and high school students. It’s a game that consists in solving various computer security ...

Introduction to GCC’s Extended ASM Format

3 minute read

As I’ve been reading Professional Assembly Language, I’ve come across chapter 13 and I liked it so much that I’m going to write a blog post about it. The boo...

HackTheBox Reversing: Impossible Password

3 minute read

Hello, this is a write-up regarding the HackTheBox reversing challenge: Impossible Password. Please don’t look at the solution if you haven’t attempted the ...

BLE CTF: How to flash the ESP32

1 minute read

Hello! If you want to do Hackgnar’s BLE CTF but you’ve been struggling with flashing the ESP worry not! I have created a vagrant developer environment just ...