mirror of
https://github.com/Astatin3/syscall-stream-rs.git
synced 2026-06-09 00:18:01 -06:00
Work on adding a puppet for the server side aswell
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fn main() {
|
||||
let dst = cmake::build("syscall_intercept");
|
||||
|
||||
println!("cargo:rustc-link-search=native={}/lib", dst.display());
|
||||
println!("cargo:rustc-link-lib=static=syscall_intercept");
|
||||
println!("cargo:rustc-link-lib=capstone");
|
||||
}
|
||||
Reference in New Issue
Block a user