From c4ba6d79ae3b96d56cc6b3744e7c64e004ecd161 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 21 Apr 2026 18:10:51 -0700 Subject: [Rust] Refactor `binary_view` module - Remove the "viral" `BinaryViewExt` trait and its blanket impl - Split up the binary view type from the custom trait impl - Simplify and fix bugs regarding custom binary view initialization - Rewrite Minidump binary view example, parses the PE headers to create proper sections now - Add some extra documentation - Add unit test for custom binary view --- .../images/loaded-minidump-screenshot-border.png | Bin 266633 -> 0 bytes .../minidump-binary-view-type-screenshot-border.png | Bin 31215 -> 0 bytes .../minidump-segments-sections-screenshot-border.png | Bin 122117 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 view/minidump/images/loaded-minidump-screenshot-border.png delete mode 100644 view/minidump/images/minidump-binary-view-type-screenshot-border.png delete mode 100644 view/minidump/images/minidump-segments-sections-screenshot-border.png (limited to 'view/minidump/images') diff --git a/view/minidump/images/loaded-minidump-screenshot-border.png b/view/minidump/images/loaded-minidump-screenshot-border.png deleted file mode 100644 index 51b8282c..00000000 Binary files a/view/minidump/images/loaded-minidump-screenshot-border.png and /dev/null differ diff --git a/view/minidump/images/minidump-binary-view-type-screenshot-border.png b/view/minidump/images/minidump-binary-view-type-screenshot-border.png deleted file mode 100644 index 9a52dd66..00000000 Binary files a/view/minidump/images/minidump-binary-view-type-screenshot-border.png and /dev/null differ diff --git a/view/minidump/images/minidump-segments-sections-screenshot-border.png b/view/minidump/images/minidump-segments-sections-screenshot-border.png deleted file mode 100644 index 0035acca..00000000 Binary files a/view/minidump/images/minidump-segments-sections-screenshot-border.png and /dev/null differ -- cgit v1.3.1