def AskStr(defval, prompt):
"""
Ask the user to enter a string
@param defval: the default string value. This value will appear
in the dialog box.
@param prompt: the prompt to display in the dialog box
@return: the entered string or None.
"""
return idaapi.askstr(0, defval, prompt)
评论列表
文章目录