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 <vleermuis-admin@noreply.codeberg.org>
This commit is contained in:
znmz 2026-06-03 19:51:02 +02:00 committed by Admin
commit 5729435d5a

View file

@ -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