mirror of https://github.com/x64dbg/zydis
Minor bugfixes
This commit is contained in:
parent
e76c3d64c3
commit
d7a49370fe
|
@ -489,7 +489,7 @@ int main(int argc, char** argv)
|
|||
fputs("Invalid hex value", stderr);
|
||||
return ZYDIS_STATUS_INVALID_PARAMETER;
|
||||
}
|
||||
data[i + j] = (uint8_t)value;
|
||||
data[length] = (uint8_t)value;
|
||||
++length;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue