RzBinPlugin#
- class RzBinPlugin#
- property author: str#
- property check_bytes: CFunction[[int, int], bool]#
- property check_filename: CFunction[[str], bool]#
- property demangle: CFunction[[str], str]#
- property demangle_type: CFunction[[str], int]#
- property desc: str#
- property license: str#
- property minstrlen: int#
- property name: str#
- property section_flag_to_rzlist: CFunction[[int], RzList[char]]#
- property section_type_to_string: CFunction[[int], str]#
- property sections: CFunction[[RzBinFile], RzList[RzBinSection]]#
- property strfilter: int#
- property symbols: CFunction[[RzBinFile], RzList[RzBinSymbol]]#
- property user: Any#
- property version: str#