chmod +x regress/memmap_segfault2.py

This commit is contained in:
Nguyen Anh Quynh 2015-08-26 09:54:51 +08:00
parent cc5d28e112
commit 2174ab61e4

2
regress/memmap_segfault2.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python
from unicorn import *
uc = Uc(UC_ARCH_X86, UC_MODE_32)
uc.mem_map(0x0000, 0x2000)