python: add some more comments for samples
This commit is contained in:
parent
951f155f0a
commit
8ac20e2012
|
@ -1,4 +1,5 @@
|
|||
# Unicorn Emulator Engine
|
||||
#!/usr/bin/env python
|
||||
# Sample code for Unicorn.
|
||||
# By Lazymio(@wtdcode), 2021
|
||||
|
||||
from unicorn import *
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
# Sample code for S390x of Unicorn.
|
||||
|
||||
from unicorn import *
|
||||
from unicorn.s390x_const import *
|
||||
|
|
Loading…
Reference in New Issue