diff options
| author | Rubens Brandao <git@rubens.io> | 2024-06-20 15:34:39 -0300 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-02-07 17:58:26 -0500 |
| commit | 01ef88f28a999ab16508483bd5a442f26876a81e (patch) | |
| tree | f51d15afda44041a0f1c3e5a8222d63138a6f9cd /rust/src/lib.rs | |
| parent | 0577345afbc75d72fd9f5e9c11e489b5f59202ae (diff) | |
Implement Rust BaseAddressDetection
Diffstat (limited to 'rust/src/lib.rs')
| -rw-r--r-- | rust/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
