idaloader.py 文件源码

python
阅读 33 收藏 0 点赞 0 评论 0

项目:viv-utils 作者: williballenthin 项目源码 文件源码
def is_x86():
    '''
    is the currently loaded module 32-bit x86?
    '''
    inf = idaapi.get_inf_structure()
    return inf.procName == 'metapc' and inf.is_32bit() and not inf.is_64bit()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号