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 New Issue
Block a user