Add DLL proxying to readme

This commit is contained in:
Dimitris Zervas
2023-05-27 22:12:51 +03:00
parent 14e6572521
commit c10945f2e0
2 changed files with 22 additions and 3 deletions

View File

@ -44,9 +44,6 @@ pub fn attach(pid: u32) {
#[no_mangle]
pub fn attach_self() {
println!("[*] Attaching to self");
// #[cfg(windows)]
// attach(std::process::id());
// #[cfg(unix)]
attach(0);
}