@cheatron/native-bindings
v1.0.5
Published
Low-level Win32 FFI bindings for Cheatron, focusing on 64-bit Windows DLL signatures.
Maintainers
Readme
@cheatron/native-bindings
Low-level Win32 FFI bindings for Cheatron. This package provides raw FFI signatures and constants for Windows DLLs like kernel32.dll and msvcrt.dll.
Features
- Raw FFI: Typed definitions for Bun FFI.
- Kernel32: Process, thread, and memory management signatures.
- MSVCRT: Standard C runtime function signatures.
- Win32-ext: Integrated ergonomic types and constants.
Installation
bun add @cheatron/native-bindingsUsage
import { Kernel32Impl } from '@cheatron/native-bindings';
const pid = Kernel32Impl.GetCurrentProcessId();