COMMITS
August 14, 2026
N
Add a data_v2p native for translating AMX addresses
namazso committed
August 13, 2026
N
Add an smi native for invoking a software SMI
namazso committed
N
Update PawnPP for the C++20 requirement
namazso committed
N
Pass the guard flags to the linker
namazso committed
N
Leave interactive mode on end of input
namazso committed
N
Complete the OVERLAPPED when an async request fails validation
namazso committed
N
Map NT success to S_OK in the HRESULT facade
namazso committed
N
Reject lengths that do not fit the ioctl length fields
namazso committed
N
Reject device control requests above PASSIVE_LEVEL
namazso committed
N
Update PawnPP for the call state restore fix
namazso committed
N
Fix the div_* helpers for mixed-sign operands
namazso committed
N
Reject input sizes that overflow the execute buffer size
namazso committed
N
Fix the NTSTATUS_FROM_WIN32 macro parameter
namazso committed
N
Fix the ARM64 system register encoding in the msr_read note
namazso committed
N
Reject microsleep intervals that overflow the relative timeout
namazso committed
N
Return the not-found sentinel for over-long lookup names
namazso committed
N
Keep the created and destroyed callbacks symmetric
namazso committed
N
Fire postcall when a callback thunk re-enters the VM
namazso committed
N
Remove the loader constructor that swallowed init's error
namazso committed
N
Bound the name-termination scan in the module loader
namazso committed
N
Bound the stack and heap a module header can request
namazso committed
N
Keep iterator debugging off on MSVC 17.14 and newer
namazso committed
N
Disable C++ exceptions in the kernel driver
namazso committed
N
Let GsDriverEntry seed the /GS stack cookie
namazso committed
N
Reject truncated names in get_public, get_native and get_proc_address
namazso committed
N
Fix three wrong native.inc doc comments
namazso committed
N
Fix klist members that never compiled
namazso committed
N
Break out of the IOCTL_PIO_VERSION case
namazso committed
N
Disable normal kernel APCs while holding the callback ERESOURCE
namazso committed
N
Make signature verification fail closed
namazso committed