chmod +x regress/memmap_segfault2.py
This commit is contained in:
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 *
|
from unicorn import *
|
||||||
uc = Uc(UC_ARCH_X86, UC_MODE_32)
|
uc = Uc(UC_ARCH_X86, UC_MODE_32)
|
||||||
uc.mem_map(0x0000, 0x2000)
|
uc.mem_map(0x0000, 0x2000)
|
||||||
|
Reference in New Issue
Block a user