We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On any value bigger than 0x7F, it prints FFFFFF as shown below.
Offset: 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 0000: 7F 45 4C 46 01 01 01 00 00 00 00 00 00 00 00 00 0010: 01 00 03 00 01 00 00 00 00 00 00 00 00 00 00 00 0020: FFFFFFB8 02 00 00 00 00 00 00 34 00 00 00 00 00 28 00 0030: 07 00 06 00 FFFFFFE8 02 00 FFFFFFEB 09 50 FFFFFFB4 00 FFFFFFB0 03 FFFFFFCD 10 0040: 58 FFFFFFC3 FFFFFFB4 00 FFFFFFCD 16 FFFFFFB4 0E FFFFFFCD 10 FFFFFFEB FFFFFFF6 00 00 00 00
The text was updated successfully, but these errors were encountered:
🐛 Fixed Issue #1
7e7ddc9
Merge pull request #2 from KeithBrown39423/1-issue-with-printing-hex-…
3e8b080
…values 🐛 Fixed Issue #1
KeithBrown39423
Successfully merging a pull request may close this issue.
On any value bigger than 0x7F, it prints FFFFFF as shown below.
Offset: 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 0000: 7F 45 4C 46 01 01 01 00 00 00 00 00 00 00 00 00 0010: 01 00 03 00 01 00 00 00 00 00 00 00 00 00 00 00 0020: FFFFFFB8 02 00 00 00 00 00 00 34 00 00 00 00 00 28 00 0030: 07 00 06 00 FFFFFFE8 02 00 FFFFFFEB 09 50 FFFFFFB4 00 FFFFFFB0 03 FFFFFFCD 10 0040: 58 FFFFFFC3 FFFFFFB4 00 FFFFFFCD 16 FFFFFFB4 0E FFFFFFCD 10 FFFFFFEB FFFFFFF6 00 00 00 00
The text was updated successfully, but these errors were encountered: