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
Windows
Printing a pattern with a struct containing a null terminator will not process further.
48 65 6C 6C 6F 00 57 6F 72 6C 64 (Hello\0World)
import std.io; struct HelloWorld { char String[11]; }; HelloWorld BugExample @ 0x0; std::print("{}", BugExample);
Output:
Expected Output:
1.36.2
MSI
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Operating System
Windows
What's the issue you encountered?
Printing a pattern with a struct containing a null terminator will not process further.
How can the issue be reproduced?
48 65 6C 6C 6F 00 57 6F 72 6C 64 (Hello\0World)
Output:
Expected Output:
ImHex Version
1.36.2
ImHex Build Type
Installation type
MSI
Additional context?
No response
The text was updated successfully, but these errors were encountered: