mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-12-22 22:18:09 +00:00
Merge pull request #1 from valkheim/fix-no-color
Fix disasmtool_lix no_color option
This commit is contained in:
commit
3f385cc531
@ -267,9 +267,9 @@ void print_instruction(const size_t rip, INSTRUX *instrux, const options &opts)
|
||||
printf("%02x", instrux->InstructionBytes[k]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
_set_text_color(Reset);
|
||||
_set_text_color(Reset);
|
||||
}
|
||||
|
||||
for (; k < instrux->Length; k++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user