unicorn/bindings/go/unicorn/uc.h
2016-04-04 20:51:38 -07:00

3 lines
186 B
C

uc_err uc_reg_read_batch_helper(uc_engine *handle, int *regs, uint64_t *val_out, int count);
uc_err uc_reg_write_batch_helper(uc_engine *handle, int *regs, uint64_t *val_in, int count);