mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
armeb: add C sample for armeb.
This commit is contained in:
parent
d8fe34a2e8
commit
d2740b17ce
2 changed files with 177 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
# Sample code for ARM of Unicorn. Nguyen Anh Quynh <aquynh@gmail.com>
|
||||
# Python sample ported by Loi Anh Tuan <loianhtuan@gmail.com>
|
||||
# Sample code for ARM big endian of Unicorn. zhangwm <rustydaar@gmail.com>
|
||||
|
||||
from __future__ import print_function
|
||||
from unicorn import *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue