add batched reg access
This commit is contained in:
2
bindings/go/unicorn/uc.h
Normal file
2
bindings/go/unicorn/uc.h
Normal file
@@ -0,0 +1,2 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user