(Pointer csh, int id)
| 307 | |
| 308 | public String cs_insn_name(Pointer csh, int id); |
| 309 | public String cs_group_name(Pointer csh, int id); |
| 310 | public byte cs_insn_group(Pointer csh, Pointer insn, int id); |
| 311 | public byte cs_reg_read(Pointer csh, Pointer insn, int id); |
| 312 | public byte cs_reg_write(Pointer csh, Pointer insn, int id); |
no outgoing calls
no test coverage detected