feat: is running function
parent
ada7cae22f
commit
81d08b4e2d
|
@ -80,3 +80,8 @@ pub extern "C" fn stop_hook() -> *const c_char {
|
|||
|
||||
null()
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn hook_is_running() -> bool {
|
||||
skyhook::is_running()
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit de06cc1a326f036ffec4e8f390632cbdd4b12b9f
|
||||
Subproject commit 0f3a057fd44094cf2cea59363234f7becedb8819
|
Reference in New Issue