
软件安全
文章平均质量分 92
软件安全paper, 技术记录专栏
fa1c4
软件安全研究生, 不定期灌水博主(
展开
-
[论文分享] Never Mind the Malware, Here’s the Stegomalware
Paper share: Stegomalware原创 2023-11-15 01:00:00 · 529 阅读 · 0 评论 -
[论文分享] Malware Makeover: Breaking ML-based Static Analysis by Modifying Executable Bytes
paper share: Malware Makeover原创 2023-11-08 02:30:00 · 382 阅读 · 0 评论 -
[论文分享] EnBinDiff: Identifying Data-Only Patches for Binaries
paper share: EnBinDiff原创 2023-10-15 01:00:00 · 840 阅读 · 0 评论 -
[论文分享] APICraft: Fuzz Driver Generation for Closed-source SDK Libraries
Paper share: APIcraft原创 2023-09-30 03:30:00 · 672 阅读 · 0 评论 -
[论文分享] Instrew: leveraging LLVM for high performance dynamic binary instrumentation
paper share: Instrew原创 2023-09-13 02:00:00 · 346 阅读 · 0 评论 -
[论文分享] TREX: Learning Execution Semantics from Micro-Traces for Binary Similarity
paper share:Trex原创 2023-08-30 03:00:00 · 636 阅读 · 0 评论 -
[论文分享] Adversarial Training for Raw-Binary Malware Classifiers
paper share: Adversarial Training for Raw-Binary Malware Classifiers原创 2023-08-28 01:00:00 · 582 阅读 · 0 评论 -
[论文笔记] GENDA: A Graph Embedded Network Based Detection Approach on encryption algorithm
GENDA paper note原创 2023-06-18 03:00:00 · 424 阅读 · 1 评论 -
[论文分享] How Machine Learning Is Solving the Binary Function Similarity Problem
paper note: how machine learning is solving the binary function problem原创 2023-06-12 01:00:00 · 872 阅读 · 1 评论 -
[论文分享] B2SFinder: Detecting Open-Source Software Reuse in COTS Software
paper B2SFinder原创 2023-06-01 01:00:00 · 1050 阅读 · 0 评论 -
[论文分享] jTrans: Jump-Aware Transformer for Binary Code Similarity
paper jTrans原创 2023-05-28 01:00:00 · 2396 阅读 · 0 评论 -
[论文分享] When deep learning met code search
论文 when deep learning met code search原创 2023-05-27 01:00:00 · 662 阅读 · 0 评论 -
[论文分享] VulHawk: Cross-architecture Vulnerability Detection with Entropy-based Binary Code Search
Vulhawk 论文笔记原创 2023-05-20 01:00:00 · 1067 阅读 · 0 评论 -
[论文分享] Function Representations for Binary Similarity
SAFE 期刊论文的笔记原创 2023-05-22 01:00:00 · 744 阅读 · 0 评论 -
[论文分享] Accurate and Scalable Cross-Architecture Cross-OS Binary Code Search with Emulation
Paper share:BinGo-E原创 2023-04-17 03:15:00 · 310 阅读 · 0 评论 -
[论文分享] BinGo: Cross-Architecture Cross-OS Binary Search
Paper share:BinGo原创 2023-04-17 03:00:00 · 544 阅读 · 0 评论 -
[论文分享] Aligot: Cryptographic Function Identification in Obfuscated Binary Programs
Paper笔记 for Aligot原创 2023-04-07 02:00:00 · 194 阅读 · 0 评论 -
[论文分享] Enhancing DNN-Based Binary Code Function Search With Low-Cost Equivalence Checking
BinUSE paper note原创 2023-03-20 01:00:00 · 702 阅读 · 1 评论 -
[论文分享] Unleashing the Power of Compiler Intermediate Representation to Enhance Neural Program Embedd
论文分享: Unleashing the Power of Compiler Intermediate Representation to Enhance Neural Program Embeddings [ICSE 2022]原创 2023-02-19 03:00:00 · 544 阅读 · 0 评论 -
[论文分享] How could Neural Networks understand Programs?
前言读一篇 PMLR 2021 的论文How could Neural Networks understand Programs?一句话: 应用BERT语言模型做程序embedding.导论研究NLP领域使用的自然语言模型更好的理解程序.方法通过对源码的编译处理, ,期望神经网络理解程序提成一种新的学习范式, 让预训练可以学习到潜层的指令信息, 同时学习潜在的环境转移信息,编译时将源码编译为binary, 然后用retdec反编译出LLVM IR, 将编写的pass作用于IR, 生成LLV原创 2023-02-04 03:00:00 · 708 阅读 · 1 评论 -
[论文笔记] Binary Analysis with Architecture and Code Section Detection Using Supervised ML
论文笔记 - 机器学习做架构识别和代码段定位原创 2022-11-22 15:46:20 · 766 阅读 · 1 评论 -
[论文笔记] DeepReflect: Discovering Malicious Functionality through Binary Reconstruction
DEEPREFLECT 论文笔记原创 2022-11-16 01:00:00 · 701 阅读 · 1 评论 -
[论文笔记] SELF: A method of searching for library functions in stripped binary code
SELF 论文阅读原创 2022-09-27 03:00:00 · 198 阅读 · 2 评论 -
[论文笔记] In-Memory Fuzzing for Binary Code Similarity Analysis
论文笔记: 基于fuzzing做二进制相似度分析原创 2022-09-15 04:00:00 · 1304 阅读 · 0 评论