Articles
-
DLL pinning on Windows: when FreeLibrary does nothing
32 views · ♥ 3
Why a DLL can refuse to unload on Windows, how to verify that it was pinned, and why OpenSSL can accidentally pin your own module.
-
IDAClang workflow for large C++ header imports (Windows/MSVC)
17 views · ♥ 2
A reproducible IDAClang setup for importing big C++ header trees: how to pick clang args, find MSVC/SDK includes, add defines, and debug common failures.
-
How Windows makes Half‑Life DPI‑aware via the hidden compatibility layer
21 views · ♥ 1
Vanilla hl.exe is marked DPI‑aware by Windows AppCompat database using a HighDpiAware fix matched on version‑info—no manifest in the binary required.
-
Goldsrc Engine Initialization Process
14 views · ♥ 1
Description of the initialization process of the Goldsrc engine.
-
Goldsrc - Low Level Networking Details
18 views · ♥ 1
Description of the low-level innerworkings of GoldSrc networking.
-
Porting GoldSrc Engine to x64
10 views · ♥ 1
Theoretical depicition of porting a GoldSrc engine to x64.
-
GoldSrc engine frame
13 views · ♥ 1
Walkthrough of the GoldSrc engine frame, what happens, which events occur, etc.