def _init_hexrays_hooks(self):
"""
Install Hex-Rrays hooks (when available).
"""
result = False
if idaapi.init_hexrays_plugin():
logger.debug("HexRays present, installing hooks...")
result = idaapi.install_hexrays_callback(self._hxe_callback)
logger.debug("HexRays hooked: %r" % result)
#------------------------------------------------------------------------------
# Painting
#------------------------------------------------------------------------------
评论列表
文章目录