Skip to content
Snippets Groups Projects
Commit 7b45010f authored by practicalswift's avatar practicalswift
Browse files

Simplify crash case.

parent aa55216d
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@ int main(int argc, char **argv) {
int ks_arch = KS_ARCH_X86, ks_mode = KS_MODE_64;
unsigned char assembly[] = {
'L', '-', 'e', 'B', 'L', '-', 'e', 'B', '*', '-',
'e', 'B', '*', 'B', 'L', '*', 'B', 'L', 0x00,
'e', 'B', '*', 'B', '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