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

Implement afl= and afb= #13596

Closed
radare opened this issue Mar 31, 2019 · 8 comments
Closed

Implement afl= and afb= #13596

radare opened this issue Mar 31, 2019 · 8 comments

Comments

@radare
Copy link
Collaborator

radare commented Mar 31, 2019

List list functions and bbs of a function using the ascii art bars like om= does

@radare radare added this to the 3.5.0 milestone Mar 31, 2019
@radare
Copy link
Collaborator Author

radare commented Mar 31, 2019

see libr/core/cmd_open.c. 186 for inspiration

it will be good to implement a generic api to do this ascii bars output, so we dont hahve to reimplement the renderer for each data.

@radare
Copy link
Collaborator Author

radare commented Mar 31, 2019

as for reference, this is om=

Screenshot 2019-04-01 at 01 46 32

@deepakchethan
Copy link
Contributor

deepakchethan commented Apr 2, 2019

I'll start working on this. If no one is already working.

@radare
Copy link
Collaborator Author

radare commented Apr 2, 2019 via email

@deepakchethan
Copy link
Contributor

will you do the refactoring?

On 2 Apr 2019, at 11:02, Deepak Chethan @.***> wrote: I'll start working on it. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#13596 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3-lowofWfIExx74DD2FgiMBXIYYXcPks5vcxyrgaJpZM4cUnsy.

Yes, I will. It might take a bit of time since I have to go through the code first.

@radare
Copy link
Collaborator Author

radare commented Apr 5, 2019

i can give you some pointers if you need, let me know how it goes

@deepakchethan
Copy link
Contributor

i can give you some pointers if you need, let me know how it goes

Yes, I am stuck. The due to different list types (SdbList and RList) I am not able to figure out how to use same method for both.

@radare
Copy link
Collaborator Author

radare commented Apr 5, 2019 via email

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

3 participants