def metadata_progress(completed, total):
"""
Handler for metadata collection callback, updates progress dialog.
"""
idaapi.replace_wait_box("Collected metadata for %u/%u Functions" % (completed, total))
#--------------------------------------------------------------------------
# Event Hooks
#--------------------------------------------------------------------------
评论列表
文章目录