Minimal inline hooking for Windows x64 without trampoline — 2-byte infinite loop hook, cross-process support via NThread.
Stars
25
Forks
0
Watchers
25
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
27
commits
fix: update pointer arithmetic to use explicit casting for clarity and correctness
1e29f81View on GitHubfix: correct default calling convention assignment in nh_create function
913efecView on GitHubrefactor: update API export definitions and clean up header files
66c7386View on GitHubrefactor: standardize function declarations and improve build workflow configuration
101652eView on GitHubfix: update error handling macros to ensure consistency in error checking
8796a37View on GitHubrefactor: consolidate module functionality into core.h and core.c, removing module.h
6ecf450View on GitHubrefactor: update error handling types and improve header inclusions across multiple files
ffd698cView on GitHubfix: remove redundant variable initialization in nh_disable_all function
185dfe1View on GitHubfix: initialize return values in nh_enable_all and nh_disable_all functions
ec645bfView on GitHubfeat: enhance nh_create_with_mem function to support instruction disassembly and memory patching
d04ec47View on GitHubfeat: add nh_create_with_mem function for custom memory patching and update README with usage examples
0ef595bView on GitHubfix: update submodule branches and improve logging in hook.c
2f7723aView on GitHub