- uc_cb_eventmem_t
alias uc_cb_eventmem_t = bool function(uc_engine* uc, uc_mem_type type, ulong address, int size, long value, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_cb_hookcode_t
alias uc_cb_hookcode_t = void function(uc_engine* uc, ulong address, uint size, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_cb_hookintr_t
alias uc_cb_hookintr_t = void function(uc_engine* uc, uint intno, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_cb_hookmem_t
alias uc_cb_hookmem_t = void function(uc_engine* uc, uc_mem_type type, ulong address, int size, long value, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_cb_insn_in_t
alias uc_cb_insn_in_t = uint function(uc_engine* uc, uint port, int size, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_cb_insn_out_t
alias uc_cb_insn_out_t = void function(uc_engine* uc, uint port, int size, uint value, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UC_MAKE_VERSION
int UC_MAKE_VERSION(int major, int minor)
Undocumented in source. Be warned that the author may not have intended to support it.
- uc_arch_supported
bool uc_arch_supported(uc_arch arch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_close
uc_err uc_close(uc_engine* uc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_context_alloc
uc_err uc_context_alloc(uc_engine* uc, uc_context** context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_context_restore
uc_err uc_context_restore(uc_engine* uc, uc_context* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_context_save
uc_err uc_context_save(uc_engine* uc, uc_context* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_emu_start
uc_err uc_emu_start(uc_engine* uc, ulong begin, ulong until, ulong timeout, size_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_emu_stop
uc_err uc_emu_stop(uc_engine* uc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_errno
uc_err uc_errno(uc_engine* uc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_free
uc_err uc_free(void* mem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_hook_add
uc_err uc_hook_add(uc_engine* uc, uc_hook* hh, int type, void* callback, void* user_data, ulong begin, ulong end, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_hook_del
uc_err uc_hook_del(uc_engine* uc, uc_hook hh)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_mem_map
uc_err uc_mem_map(uc_engine* uc, ulong address, size_t size, uint perms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_mem_map_ptr
uc_err uc_mem_map_ptr(uc_engine* uc, ulong address, size_t size, uint perms, void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_mem_protect
uc_err uc_mem_protect(uc_engine* uc, ulong address, size_t size, uint perms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_mem_read
uc_err uc_mem_read(uc_engine* uc, ulong address, void* bytes, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_mem_regions
uc_err uc_mem_regions(uc_engine* uc, uc_mem_region** regions, uint* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_mem_unmap
uc_err uc_mem_unmap(uc_engine* uc, ulong address, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_mem_write
uc_err uc_mem_write(uc_engine* uc, ulong address, void* bytes, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_open
uc_err uc_open(uc_arch arch, uc_mode mode, uc_engine** uc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_query
uc_err uc_query(uc_engine* uc, uc_query_type type, size_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_reg_read
uc_err uc_reg_read(uc_engine* uc, int regid, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_reg_read_batch
uc_err uc_reg_read_batch(uc_engine* uc, int* regs, void** vals, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_reg_write
uc_err uc_reg_write(uc_engine* uc, int regid, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_reg_write_batch
uc_err uc_reg_write_batch(uc_engine* uc, int* regs, void** vals, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_strerror
const(char)* uc_strerror(uc_err code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uc_version
uint uc_version(uint* major, uint* minor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.