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

Fix disasmtool_lix no_color option
pull/2/head
vlutas 4 years ago committed by GitHub
commit 3f385cc531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save