Skip to content
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

Add asm.flags.real to preferences and enable by default #2013

Closed
ITAYC0HEN opened this issue Jan 13, 2020 · 0 comments · Fixed by #2014
Closed

Add asm.flags.real to preferences and enable by default #2013

ITAYC0HEN opened this issue Jan 13, 2020 · 0 comments · Fixed by #2014
Assignees
Labels
Enhancement Label requests for new features or to improve existing ones

Comments

@ITAYC0HEN
Copy link
Member

Is your feature request related to a problem? Please describe.

A recent PR in radare2 improved massively the support for real names in r2 flags.

This will make lines like this

call  dword   [sym.imp.user32.dll_CreateWindowExA]

To look like this:

call  dword  [CreateWindowExA]

Describe the solution you'd like

Add it to the preferences window and enable it by default

@ITAYC0HEN ITAYC0HEN self-assigned this Jan 13, 2020
@ITAYC0HEN ITAYC0HEN added the Enhancement Label requests for new features or to improve existing ones label Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Label requests for new features or to improve existing ones
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant