• 其他栏目

    胡燕

    • 副教授     硕士生导师
    • 性别:男
    • 毕业院校:中国科学技术大学
    • 学位:博士
    • 所在单位:软件学院、国际信息与软件学院
    • 电子邮箱:

    访问量:

    开通时间:..

    最后更新时间:..

    论文成果

    当前位置: 中文主页 >> 科学研究 >> 论文成果
    DATAFLOW-BASED TYPE RECOVERY ALGORITHM FOR BINARY CODE

    点击次数:

      发布时间:2019-03-11

      论文类型:会议论文

      发表时间:2012-01-01

      收录刊物:CPCI-S

      页面范围:481-485

      关键字:Program analysis; data flow based type recovery; type inference; binary analysis

      摘要:Data type recovery is required for in-depth analysis of binary code. In this paper, a constraint-based type recovery algorithm(CBTR) was studied first. The CBTR algorithm does not make use of control flow information in the type recovery process. To make up for CBTR's deficiency, an enhanced data flow based type recovery algorithm(DBTR) is proposed. DBTR builds control flow graph and data flow graph upon the disassembly of binary code. Empirical study shows that with dataflow information, DBTR is superior to CBTR in the precision of type recovery.