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: large integers as hex #86

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

Output improvements: large integers as hex #86

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

Comments

@artemdinaburg
Copy link
Contributor

This is an aesthetic output improvement. When we see large integers, let's output them as hex.

Examples:

      if ((*(unsigned char *)6295756UL) != (*(unsigned char *)6295754UL)) {
        *(unsigned char *)6295810UL = '\x01';

should all be hex.

@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