mondsekai's Blog

Reverse engineering, programming and some other boring stuff.

Recent posts

Mar 11, 2025
Writing a Driver to protect the processHello! Welcome to my new article on developing a driver for protecting your process. Before that, I had never really mentioned kernel in my articles mode, because I didn’t really like to go there, but then I came up with the idea of implementing a pair of ideas that I will talk about in the article.…
Feb 27, 2025
Code Virtualizer ProblemsIn this article, I will go through the virtual machine architecture issues that Code Virtualizer exposes that i have seen, show you different ways to attack a VM to extract important information for yourself, and show you how to apply this to different applications where different types of information are being checked.…