We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ad6b5 commit 16f82ceCopy full SHA for 16f82ce
2 files changed
examples/tests/main.cpp
@@ -25,7 +25,7 @@ int main(int argc, char **argv)
25
printf("diStorm version: %d.%d.%d\n", (dver >> 16), ((dver) >> 8) & 0xff, dver & 0xff);
26
27
unsigned char rawData[] = {
28
- 0xf2, 0xaf
+ 0x48, 0x66, 0x0f, 0x10, 0xc0
29
};
30
31
_CodeInfo ci = { 0 };
0 commit comments