rizin/.github
Rot127 710a33b6ef String/Hex-Search 5/9: Move search commands to RzShell handler.
The commit moves the new and legacy search commands to RzShell,
adds more details to the search help,
deletes some undocumented or unnecessary commands and adds the stubs for
the new search handler implementions.

Legacy commands still do their string parsing on arguments and are not touched.
The new searches (string and bytes) ahve their actual implementation in the following commmits.

Renamed and replaced commands:

- Renamed '/'  -> '/z'
- Replaced '/e' -> '/z' or '/xr'
- Replaced '/w' - All Unicode is searched now properly with '/z'.

Removed commands:

- '/!' - Because the command modifiers are not properly handled in RzShell yet and the advantage of this one is dubious.
- '/f' - Modifiers are obsolete, because search is dispatched into threads.
- '/b' - Modifiers are obsolete, because search is dispatched into threads.
- '/+' - Because no idea what it does. Seems not particular useful.

Part 5/9. Likely won't build in between parts.

Co-authored-by: wargio <deroad@kumo.xn--q9jyb4c>
2025-02-22 04:12:49 +08:00
..
cmake_test Provide CMake config files for CMake projects (#2057) 2021-12-17 09:16:25 +00:00
ISSUE_TEMPLATE issue template: hide warning message (#3886) 2023-09-25 17:00:19 +08:00
subproject_test build: Fix meson-build global_arguments (#4698) 2024-11-11 19:07:34 +08:00
workflows String/Hex-Search 5/9: Move search commands to RzShell handler. 2025-02-22 04:12:49 +08:00
labeler.yml Add all supported architectures to the labeler (#4381) 2024-03-25 19:07:42 +08:00
meson-android-aarch64.ini Update Android NDK to the latest default platform (#3009) 2022-09-08 12:00:31 +08:00
meson-android-arm.ini Update Android NDK to the latest default platform (#3009) 2022-09-08 12:00:31 +08:00
meson-android-x86_64.ini Update Android NDK to the latest default platform (#3009) 2022-09-08 12:00:31 +08:00
PULL_REQUEST_TEMPLATE.md Request higher code standards for API changes. (#4859) 2025-01-24 05:34:43 +00:00
upload.sh Create new GitHub workflow for continuous build ##build (#17603) 2020-09-08 10:13:47 +02:00