From 5729435d5a4571432a94e26bee68c63673ba5004 Mon Sep 17 00:00:00 2001 From: znmz Date: Wed, 3 Jun 2026 19:51:02 +0200 Subject: [PATCH] alphabetize Reverse Engineering and Debugging Alternatives (#891) - Rename the section title to be more informative (e.g. for easier navigation without context). - Add the Alternatives section to the ToC. Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/891 Reviewed-by: Admin --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0418498..2af1128 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ Any other questions? Please check out our [FAQ](./FAQ.md), and if your question * [Alternative GUI crates](#alternative-gui-crates) * [Remote Desktop](#remote-desktop) * [Reverse Engineering and Debugging](#reverse-engineering-and-debugging) + * [Reverse Engineering and Debugging Alternatives](#reverse-engineering-and-debugging-alternatives) * [Runtime Version Managers](#runtime-version-managers) * [Search](#search) * [Search Platforms](#search-platforms) @@ -1356,7 +1357,7 @@ Note that Rust is itself tainted; see [the Programming Languages section](#progr | [Rizin](https://github.com/rizinorg/rizin) | [![Request for Help](./badges/request-for-help.svg)](#request-for-help) | [![Permissive AI policy](./badges/permissive-ai-policy-orange.svg)](#permissive-ai-policy) ([1](https://github.com/rizinorg/rizin/blob/dev/CONTRIBUTING.md#usage-of-ai-tools)) | See below | > [!Note] -> #### Alternatives +> #### Reverse Engineering and Debugging Alternatives > [![Request for Help](./badges/request-for-help.svg)](#request-for-help) > - Debugger: > - [scanmem & Game Conqueror](https://github.com/scanmem/scanmem): last updated in 2024 @@ -1365,9 +1366,9 @@ Note that Rust is itself tainted; see [the Programming Languages section](#progr > - [DIS6502](https://sourceforge.net/projects/dis6502/) (MOS 6502-only) > - Hex editor: > - Vim Classic's [xxd](https://git.sr.ht/~sircmpwn/vim-classic/tree/main/item/src/xxd) -> - [hexedit](https://github.com/pixel/hexedit) > - [ghex](https://github.com/GNOME/ghex) > - [hexcurse](https://github.com/prso/hexcurse-ng) +> - [hexedit](https://github.com/pixel/hexedit) ## Runtime Version Managers