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

Reduce output and provide optional sections #23

Open
xkubov opened this issue Sep 1, 2020 · 0 comments
Open

Reduce output and provide optional sections #23

xkubov opened this issue Sep 1, 2020 · 0 comments

Comments

@xkubov
Copy link
Contributor

xkubov commented Sep 1, 2020

Currently, decompilation generates (apart from C of the current function) some other output - header, includes, comments describing content, additional comments at the end, etc.:

image

There are parts of the output that are not needed (header and meta-info could be displayed in other ways) and some redundant parts (number of detected functions and perhaps function prototypes in small output, ...).

Some other parts should be let on a user to define if they want to see them (headers, prototypes sections, comments with names of the sections, ...).

We should reduce not needed and redundant output and provide an option to minimize decompilation content - by setting evaluable vars in Radare2 (e?).

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

1 participant