Skip to content

Instantly share code, notes, and snippets.

View aquanox's full-sized avatar

Valentin Plyasinov aquanox

View GitHub Profile
@aquanox
aquanox / ffi-kernel32.h
Last active November 7, 2025 12:27
PHP 8.4 FFI Windows Registry Query
#define FFI_LIB "kernel32.dll"
#define FFI_SCOPE "kernel32"
typedef unsigned short wchar_t;
typedef int BOOL;
typedef unsigned long DWORD;
typedef void *PVOID;
typedef PVOID HANDLE;
typedef DWORD *LPDWORD;
typedef unsigned short WORD;
@Mr-Precise
Mr-Precise / vs_buildtools_dl_list.md
Created February 28, 2024 05:33
MSVC / VS / Buildtools download link collection list