This commit is contained in:
Willi Ballenthin 2025-02-18 16:05:39 +00:00
parent 4796e099f9
commit 250ecf17fb
5 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "lancelot-bin"
version = "0.9.5"
version = "0.9.6"
description = "binary analysis tools for x32/x64 PE files"
authors = ["William Ballenthin <william.ballenthin@fireeye.com>"]
license = "Apache-2.0"
@ -28,6 +28,6 @@ hex = "0.4"
serde_json = "1.0"
sha256 = "1"
lancelot = { path = "../core", version = "0.9.5" }
lancelot-flirt = { path = "../flirt", version = "0.9.5" }
lancelot = { path = "../core", version = "0.9.6" }
lancelot-flirt = { path = "../flirt", version = "0.9.6" }

View file

@ -2,7 +2,7 @@
name = "lancelot"
description = "binary analysis framework for x32/x64 PE files"
license = "Apache-2.0"
version = "0.9.5"
version = "0.9.6"
authors = ["Willi Ballenthin <william.ballenthin@mandiant.com>"]
edition = "2021"
homepage = "https://github.com/williballenthin/lancelot"
@ -37,7 +37,7 @@ fern = { version = "0.7", optional = true }
bitvec = { version = "1" }
# needed for flirt
lancelot-flirt = { path = "../flirt", version = "0.9.5", optional = true}
lancelot-flirt = { path = "../flirt", version = "0.9.6", optional = true}
# needed for binexport2
prost = "0.13"

View file

@ -2,7 +2,7 @@
name = "lancelot-flirt"
description = "parse and match FLIRT signatures"
license = "Apache-2.0"
version = "0.9.5"
version = "0.9.6"
authors = ["Willi Ballenthin <william.ballenthin@mandiant.com>"]
edition = "2021"
homepage = "https://github.com/williballenthin/lancelot"

View file

@ -1,6 +1,6 @@
[package]
name = "python-flirt"
version = "0.9.5"
version = "0.9.6"
authors = ["William Ballenthin <william.ballenthin@fireeye.com>"]
edition = "2021"
license = "Apache-2.0"
@ -13,7 +13,7 @@ name = "flirt"
crate-type = ["cdylib"]
[dependencies]
lancelot-flirt = { path = "../flirt", version = "0.9.5" }
lancelot-flirt = { path = "../flirt", version = "0.9.6" }
pyo3 = { version = "0.22"}
anyhow = "1"

View file

@ -1,6 +1,6 @@
[package]
name = "pylancelot"
version = "0.9.5"
version = "0.9.6"
authors = ["Willi Ballenthin <william.ballenthin@mandiant.com>"]
edition = "2021"
homepage = "https://github.com/williballenthin/lancelot"
@ -11,7 +11,7 @@ name = "lancelot"
crate-type = ["cdylib"]
[dependencies]
lancelot = { path = "../core", version = "0.9.5" }
lancelot = { path = "../core", version = "0.9.6" }
pyo3 = { version = "0.22" }
pyo3-log = "0.11"
anyhow = "1"