(&self)
| 1445 | } |
| 1446 | |
| 1447 | fn instruction_alignment(&self) -> usize { |
| 1448 | unsafe { BNGetArchitectureInstructionAlignment(self.handle) } |
| 1449 | } |
| 1450 | |
| 1451 | fn max_instr_len(&self) -> usize { |
| 1452 | unsafe { BNGetArchitectureMaxInstructionLength(self.handle) } |
no outgoing calls
no test coverage detected