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.
-
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.