Commit graph

6 commits

Author SHA1 Message Date
Riccardo Schirone
a91169e951
Add '%$' command to deal with rizin variables (#3774) 2023-08-19 09:19:56 +08:00
Riccardo Schirone
3dce9c0563
util, cmd: fix rz_rand64 and %r (#3742) 2023-08-10 18:06:52 +08:00
Florian Märkl
5aa1d70db7 Correct help for %% command
The term "positive" is less meaningful for %% as it is dealing only with
unsigned values. It belongs to $! and uses the exact opposite condition,
which is the value being non-zero.
2023-05-07 08:36:29 +08:00
Siddharth Mishra
9ab709bc34
Improve cmd_help.yaml and fix random number generator (#3452)
* Improve cmd_help.yaml and fix a small bug
* Add support for 64bit random numbers
* Make a distinction between 32- and 64-bit PRNG
* Add documentation for new functions
* Change the RBTree test to use 32-bit random numbers
2023-04-07 20:22:01 +08:00
Anton Kochkov
1c7865b32e
Move %a to ascii, %F to flush (#3441) 2023-03-31 11:50:31 +08:00
brightprogrammer
16e722cffc
Replace rz_core_cmd0 calls in tui/panels.c and port cmd_help commands to RzShell as cmd_math (#3421) 2023-03-30 18:36:48 +08:00