From 5a3202718ce72fd0c4514a3de9e4880f8b8d0f0b Mon Sep 17 00:00:00 2001 From: Vincent Thiberville Date: Fri, 27 Jan 2023 23:39:00 +0100 Subject: [PATCH] fix: update object fork to fix VirtualSize=0 pe section handling --- Cargo.lock | 2 +- Cargo.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 5dfd1153..c659366f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -730,7 +730,7 @@ dependencies = [ [[package]] name = "object" version = "0.30.0" -source = "git+https://github.com/vthib/boreal-object?branch=version-0.30#f9caed56c480f8e3c5e1f971cab76ad0a1ccae5a" +source = "git+https://github.com/vthib/boreal-object?branch=version-0.30#89de6a730a4f60c005862b294de2f9fe444d1235" dependencies = [ "flate2", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 653e660d..759f4d9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,8 @@ members = [ # - 7b7257d768b09a2664cbab2a46a0c37779c91d9c # - Retrieval of raw name for sections # - f9caed56c480f8e3c5e1f971cab76ad0a1ccae5a +# - Handle VirtualSize=0 when searching through sections +# - 89de6a730a4f60c005862b294de2f9fe444d1235 object = { git = 'https://github.com/vthib/boreal-object', branch = "version-0.30" } # Fork of yara-rust crate, for a few in advance changes.