This repository has been archived on 2023-05-28. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Go to file
paring 329887be58
fix: remove cross compiling
2022-11-05 13:42:52 +09:00
src fix: send as raw instead of pointer 2022-11-03 20:54:59 +09:00
vendor chore: update submodule 2022-11-05 11:37:33 +09:00
.gitignore chore: add .DS_Store to gitignore 2022-11-03 23:51:04 +09:00
.gitmodules Initial commit 2022-11-03 18:58:31 +09:00
Cargo.toml feat: setup as shared library 2022-11-03 19:00:47 +09:00
README.md fix: readme 2022-11-05 11:37:27 +09:00
build.ps1 chore: add build script for windows 2022-11-05 00:53:54 +09:00
build.sh fix: remove cross compiling 2022-11-05 13:42:52 +09:00
setup-targets.sh chore: add darwin aarch64 target 2022-11-03 23:51:14 +09:00

README.md

SkyHook-Native

dynamic library of SkyHook for use with other languages

Development

git clone https://git.pikokr.dev/SkyHook/SkyHook-Native #Clone

to build, just run build.sh on Linux of MacOS, build.ps1 on Windows