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

Issue with colors in output #16

Open
Beercow opened this issue Mar 11, 2020 · 0 comments
Open

Issue with colors in output #16

Beercow opened this issue Mar 11, 2020 · 0 comments

Comments

@Beercow
Copy link
Contributor

Beercow commented Mar 11, 2020

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;

02E60BB4-6ABA-4A34-9CBF-2F5070CFC247

There shouldn’t be any blue in the output but everything after the 0 char is colored wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant