def Warning(msg):
"""
Display a message in a message box
@param msg: message to print (formatting is done in Python)
This function can be used to debug IDC scripts
The user will be able to hide messages if they appear twice in a row on
the screen
"""
idaapi.warning(msg)
评论列表
文章目录