mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-06-06 00:28:46 +00:00
Fix disasmtool_lix no_color option
This commit is contained in:
parent
9ff2543660
commit
f936d0c020
@ -267,9 +267,9 @@ void print_instruction(const size_t rip, INSTRUX *instrux, const options &opts)
|
|||||||
printf("%02x", instrux->InstructionBytes[k]);
|
printf("%02x", instrux->InstructionBytes[k]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
_set_text_color(Reset);
|
_set_text_color(Reset);
|
||||||
|
}
|
||||||
|
|
||||||
for (; k < instrux->Length; k++)
|
for (; k < instrux->Length; k++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user