Commit graph

11 commits

Author SHA1 Message Date
Siddhartha Rajbongshi
7c1b965937
doc: fix various typos and documentation issues (#5771)
BUILDING.md: fix formatting and path typo
gdb.md: fix multiple grammatical errors and typos
siol.md: fix spelling errors
rzshell.md: fix grammar
debug-internals.md: remove internal notes and references to missing files
2026-01-10 21:33:54 +08:00
NOT XVilka
0b8ac7abc2
doc: update rzshell page (#5040)
Co-authored-by: Anton Kochkov <anton.kochkov@gmail.com>
2025-03-25 21:59:16 +08:00
Rot127
1b50a5b954
librz/core: remove old shell completely (#5004)
* Fix UB access of NULL context.

During the tests the global RzCons is accessed. Because it was
never initialized all members were 0.
Leading to undefined behavior and breaking the test with ASAN enabled.

* Use correct yaml example for the command described.

* Remove old shell compatibility code.

* Remove dependency tree of rz_core_cmd_subst() and rz_core_cmd_subst_i().

* Remove rz_core_cmd_pipe_old()

* Remove unused rz_core_hack_help()

* Regenerate grammar after removal of legacy_quoted_stmt.
2025-03-17 22:26:22 +08:00
Khairul Azhar Kasmiran
8b21371b8d
doc/rzshell: Update w? example (#4295) 2024-02-25 10:34:08 +08:00
Khairul Azhar Kasmiran
729edc8919
Edit w? (#3884) 2023-09-25 10:34:12 +08:00
Khairul Azhar Kasmiran
a6b62525e5
Update last section of rzshell.md (#3881) 2023-09-23 11:38:11 +08:00
Riccardo Schirone
ae081043d9
Update rzshell.md (#2150) 2021-12-30 10:11:32 +08:00
Khairul Azhar Kasmiran
a906ce20d8
Use sys/rzshell_which.py instead in rzshell doc (#2138) 2021-12-25 20:52:44 +08:00
Riccardo Schirone
86f6fec835
Add rzshell_which script to look for the handler of a rzshell cmd (#1839)
* remove isort linter on CI
2021-10-19 15:43:11 +02:00
Giovanni
8fe4d0b0a5
Convert ! commands to newshell (#1235)
* Updated core_plugin_example.c
* Removed RZ_BYTES and RZ_BLOCK
Co-authored-by: Riccardo Schirone <sirmy15@gmail.com>
Co-authored-by: Anton Kochkov <anton.kochkov@gmail.com>
2021-07-28 10:33:33 +02:00
Anton Kochkov
8aa5cca203
Rename newshell doc to rzshell doc (#1293) 2021-07-12 13:59:34 +08:00
Renamed from doc/newshell.md (Browse further)