From 6b57ef1d2c82d263655364588546e6211b0a99a8 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 11 Mar 2026 12:12:36 -0400 Subject: Enhance MemoryMap bindings and add support to re-enable disabled regions in the UI. --- rust/src/binary_view.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/binary_view.rs') diff --git a/rust/src/binary_view.rs b/rust/src/binary_view.rs index 93819098..bd26dad3 100644 --- a/rust/src/binary_view.rs +++ b/rust/src/binary_view.rs @@ -68,7 +68,7 @@ pub mod reader; pub mod search; pub mod writer; -pub use memory_map::MemoryMap; +pub use memory_map::{MemoryMap, MemoryRegionInfo, ResolvedRange}; pub use reader::BinaryReader; pub use writer::BinaryWriter; -- cgit v1.3.1