diff --git a/memN0ps/arsenal-rs/rdi-rs/inject/Cargo.toml b/memN0ps/arsenal-rs/rdi-rs/inject/Cargo.toml index 74c9f87..addbf6f 100644 --- a/memN0ps/arsenal-rs/rdi-rs/inject/Cargo.toml +++ b/memN0ps/arsenal-rs/rdi-rs/inject/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -sysinfo = "0.29.8" +sysinfo = "0.29.9" log = "0.4.20" env_logger = "0.10.0" diff --git a/memN0ps/arsenal-rs/shellcode_runner_classic-rs/Cargo.toml b/memN0ps/arsenal-rs/shellcode_runner_classic-rs/Cargo.toml index 7692a9d..9ac6696 100644 --- a/memN0ps/arsenal-rs/shellcode_runner_classic-rs/Cargo.toml +++ b/memN0ps/arsenal-rs/shellcode_runner_classic-rs/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -sysinfo = "0.29.8" +sysinfo = "0.29.9" ntapi = "0.4.1" winapi = { version = "0.3.9", features = ["ntdef", "ntstatus", "impl-default", "basetsd"] } libaes = "0.6.5" diff --git a/memN0ps/eagle-rs/client/Cargo.toml b/memN0ps/eagle-rs/client/Cargo.toml index bd2c937..5b5aff1 100644 --- a/memN0ps/eagle-rs/client/Cargo.toml +++ b/memN0ps/eagle-rs/client/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] winapi = { version = "0.3.9", features = ["processthreadsapi", "memoryapi", "winbase", "impl-default", "errhandlingapi", "fileapi", "winioctl"] } -sysinfo = "0.29.8" +sysinfo = "0.29.9" clap = { version = "4.4.0", features = ["derive"] } common = { path = "../common" } \ No newline at end of file diff --git a/memN0ps/mimiRust/Cargo.toml b/memN0ps/mimiRust/Cargo.toml index 3af5ed9..3a9ef93 100644 --- a/memN0ps/mimiRust/Cargo.toml +++ b/memN0ps/mimiRust/Cargo.toml @@ -10,7 +10,7 @@ kernel32-sys = "0.2.2" memsec = "0.6.3" libc = "0.2.147" byteorder = "1.4.3" -sysinfo = "0.29.8" +sysinfo = "0.29.9" anyhow = "1.0" aes = "0.8.3" block-modes = "0.9.1" diff --git a/memN0ps/mmapper-rs/loader/Cargo.toml b/memN0ps/mmapper-rs/loader/Cargo.toml index a0a6024..05e1ef9 100644 --- a/memN0ps/mmapper-rs/loader/Cargo.toml +++ b/memN0ps/mmapper-rs/loader/Cargo.toml @@ -10,7 +10,7 @@ name = "loader" [dependencies] winapi = { version = "0.3.9", features = ["processthreadsapi", "memoryapi", "winbase", "impl-default", "errhandlingapi", "handleapi", "winuser", "heapapi", "impl-default"] } -sysinfo = "0.29.8" +sysinfo = "0.29.9" clap = { version = "4.4.0", features = ["derive"] } ureq = "2.7.1" anyhow = "1.0.75" \ No newline at end of file diff --git a/memN0ps/mordor-rs/freshycalls_syswhispers/Cargo.toml b/memN0ps/mordor-rs/freshycalls_syswhispers/Cargo.toml index 333a03e..6a8d856 100644 --- a/memN0ps/mordor-rs/freshycalls_syswhispers/Cargo.toml +++ b/memN0ps/mordor-rs/freshycalls_syswhispers/Cargo.toml @@ -14,7 +14,7 @@ _DIRECT_ = [] [dependencies] env_logger = "0.10.0" log = "0.4.20" -sysinfo = "0.29.8" +sysinfo = "0.29.9" obfstr = "0.4.3" ntapi = { version = "0.4.1", features = ["impl-default"] } diff --git a/memN0ps/mordor-rs/hells_halos_tartarus_gate/Cargo.toml b/memN0ps/mordor-rs/hells_halos_tartarus_gate/Cargo.toml index e2db412..d3843bc 100644 --- a/memN0ps/mordor-rs/hells_halos_tartarus_gate/Cargo.toml +++ b/memN0ps/mordor-rs/hells_halos_tartarus_gate/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] env_logger = "0.10.0" log = "0.4.20" -sysinfo = "0.29.8" +sysinfo = "0.29.9" obfstr = "0.4.3" ntapi = "0.4.1" diff --git a/memN0ps/pemadness-rs/pemadness/Cargo.toml b/memN0ps/pemadness-rs/pemadness/Cargo.toml index 4da847c..7e92585 100644 --- a/memN0ps/pemadness-rs/pemadness/Cargo.toml +++ b/memN0ps/pemadness-rs/pemadness/Cargo.toml @@ -14,7 +14,7 @@ strip = true # Automatically strip symbols from the binary. [dependencies] env_logger = "0.10.0" log = "0.4.20" -sysinfo = "0.29.8" +sysinfo = "0.29.9" obfstr = "0.4.3" ntapi = "0.4.1" diff --git a/memN0ps/srdi-rs/generate_shellcode/Cargo.toml b/memN0ps/srdi-rs/generate_shellcode/Cargo.toml index a1f99e2..c9135b4 100644 --- a/memN0ps/srdi-rs/generate_shellcode/Cargo.toml +++ b/memN0ps/srdi-rs/generate_shellcode/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -sysinfo = "0.29.8" +sysinfo = "0.29.9" log = "0.4.20" env_logger = "0.10.0" diff --git a/memN0ps/srdi-rs/inject/Cargo.toml b/memN0ps/srdi-rs/inject/Cargo.toml index 74c9f87..addbf6f 100644 --- a/memN0ps/srdi-rs/inject/Cargo.toml +++ b/memN0ps/srdi-rs/inject/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -sysinfo = "0.29.8" +sysinfo = "0.29.9" log = "0.4.20" env_logger = "0.10.0"