
code embedding
code embedding
喜马拉雅山的雪
这个作者很懒,什么都没留下…
展开
-
阅读笔记:Order Matters: Semantic-Aware Neural Networks for Binary Code Similarity Detection
今天介绍由腾讯科恩实验室发表在AAAI 2020上的一篇文章。 链接:https://keenlab.tencent.com/en/whitepapers/Ordermatters.pdf 本文介绍了一个使用神经网络进行二进制代码相似度检测的工作。首先,对于二进制代码上基本块+控制流图的表示方式,作者首先提出了一个语义表示+结构表示(semantic-aware modeling, structural-aware modeling)的表示方法,对每一个基本块将其看成一个sentence,使用BERT对其训原创 2020-11-13 22:17:23 · 735 阅读 · 0 评论 -
论文阅读:Neural Reverse Engineering of Stripped Binaries using Augmented Control Flow Graphs
今天介绍一篇将要发表在OOPSLA 2020上的文章,链接: 论文:https://arxiv.org/pdf/1902.09122 PPT:https://www.cs.technion.ac.il/~biham/Workshops/Cyberday/2020/Slides/yaniv-david.slides.pdf 本文为了预测二进制代码中函数的函数名,对于一个函数中的指令,抽取了其中的函数调用,并对函数调用的参数进行数据流分析后,构造出了含有参数的函数调用集合。在进一步考虑到程序的控制结构后,抽取了原创 2020-11-13 22:05:02 · 293 阅读 · 0 评论