Skip to content
View hotligned's full-sized avatar
🤔
hmm..
🤔
hmm..

Block or report hotligned

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hotligned/README.md

Hey there! 👋

I'm Hotligned, a systems and software engineer based in Poland.

I focus heavily on Windows Internals, reverse engineering, and systems software development.

For me, programming and reversing aren't just hobbies; they are the only things in computing that genuinely captivate me. I spend my time exploring Windows Internals, experimenting with the OS, and writing custom kernel-mode drivers to see how far I can push system security.

My primary language is C++, which I frequently use to build dynamic-link libraries, memory modification tools, and custom game modifications. I even spent time upgrading security implementations in older game engines just for fun.

C# was one of my first languages, and I still love coming back to it usually building Windows Forms apps or utility tools whenever I'm bored.

On the reverse engineering side, I'm constantly learning. I enjoy dissecting system files, analyzing applications, and checking files for malware to help out friends. While I'm still mastering Assembly and deep binary analysis, I have a strong foundation in RE concepts.

Popular repositories Loading

  1. hotligned hotligned Public

    1

  2. Kernel-Debugger Kernel-Debugger Public

    Grease is a kernel debugger which doesn't require modifying boot configuration (works without bcdedit /debug ON) or others requirements.

    C#