Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Triton Library committed Feb 11, 2025
1 parent 55b9689 commit 83cc19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testers/x86/unicorn_test_x86.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
SIZE = 5 * 1024 * 1024

CODE = [
(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"),
(None, [], b"\x48\xff\xc0", "inc rax"),
(None, [], b"\x48\xc7\xc3\x00\x00\x20\x00", "mov rbx, 0x200000"),
(None, [], b"\x0f\x28\x0b", "movaps xmm1, [rbx]"),
Expand Down

0 comments on commit 83cc19a

Please sign in to comment.