Blog

Google Summer of Code 2023 at Chromium

During the summer of 2023, I participated in the Google Summer of Code program as a contributor to Chromium, Google’s open-source browser project. The program lasted for a total of 15 weeks, as I had a two-week extension. The Project When screen sharing or casting a screen from Chrome, you can also stream system audio […]

Hooking All System Calls In Windows 10 20H1

In the previous post titled MySyscall: Hijacking Windows System Calls For Personal Use, I talked about a method that allows you to hijack a particular group of system calls via simple pointer swap in the .rdata section of win32kfull.sys. There I mentioned another publicly disclosed method to hook all system calls, InfinityHook, which has been […]

MySyscall: Hijacking Windows System Calls For Personal Use

Firstly, I’d like to thank everybody who has decided to read my blog. I hope it will inspire others to start their own and share knowledge on the field of reverse engineering and exploitation with everyone. I am always open to suggestions and critics about my work, so feel free to send me an email […]