diff options
| author | Brian Potchik <brian@vector35.com> | 2026-03-11 12:12:36 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2026-03-11 12:12:36 -0400 |
| commit | 6b57ef1d2c82d263655364588546e6211b0a99a8 (patch) | |
| tree | 83593089f530368b6d83905fc32858f8251904dc /rust/src/binary_view.rs | |
| parent | b8fdf800de345f93b2e68713d14bac425a62feb3 (diff) | |
Enhance MemoryMap bindings and add support to re-enable disabled regions in the UI.
Diffstat (limited to 'rust/src/binary_view.rs')
| -rw-r--r-- | rust/src/binary_view.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
