VB6 bindings and dynload update w/ uc_context* and uc_free api,… (#715)

* msvc unicorn.def and dynload.c added new uc_context* and uc_free api, includes support for older dlls compiled with uc_context_free (can remove next binary release)

* vb6 bindings & x86 32bit sample class for unicorn
This commit is contained in:
David Zimmer
2017-01-15 20:40:56 -05:00
committed by Nguyen Anh Quynh
parent 47150b6df3
commit 523fb9d9fc
18 changed files with 5115 additions and 1 deletions

View File

@@ -21,3 +21,7 @@ uc_mem_map_ptr
uc_mem_unmap
uc_mem_protect
uc_mem_regions
uc_context_alloc
uc_context_restore
uc_context_save
uc_free