RzAsmPlugin#

class RzAsmPlugin#
property arch: str#
property assemble: CFunction[[RzAsm, RzAsmOp, str], int]#
property author: str#
property bits: int#
property cpus: str#
property desc: str#
property disassemble: CFunction[[RzAsm, RzAsmOp, int, int], int]#
property endian: int#
property features: str#
property fini: CFunction[[Any], bool]#
property get_config: CFunction[[], RzConfig]#
property init: CFunction[[Pointer[Pointer[None]]], bool]#
property license: str#
property mnemonics: CFunction[[RzAsm, int, bool], str]#
property name: str#
property platforms: str#
property version: str#