Add symbols for non-windows dll proxying

Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
This commit is contained in:
Dimitris Zervas
2024-04-13 03:24:16 +03:00
parent ed6f77e71c
commit a4bf277c47
3 changed files with 66 additions and 46 deletions

View File

@ -3,6 +3,8 @@ pub mod injector;
pub mod frida_handler;
// #[cfg(feature = "dotnet")]
// pub mod cs;
#[cfg(not(windows))]
pub mod symbols;
pub use injector::attach_self;