-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
New command to print all RzIL instructions in function #3669
Comments
Nice idea. Though for readability it would be nice if it has a different syntax. |
Could you please explain more details of the expected "enriched" rzil output? Thank you! @XVilka |
@PeiweiHu similar to |
@Rot127 using Unicode mathematical characters (optionally) might be a good idea, indeed. Let's make RzIL a new APL! See also https://en.wikipedia.org/wiki/List_of_logic_symbols |
This would be lovely! Especially using subscripts should clean up a lot of syntax. |
@XVilka Is this a
|
Currently there are
pdf
andpif
that print disassembly (enriched) and instructions for the current function. Ideally, having similar command but printing RzIL instead would be a good addition.Currently it can be done with
aoi @@i
andaoi @@i @@b
but not very obvious, also probably we should support "enriched" RzIL output, when addresses substituted with labels, etc, just like inpdf
output:I propose two new commands -
plf
andpLf
to print simple and "enriched" RzIL output of the functionThe text was updated successfully, but these errors were encountered: