We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b9689 commit 83cc19aCopy full SHA for 83cc19a
src/testers/x86/unicorn_test_x86.py
@@ -17,7 +17,7 @@
17
SIZE = 5 * 1024 * 1024
18
19
CODE = [
20
- (None, [], b"\x48\xb8\xaf\xbe\xad\xde\x00\x00\x00\x00", "mov rax, 0xdeadbeaf"),
+ (None, [], b"\x48\xb8\x44\x33\x22\x11\x00\x00\x00\x00", "mov rax, 0x11223344"),
21
(None, [], b"\x48\xff\xc0", "inc rax"),
22
(None, [], b"\x48\xc7\xc3\x00\x00\x20\x00", "mov rbx, 0x200000"),
23
(None, [], b"\x0f\x28\x0b", "movaps xmm1, [rbx]"),
0 commit comments