Automatic Recovery of Fine-grained Compiler Artifacts at the Binary Level复现

[[Automatic Recovery of Fine-grained Compiler Artifacts at the Binary Level]] GitHub 地址:zeropointdynamics/passtell (github.com) 数据集结构 passtell_dataset. tar. xz :PassTell 实验中使用的数据集的存档...

June 11, 2023 · 5 min · 2095 words · JUHUA 创建: June 11, 2023 | 更新: June 11, 2023 | 时长: 5分钟 | JUHUA

Identifying Compiler and Optimization Level in Binary Code From Multiple Architectures复现

代码地址:GitHub - inoueke-n/optimization-detector: Optimization detection over compiled binaries [[Identifying Compiler and Optimization Level in Binary Code From Multiple Architectures]] 准备 实验用到的数据集 following link. 也可以自己按照 readme. md 文件中的 generation 节中的步骤来自己生成数据集。(...

June 11, 2023 · 2 min · 650 words · JUHUA 创建: June 11, 2023 | 更新: June 11, 2023 | 时长: 2分钟 | JUHUA

NeuralCI 复现

[[Fine-Grained Compiler Identification With Sequence-Oriented Neural Modeling]] 实验评估中用 NeuralBS CNN,NeuralSD CNN 和 NeuralAD CNN 来表示基础 CNN,带有缩放点积注意力的增强 CNN 和带有附加注意力的增强 CNN 在以下实验评...

June 11, 2023 · 1 min · 237 words · JUHUA 创建: June 11, 2023 | 更新: June 11, 2023 | 时长: 1分钟 | JUHUA

VulHawk 复现

[[VulHawk Cross-architecture Vulnerability Detection with Entropy-based Binary Code Search]] Get Started Prerequisites Windows (MacOS and Linux also work) Python 3.8.2 (64 bit) PyTorch 1.13.1 CUDA 11.7 IDA pro 7.5+ (only used for dataset processing) Quick Start File Environment Identification python 2_FileEnvironmentIdentification.py Function Embedding Generation python 3_function_embedding_generation.py Binary Function Similarity Detection python 4_binary_code_search.py 论文基本流程 整体输入是二进制文件,然...

June 11, 2023 · 2 min · 576 words · JUHUA 创建: June 11, 2023 | 更新: June 11, 2023 | 时长: 2分钟 | JUHUA