The BiTE project on GitHub is a disassembler focused on comprehensive Rust support. Purpose BiTE is designed as a platform-agnostic executable analysis tool. Its primary purpose is to provide an environment for inspecting the content of binaries and their debug information. The tool aims to support various architectures, making it versatile for different executable formats. Features 📌 Assembly Listing Viewing: Allows users to view a binary’s disassembly alongside its associated source code. 📌 GUI Porting: Plans to port the graphical user interface to wgpu + winit. 📌 Interactive Elements: Includes a header with buttons and options, assembly listing exploration, and an interactive terminal. 📌 Assembly Instruction Byte Patching: Enables users to modify the binary directly. 📌 Hex Binary Viewer: Provides a hexadecimal view of the binar