-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
flags command - add comments support [feature request] #20
Comments
90% implemented in local, expect commit soon On Oct 26, 2012, at 0:33, Anton Kochkov [email protected] wrote:
|
done and pushed :) Syntax is:
you can also get/set the comment of a flag like this:
flag comments are displayed on the top line of the label in the disassembly if more than one flag is in the same offset that comment may be hidden |
Idea is to use such syntax:
f name 12 @ 33 "comment" ; set flag 'name' with length 12 at offset 13 and 'comment'
f name 12 33 "comment" ; same as above
f+name 12 33 "comment" ; like above but creates new one if doesnt exist
And show these comments in analysis output then.
And change for bindings api too, to support comments.
The text was updated successfully, but these errors were encountered: