mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-04-17 08:32:07 +00:00
chmod +x regress/memmap_segfault2.py
This commit is contained in:
parent
cc5d28e112
commit
2174ab61e4
2
regress/memmap_segfault2.py
Normal file → Executable file
2
regress/memmap_segfault2.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
|
||||
from unicorn import *
|
||||
uc = Uc(UC_ARCH_X86, UC_MODE_32)
|
||||
uc.mem_map(0x0000, 0x2000)
|
||||
|
|
Loading…
Reference in a new issue