-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some default panels broken #3647
Comments
`?==` is now deprecated, and `px` doesn't work in panels (see rizinorg#3647)
I can submit a PR for the quick fix at imyxh@755535f if you wish but it makes more sense to figure out what's going on with |
could you test my fix? |
Works fine for me! It's blank when not in debug mode whereas the old code did That being said, although changing the default panels fixes the issue at a glance (already did this in imyxh@755535f) I'm still worried about why |
the reason why it doesn't work using px is because the default output is |
Right, a bunch of code can be shared between "classic" visual mode and panels: #384 |
Work environment
rizin -v
full output, not truncated (mandatory)Expected behavior
The default panels in visual panels mode should work.
Actual behavior
"Stack" and any other panels using
px
commands are broken for some reason. The default command for "Stack" ispxq 256@r:SP
which runs fine on its own but not in the panel. Changing the command (using the"
key) topxq 256@r:SP
again makes the window saypxq 256@r:SP (xc 256@r:SP)
which seems to work fine but also prints the results ofxc
, notpxq
. Changing the command toxc 256@r:SP
works as intended.The "Registers" command is out of date and should be
%== true `e cfg.debug`; %! dr; %% ar
. Changing it to this works fine.Steps to reproduce the behavior
Open anything with
-d
and checkV!
Additional Logs, screenshots, source code, configuration dump, ...
The text was updated successfully, but these errors were encountered: