trident-syscall-stubs-v2 0.1.0

Implementation of syscall stubs for the Trident fuzzing framework.
Documentation
1
2
3
4
5
pub mod invoke_context;
pub mod syscall_stubs;

pub use invoke_context::*;
pub use syscall_stubs::*;