python: add some more comments for samples
This commit is contained in:
3
bindings/python/sample_ctl.py
Normal file → Executable file
3
bindings/python/sample_ctl.py
Normal file → Executable file
@@ -1,4 +1,5 @@
|
|||||||
# Unicorn Emulator Engine
|
#!/usr/bin/env python
|
||||||
|
# Sample code for Unicorn.
|
||||||
# By Lazymio(@wtdcode), 2021
|
# By Lazymio(@wtdcode), 2021
|
||||||
|
|
||||||
from unicorn import *
|
from unicorn import *
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# Sample code for S390x of Unicorn.
|
||||||
|
|
||||||
from unicorn import *
|
from unicorn import *
|
||||||
from unicorn.s390x_const import *
|
from unicorn.s390x_const import *
|
||||||
|
|||||||
Reference in New Issue
Block a user