Skip to content
Snippets Groups Projects
Commit 264c394a authored by practicalswift's avatar practicalswift
Browse files

Simplify crash case further.

parent f32cb6e4
Branches
Tags
No related merge requests found
......@@ -2,8 +2,8 @@
int main(int argc, char **argv) {
int ks_arch = KS_ARCH_X86, ks_mode = KS_MODE_64;
unsigned char assembly[] = {
'c', 'L', '-', 'e', 'c', 'L', '-', 'e', 'c', '*',
'c', 'L', '-', 'e', 'e', 'c', '*', 'c', 'L', 0x00,
'_', '-', '_', '*', 'A', 'L', '-', '_', '*', 'A',
'L', 0x00,
};
ks_engine *ks;
ks_err err = ks_open(ks_arch, ks_mode, &ks);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment