unicorn/bindings/go/unicorn/uc.h

3 lines
186 B
C
Raw Normal View History

2016-04-04 15:25:30 +00:00
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);