From 01ef88f28a999ab16508483bd5a442f26876a81e Mon Sep 17 00:00:00 2001 From: Rubens Brandao Date: Thu, 20 Jun 2024 15:34:39 -0300 Subject: Implement Rust BaseAddressDetection --- rust/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index d8d47938..924ccbfe 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -30,6 +30,7 @@ mod operand_iter; pub mod architecture; pub mod background_task; +pub mod base_detection; pub mod basic_block; pub mod binary_reader; pub mod binary_view; -- cgit v1.3.1