mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-03 20:42:33 +00:00
cstool: cleanup
This commit is contained in:
parent
a799790147
commit
e18496fe5d
@ -74,7 +74,7 @@ static uint8_t *preprocess(char *code, size_t *size)
|
||||
static void usage(char *prog)
|
||||
{
|
||||
printf("Cstool v%s for Capstone Disassembler Engine (core v%u.%u)\n\n", VERSION, CS_API_MAJOR, CS_API_MINOR);
|
||||
printf("Syntax: %s [-d:print all detail information] <arch+mode> <assembly-hexstring> [start-address-in-hex-format]\n", prog);
|
||||
printf("Syntax: %s [-d] <arch+mode> <assembly-hexstring> [start-address-in-hex-format]\n", prog);
|
||||
printf("\nThe following <arch+mode> options are supported:\n");
|
||||
|
||||
if (cs_support(CS_ARCH_X86)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user