Split the frida handler to a separte handler and add a test
This commit is contained in:
4
tests/mylib/src/lib.rs
Normal file
4
tests/mylib/src/lib.rs
Normal file
@ -0,0 +1,4 @@
|
||||
#[no_mangle]
|
||||
pub extern "C" fn mylib_foo() -> u8 {
|
||||
10
|
||||
}
|
Reference in New Issue
Block a user