diff --git a/memN0ps/arsenal-rs/rdi-rs/inject/Cargo.toml b/memN0ps/arsenal-rs/rdi-rs/inject/Cargo.toml index 2c98594..4fb5662 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.30.7" +sysinfo = "0.30.8" log = "0.4.21" env_logger = "0.11.3" diff --git a/memN0ps/arsenal-rs/shellcode_runner_classic-rs/Cargo.toml b/memN0ps/arsenal-rs/shellcode_runner_classic-rs/Cargo.toml index dcf6a05..cc3cac7 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.30.7" +sysinfo = "0.30.8" ntapi = "0.4.1" winapi = { version = "0.3.9", features = ["ntdef", "ntstatus", "impl-default", "basetsd"] } libaes = "0.7.0" diff --git a/memN0ps/eagle-rs/client/Cargo.toml b/memN0ps/eagle-rs/client/Cargo.toml index 1793a5a..4a582e9 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.30.7" +sysinfo = "0.30.8" clap = { version = "4.5.4", features = ["derive"] } common = { path = "../common" } \ No newline at end of file diff --git a/memN0ps/mimiRust/Cargo.toml b/memN0ps/mimiRust/Cargo.toml index cf77553..717f0d7 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.153" byteorder = "1.5.0" -sysinfo = "0.30.7" +sysinfo = "0.30.8" anyhow = "1.0" aes = "0.8.4" block-modes = "0.9.1" diff --git a/memN0ps/mmapper-rs/loader/Cargo.toml b/memN0ps/mmapper-rs/loader/Cargo.toml index a6a5cb0..36c8cd7 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.30.7" +sysinfo = "0.30.8" clap = { version = "4.5.4", features = ["derive"] } ureq = "2.9.6" anyhow = "1.0.81" \ 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 d66369f..bc77473 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.11.3" log = "0.4.21" -sysinfo = "0.30.7" +sysinfo = "0.30.8" 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 0f8f25c..e189c3d 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.11.3" log = "0.4.21" -sysinfo = "0.30.7" +sysinfo = "0.30.8" 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 c050e00..ba8ffb9 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.11.3" log = "0.4.21" -sysinfo = "0.30.7" +sysinfo = "0.30.8" 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 e020689..ed2f522 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.30.7" +sysinfo = "0.30.8" log = "0.4.21" env_logger = "0.11.3" diff --git a/memN0ps/srdi-rs/inject/Cargo.toml b/memN0ps/srdi-rs/inject/Cargo.toml index 2c98594..4fb5662 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.30.7" +sysinfo = "0.30.8" log = "0.4.21" env_logger = "0.11.3"