ps
doesn't print long strings by default, because it depends on core->block
.
#4857
Labels
ps
doesn't print long strings by default, because it depends on core->block
.
#4857
Work environment
rizin -v
full output, not truncated (mandatory)Expected behavior
ps
(andpsW
,psM
etc.) print a full string in a file by default.Actual behavior
It prints only a string of
sizeof(core->block)
by default. Which is apparently by default256
bytes.Steps to reproduce the behavior
But should be way longer.
(Binary from PR: rizinorg/rizin-testbins#167)
Additional Logs, screenshots, source code, configuration dump, ...
The implementation of
rz_str_stringify_raw_buffer()
to detect the strings, should useRzBuffer
. Not a rawchar *
buffer. This way it can get theRzBuffer
of the currentRzIO
.Shouldn't be too complicated to refactor. At least not for the commands.
Related: #2695
The text was updated successfully, but these errors were encountered: