美文网首页
idapython下载PDB符号文件

idapython下载PDB符号文件

作者: BJChangAn | 来源:发表于2018-09-10 16:11 被阅读0次
    import idautils,os
    parent_path=idautils.GetIdbDir()
    file_path=parent_path+GetInputFile()
    print "Downloading PDB of "+file_path
    command="symchk /r "+file_path+" /s SRV*"+parent_path+"*http://msdl.microsoft.com/download/symbols"
    print os.popen(command).read()
    
    

    相关文章

      网友评论

          本文标题:idapython下载PDB符号文件

          本文链接:https://www.haomeiwen.com/subject/wgcnsftx.html