get Or Throw
Extension to safely get result or throw Capstone-specific error.
Example:
val instructions = engine.disassemble(code).getOrThrow()Content copied to clipboard
Extension to safely get result or throw Capstone-specific error.
Example:
val instructions = engine.disassemble(code).getOrThrow()