There were introduced in siol but it is apparent that nobody uses the
API in the year. They make up a significant unused part of IO that distract readers enough and would hamper further IO cleanups.
Their introduction was probably an instance of XY problem. They were supposed to facilitate analysis, esil and debugging io but how they could benefit the features is never clearly justified.
Usually, you not only need raw bytes but also metadata attached to them.
You would have to add a layer on top of RIOAccessLog anyway, render them not so useful.
These stuff are still in git histories. They can be revived anytime when their values are clearly testified.
* Step 1 in fixing Ct: behave like CC
* Strip functionality irrelevant to Ct
* Rename Ct function
* In Ps, dedicate formatting for Ct
* Do not escape Ct comments
* Cleaner sanitize (but not escape) for Ct comments
* Reinstate Ct. [@ addr] command
* Add help msgs for Ct
* Free mem-leaked comments
* Use strdup instead of r_str_ndup
- Adding a command ('ecoc') to print current color theme (c->current).
- Documenting the available themes JSON listing.
- defining a specific 'eco?' for themes related commands.
- Adding a cute little arrow to point current theme when listing themes.
- Replacing nextpal() with r_core_list_themes(), for the list, so the
code is less confusing (it's still used elsewhere ('ecp', 'ecn'), didn't remove it)
- Correcting several typos in eval docs
While writing an r2wars bot, I found that there was a missing emulation
of pre/post index of arm64. It's supported for ldp/stp, but not
single-register stores.
* - avoid the ugly lack of space between the command and its description
in the usage lines.
- avoid the confusing sections (cf. 'i?')
- prettier general help (cf. '?') -> use r_core_cmd_help instead of
r_cons_printf (#7967)
with help and advices from jeisonwi
* - strlen() is better than sizeof()
- coding style correction.
* anal_x86: keep same syntax and POP value out of esil stack in push sp
NOTE: The other syntax was causing issues in afta, not sure why
* Revert "Further mem leak fixes (#11398)"
This reverts commit 38d9170f5da82ece05d1b90e366763999e633e34.
* anal_x86_cs: just use one expression for the PUSH x86 operation
* libr/core/cmd: set core_sysenv only when calling external scripts