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

Output improvements: Emit #include<file> directives #88

Open
artemdinaburg opened this issue Jan 22, 2021 · 0 comments
Open

Output improvements: Emit #include<file> directives #88

artemdinaburg opened this issue Jan 22, 2021 · 0 comments
Labels
decomp Related to LLVM IR to C decompiler enhancement New feature or request

Comments

@artemdinaburg
Copy link
Contributor

It is very helpful if the output code has #include directives.

Understandably, we cannot identify every custom header that may exist.

However, we can handle the case of things in the standard OS headers for the target OS, or at least the standard C library.

The mapping does not have to be perfect; it just has to provide better quality output than what exists now.

@surovic surovic added decomp Related to LLVM IR to C decompiler enhancement New feature or request labels Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
decomp Related to LLVM IR to C decompiler enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants