mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 22:17:46 +00:00
update armeb & arm64eb samples
This commit is contained in:
parent
c2643f3077
commit
2bd40b9c91
4 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ def hook_code(uc, address, size, user_data):
|
|||
|
||||
# Test ARM64
|
||||
def test_arm64():
|
||||
print("Emulate ARM64 code")
|
||||
print("Emulate ARM64 Big-Endian code")
|
||||
try:
|
||||
# Initialize emulator in ARM mode
|
||||
mu = Uc(UC_ARCH_ARM64, UC_MODE_ARM | UC_MODE_BIG_ENDIAN)
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ def hook_code(uc, address, size, user_data):
|
|||
|
||||
# Test ARM
|
||||
def test_arm():
|
||||
print("Emulate ARM code")
|
||||
print("Emulate ARM Big-Endian code")
|
||||
try:
|
||||
# Initialize emulator in ARM mode
|
||||
mu = Uc(UC_ARCH_ARM, UC_MODE_ARM | UC_MODE_BIG_ENDIAN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue