# bite **Repository Path**: gtshaaa_admin/bite ## Basic Information - **Project Name**: bite - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-17 - **Last Updated**: 2025-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Ever wanted to inspect every bite of your binary.

[![Test](https://github.com/WINSDK/bite/actions/workflows/ci.yml/badge.svg)](https://github.com/WINSDK/bite/actions/workflows/ci.yml) ![](https://img.shields.io/github/license/WINSDK/bite) `BiTE` is a platform-agnostic executable analysis tool. It aims to offer an environment for inspecting the content of binaries and their debug info. While it is still in early development, various architectures are supported. ## Showcase Here is an example of the assembly listing viewing. ![Assembly listing](./assets/screenshot.png) The ability to view a binary's disassembly and the associated source code. ![Source Code](./assets/split_source.png) ## Installation Building from source. ``` cargo install --path . ``` ## Features yet to be implemented Whenever I have time this year I'll try implementing most of these. \ If you feel like it, submit a pull request and I'll have a look at it! - [x] Port GUI to wgpu + winit - [x] Header with buttons and options - [x] Assembly listing exploration - [x] Interactive terminal - [ ] Assembly instruction byte patching - [x] Hex binary viewer - [ ] Debugging front-end's - [ ] [GDB](https://www.sourceware.org/gdb) - [ ] [LLDB](https://lldb.llvm.org) - [ ] [WinDbg](https://windbg.org) - [x] X86-64 support - [x] AArch64/Armv7 support - [x] Riscv64gc/Riscv32gc support - [x] MIPS-V support - [x] Demangling support for most targets - [x] MSVC - [x] Itanium - [x] Rust - [x] Decoding datastructures depending on each section - [ ] Assembly listing lifting - [x] Resolving addresses - [x] Interpreting non-code data - [ ] Creating labels for relative jumps