Add 13 new tools across binary analysis, debugging, fuzzing, emulation, and BLE security#9
Conversation
…n, and BLE security New entries: - Binary Parsing: LIEF, checksec, firmwalker - Disassemblers: RetDec - Debugging: probe-rs, Frida - Fuzzing: boofuzz - Emulation: Renode, Avatar2 - New section: Bluetooth and BLE Security (nRF Sniffer, GATTacker, BtleJuice, Bettercap BLE) https://claude.ai/code/session_01TZyCttGtHDfcfq2ruvuHv2
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7e64767607
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| * [Black Magic Probe](https://codeberg.org/blackmagic-debug/blackmagic) - An open-source JTAG/SWD debugger with embedded GDB server and automatic target detection. | ||
| * [pyOCD](https://pyocd.io) - An open-source Python library for programming and debugging Arm Cortex-M microcontrollers with cross-platform debug probe support. | ||
| * [probe-rs](https://probe.rs/) - Modern Rust-based embedded debug toolkit supporting SWD/JTAG with built-in flashing, RTT logging, and GDB server for ARM and RISC-V targets. | ||
| * [Frida](https://frida.re/) - Dynamic instrumentation toolkit for injecting JavaScript or native code into running processes on embedded Linux, Android, iOS, and bare-metal targets. |
There was a problem hiding this comment.
Remove bare-metal support claim for Frida
The Frida entry describes it as usable on "bare-metal targets," but Frida instruments running user-space processes and does not operate on no-OS bare-metal firmware directly. In this awesome-list context, that mismatch can send readers down an unusable path when selecting debugging tooling for MCU firmware analysis, so the description should be narrowed to OS-based targets only.
Useful? React with 👍 / 👎.
Summary
New entries by category
Test plan
Generated by Claude Code