1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-12-23 06:28:13 +00:00

Merge pull request #1 from valkheim/fix-no-color

Fix disasmtool_lix no_color option
This commit is contained in:
vlutas 2020-07-22 08:55:10 +03:00 committed by GitHub
commit 3f385cc531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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++)
{