Pinned Repositories
3cc
Learning how to build a compiler through https://www.sigbus.info/compilerbook
AntiCheatDemo
yolo
CTFs
Data-Science-Bowl-2015
godot
Godot Engine – Multi-platform 2D and 3D game engine
godot-cpp
C++ bindings for the Godot script API
gruvbox
Retro groove color scheme for Vim
hexhexD's Repositories
hexhexD/3cc
Learning how to build a compiler through https://www.sigbus.info/compilerbook
hexhexD/AntiCheatDemo
yolo
hexhexD/CTFs
hexhexD/Data-Science-Bowl-2015
hexhexD/godot
Godot Engine – Multi-platform 2D and 3D game engine
hexhexD/godot-cpp
C++ bindings for the Godot script API
hexhexD/gruvbox
Retro groove color scheme for Vim
hexhexD/hexhexd.github.io
hexhexD/Hypervisor-101-in-Rust
The materials of "Hypervisor 101 in Rust", a one-day long course, to quickly learn hardware-assisted virtualization technology and its application for high-performance fuzzing on Intel/AMD processors.
hexhexD/HypervisorDriver
Windows driver that virtualize the system using VT-x
hexhexD/KACE
Emulate Drivers in RING3 with self context mapping or unicorn
hexhexD/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
hexhexD/malloc-lab
My attempt to the CMU malloc lab.
hexhexD/mold
mold: A Modern Linker
hexhexD/openkore-1
A free/open source client and automation tool for Ragnarok Online
hexhexD/plastic_linker
Toy linker based on lld (the llvm linker)
hexhexD/raven
hexhexD/rellume
Lift machine code to performant LLVM IR
hexhexD/solutions-to-the-cryptopals-crypto-challenges
My solutions the cryptopals crypto challenges.
hexhexD/STL
MSVC's implementation of the C++ Standard Library.
hexhexD/Tai-e-assignments
Tai-e assignments for static program analysis
hexhexD/windowskernelprogrammingbook
The Windows Kernel Programming book samples