Updated to memflow 0.2.0-beta10

next 0.2.0-beta10
ko1N 2 years ago
parent 696e382ba5
commit edaca4ba57

488
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -14,7 +14,7 @@ ctor = "0.1"
[build-dependencies]
cc = "1.0"
pkg-config = "0.3"
bindgen = { version = "^0.63.0", optional = true }
bindgen = { version = "^0.64.0", optional = true }
[features]
default = [ ]

@ -1 +1 @@
Subproject commit 94d2abdb39c515790558feaff31cb4a65c3e1307
Subproject commit b48962e97e47666ef0f8d3f6236f7756dd628a12

@ -1,6 +1,6 @@
[package]
name = "memflow-pcileech"
version = "0.2.0-beta9"
version = "0.2.0-beta10"
authors = ["ko1N <ko1N1337@gmail.com>"]
edition = "2018"
description = "qemu procfs connector for leechcore/pcileech"
@ -16,13 +16,13 @@ categories = [ "api-bindings", "memory-management", "os" ]
crate-type = ["lib", "cdylib"]
[dependencies]
memflow = { version = "^0.2.0-beta9", features = ["plugins", "memmapfiles"] }
leechcore-sys = { version = "0.2.0-beta9", path = "../leechcore-sys" }
memflow = { version = "=0.2.0-beta10", features = ["plugins", "memmapfiles"] }
leechcore-sys = { version = "0.2.0-beta10", path = "../leechcore-sys" }
log = "^0.4.14"
[dev-dependencies]
simplelog = "^0.12.0"
memflow-win32 = { version = "^0.2.0-beta9" }
memflow-win32 = { version = "=0.2.0-beta10" }
[features]
default = [ ]

@ -109,7 +109,7 @@ impl PciLeech {
// TODO: handle version error
// TODO: handle special case of fUserInputRequest
return Err(Error(ErrorOrigin::Connector, ErrorKind::Configuration)
.log_error(format!("unable to create leechcore context: {:?}", err)));
.log_error(format!("unable to create leechcore context: {err:?}")));
}
// TODO: allow handling these errors properly
@ -536,8 +536,7 @@ More information about pcileech can be found under https://github.com/ufrisk/pci
This connector requires access to the usb ports to access the pcileech hardware.
Available arguments are:
{}",
validator
{validator}"
)
}

Loading…
Cancel
Save