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

Short for vars and args #6338

Closed
radare opened this issue Dec 17, 2016 · 4 comments
Closed

Short for vars and args #6338

radare opened this issue Dec 17, 2016 · 4 comments

Comments

@radare
Copy link
Collaborator

radare commented Dec 17, 2016

We should display a sumarized version of the function vars, args, ret signature instead of taking one line for each. This will save a lot of lines and we can add a key to toggle that information, for some functions where many vars are detected because they are arrays and not individual variables it will be very useful

@radare
Copy link
Collaborator Author

radare commented Dec 17, 2016

We can also improve on that by just adding the comment of the definition of the variable in the first moment it is accessed. Or maybe showing them in columns, like in hexdump of the stack, to ease the reading. we can use pxa-style and set flags in those offsets. this will be very handy for the debugger

@radare
Copy link
Collaborator Author

radare commented Dec 17, 2016

Also, use e asm.vars=false to be able to see the first instruction in the disasm when so many vars are found

@radare radare added this to the 1.2.0 milestone Dec 17, 2016
@radare radare added the release label Dec 17, 2016
@radare radare modified the milestones: 1.3.0, 1.2.0 Jan 20, 2017
@radare
Copy link
Collaborator Author

radare commented Mar 10, 2017

i doubt you'll do anything for this release here

@radare radare modified the milestones: 1.4.0, 1.3.0 Mar 10, 2017
@radare radare closed this as completed in 6104023 Apr 7, 2017
@radare
Copy link
Collaborator Author

radare commented Apr 7, 2017

tired of waiting, too me about 20m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants