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
When a char is passed a size of 0, the colors in the hex output do not come out correctly.
Structure example:
typedef struct _Quarantine_File_Info { char Header[7]; byte Data_Type1; int32 Hash_Size; char SHA1[Hash_Size]; //need to fix for wchar char Unknown[10]; byte Data_Type2; int32 QFS_Size; char Quarantine_File_Size[QFS_Size]; } Quarantine_File_Info;
There shouldn’t be any blue in the output but everything after the 0 char is colored wrong.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a char is passed a size of 0, the colors in the hex output do not come out correctly.
Structure example:
typedef struct _Quarantine_File_Info {
char Header[7];
byte Data_Type1;
int32 Hash_Size;
char SHA1[Hash_Size]; //need to fix for wchar
char Unknown[10];
byte Data_Type2;
int32 QFS_Size;
char Quarantine_File_Size[QFS_Size];
} Quarantine_File_Info;
There shouldn’t be any blue in the output but everything after the 0 char is colored wrong.
The text was updated successfully, but these errors were encountered: