python: udpate binding after the last change on uc_mem_map() API

This commit is contained in:
Nguyen Anh Quynh
2015-08-29 13:17:50 +08:00
parent 986096d443
commit fcd0d02bae
2 changed files with 6 additions and 3 deletions

View File

@ -59,5 +59,8 @@ UC_HOOK_MEM_INVALID = 36
UC_HOOK_MEM_READ = 37
UC_HOOK_MEM_WRITE = 38
UC_HOOK_MEM_READ_WRITE = 39
UC_PROT_NONE = 0
UC_PROT_READ = 1
UC_PROT_WRITE = 2
UC_PROT_ALL = 3