My technical thoughts on building a MMO Game. I have no professional experience in this area, and try to come up with an architecture that is simple to implement but also scalable enough for my nee...
2020-06-30 21:10:12 +0000 UTC
View Post
Hey! Several of you have already seen the LiveOverflow marketing department but I wanted to share it clearly for everybody again.
If you have a Discord account connected to Patreon, you shoul...
2020-06-26 12:19:45 +0000 UTC
View Post
How to be creative and get ideas for making a game? In the last video I talked about how I got started with GamDev in in Unity. This video I share the game design aspect and what I do to be creativ...
2020-06-24 08:19:40 +0000 UTC
View Post
I got inspired by Pwn Adventure and made a game that is intended to be hacked! But I have never made a game before, so I had to learn game development first. In this devlog I talk about my journey ...
2020-06-17 19:49:29 +0000 UTC
View Post
Hey, this week I have something special(?)/different(?)
I have made two videos - one exploring arguments why CTFs are terrible, and the other video argues why CTFs are awesome. This is a bit ...
2020-05-31 13:12:41 +0000 UTC
View Post
Hey everyone,
Patreon is changing sales tax for the USA.
(Patreons from the EU have already been paying sales tax so doesn't apply there.)
Depending on what kind of rewards are provi...
2020-05-28 17:57:14 +0000 UTC
View Post
In this part two we investigate how encountering a glitch pokemon will cause the 6th item to multiply. For this we are using Ghidra and SameBoy to debug and reverse engineer the code.
part 1:...
2020-05-11 16:32:39 +0000 UTC
View Post
We are using an emulator to research what triggers MissingNo and come up with a hypothetical story how one could have found and analyzed this glitch.
The full GameBoy Hacking Playlist:
2020-05-02 21:31:19 +0000 UTC
View Post
We finally managed to make a fly hack to zoom around the map and we learned a lot about Windows game hacking in the process. This is the last video in the PwnAdventure game hacking series.
Fu...
2020-04-24 19:41:37 +0000 UTC
View Post
Reverse engineering the savegame data of Pokemon Red for the GameBoy.
Kneesnap reverse engineered an old compression algorithm for his modding tool FrogLord. It can be used to unpack and repack game assets.
Highway Frogs Forum: 2020-04-06 17:39:02 +0000 UTC
View Post
For our CTF I made a video writeup for the first part of our intro pwnable challenge. I'm trying to draw the mindmap of my thought process while solving a challenge.
Feel free to copy the sol...
2020-03-18 18:06:07 +0000 UTC
View Post
In 2019, Google announced the GCP Prize. 100.000$ for the best bug bounty report for the Google Cloud Platform. Today we will have a technical look at the nominations. We look for patterns and anal...
2020-03-11 13:01:32 +0000 UTC
View Post
Let's play around with Docker a bit more. We learn about the nsenter command, how kernel code execution allows escaping from docker and we look at Linux Kernel source code of getpid().
2020-02-26 20:15:50 +0000 UTC
View Post
Let's figure out how Docker works! We will investigate docker by tracing the syscalls to find the Linux Kernel feature called Namespaces. We also learn about the different ones like process id, net...
2020-02-21 17:15:16 +0000 UTC
View Post
I'm using Docker more often for CTFs, but it's also useful to host challenges. More CTFs share Dockerfiles to run it locally, so I figured it's time to give an introduction to docker.
Example...
2020-02-14 18:55:41 +0000 UTC
View Post
Hey everybody!
Because there were no uploads since December, some of you were a bit worried. But everything is fine :) Since I dropped the pressure to deliver weekly videos, I have fallen out...
2020-02-05 11:31:44 +0000 UTC
View Post
As mentioned in the post last month [0], I'm bundling 6 of the lower effort videos into one "charged post" on Patreon. So here is the third set of six videos of Haxember!
Full Playlist:
2019-12-19 19:53:25 +0000 UTC
View Post
As mentioned in the post last month [0], I'm bundling 6 of the lower effort videos into one "charged post" on Patreon. So here is the second set of six videos of Haxember!
Full Playlist:
2019-12-16 02:35:28 +0000 UTC
View Post
Today I have one of the promised typical LiveOverflow videos for you! It's a collaboration with Ned Williamson and has been in the making for a while.
He also has released a blog post a...
2019-12-10 18:05:22 +0000 UTC
View Post
As mentioned in my previous post [0], I will bundle 6 of the lower effort videos into one "charged post" on Patreon. So here are the first six videos of Haxember!
Full Playlist: 2019-12-06 11:18:49 +0000 UTC
View Post
I'm planning a small experiment in December, by uploading 24 videos. That's why I wanted to give you a heads up about my plans with charging "per video" on Patreon.
...
2019-11-29 00:45:17 +0000 UTC
View Post
New video about the suidbash challenge from the Google CTF Finals 2019. It's about an actual zero-day in /bin/bash - CVE-2019-18276
What do you think about interviews like this for CTFs?
<...
2019-11-27 19:57:32 +0000 UTC
View Post
Don't worry, technical videos are still coming! But as I mentioned in my Test VLOG, I was going to travel to an event and I'm just having a bit of fun experimenting.
As some might have alread...
2019-11-16 13:19:50 +0000 UTC
View Post
Another PwnAdventure episode. We are very close to a fly hack! But this time I got some help with creating a .dll for a DLL injection. And then we can use the pointer paths we have found last video...
2019-10-30 10:40:19 +0000 UTC
View Post
I have created a test VLOG including some info about the past few months.
I was very busy with my master thesis, but I'm finally done. I don't know yet if I will pass, but for now I am free agai...
2019-10-28 22:10:56 +0000 UTC
View Post
I think this video is really cool. Google reached out to me to make a video about a vulnerability a bug hunter found in one of their products!
What do you think about it?
2019-10-01 17:02:02 +0000 UTC
View Post
We continue doing some Cheat Engine work to find the player's and camera's position. This will help us to implement a fly hack in a future episode.
blog: 2019-09-13 18:16:29 +0000 UTC
View Post
We continue our journey in Windows Game hacking with Pwn Adventure 3, by looking at Pointer Scans from Cheat Engine. And surprisingly the same techniques are being used by speedrunners to implement...
2019-08-20 19:01:20 +0000 UTC
View Post
We are going to learn basic game hacking on Windows with Cheat Engine and Ghidra.
Pwn Adventure 3 Playlist:
2019-08-04 11:37:32 +0000 UTC
View Post