Lucene search
+L

37 matches found

Kitploit
Kitploit
added 2026/09/15 7:38 a.m.72 views

jadx

JADX jadx - Dex to Java decompiler Command line and GUI tools for producing Java source code from Android Dex and Apk files !WARNING Please note that in most cases jadx can't decompile all 100% of the code, so errors will occur. Check Troubleshooting guide for workarounds. Main features: decompil...

5.9AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/14 11:30 p.m.13 views

Dna

Dna Dna 是一个基于 LLVM 构建的静态二进制分析框架。值得注意的是,它几乎完全用 C 编写,包括 LLVM、Remill 和 Souper 的托管绑定。 功能 Dna 实现了一种迭代控制流图重建,其灵感主要来自 SATURN 论文。它迭代地应用递归下降、提升(使用 remill)和路径求解,直到恢复完整的控制流图。对于跳转表,我们使用基于 Souper 和 z3 的递归算法来求解可能的跳转表目标集合。迭代探索算法可在此处找到,跳转表求解算法可在此处找到。 一旦控制流图被完全探索,就可以使用此处和此处的算法将其重新编译为 x86 并重新插入到二进制文件中。尽管编译后的代码 绝不...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/13 5:09 a.m.6 views

cfgrip

cfgrip PE/ELF x86/x64 CFG 提取器。输入一个二进制文件,反汇编它,解析每个跳转和调用(GOT、跳转表、寄存器追踪),并将完整的控制流图导出为结构化 JSON。 为什么 你需要确切知道每个分支的去向——不是为了阅读,而是为了打补丁。将 JSON 输入 Zydis 或 AsmJit,定位你需要挂钩或修改的确切指令,然后写回。反作弊团队用它来映射游戏二进制文件;逆向人员用它来将代码提取到自己的分析管线中;软件分析师在不运行二进制文件的情况下追踪执行路径。 cfgrip 提供地图。怎么用取决于你。 它提取什么 对于每个 cfgrip 处理的二进制文件,它会生成: 函数列表...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 8:57 p.m.10 views

REpsych

REpsych : 逆向工程中的心理战 github.com/xoreaxeaxeax/repsych // domas // @xoreaxeaxeax 概述 REpsych 工具集是一个概念验证,演示如何通过程序的控制流图(CFG)生成图像。 典型函数的 CFG| REpsych 生成的 CFG ---|--- | 这个项目没有特定的目的(除了表明它可以实现之外),但(非严肃的)可能应用在 DEF CON 演讲 中有所概述。 该程序在所有经过测试的 IDA Pro 逆向工程工具版本上都能可靠运行,并且在其他 CFG 查看器(Hopper、BinNavi、radare2...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/11 8:57 p.m.8 views

REpsych

REpsych : 逆向工程中的心理战 github.com/xoreaxeaxeax/repsych // domas // @xoreaxeaxeax 概述 REpsych 工具集是一个概念验证,演示如何通过程序的控制流图(CFG)生成图像。 典型函数的 CFG| REpsych 生成的 CFG ---|--- | 该项目没有特定的目的(除了展示这是可以做到的),但一些可能(非严肃的)应用已在 DEF CON 演讲中概述。 该工具集可在所有已测试版本的 IDA Pro 逆向工程工具上可靠运行,并且能在其他 CFG 查看器(Hopper、BinNavi、radare2...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/11 3:58 a.m.9 views

panopticon

已弃用 Panopticon 项目已迁移至Gitlab,并重组为多个 crate。Qt GUI 已被 Verso 替代。 我会合并拉取请求,但不会再对此版本进行实质性工作。下方大多数链接已失效。 Panopticon - 一个自由的跨平台反汇编器 Panopticon 是一个使用 Rust 编写的跨平台逆向工程反汇编器。它支持 AMD64、x86、AVR 和 MOS 6502 指令集,并能打开 ELF 文件。Panopticon 自带 Qt GUI,用于浏览和注释控制流图。 安装 如果你只是想使用 Panopticon,请访问官网查看安装说明。 编译 Panopticon 使用 Rust...

5.8AI score
SaveExploits0References5
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.9 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: BPF: Handling jset if a & b ... as a jump in CFG computation. BPFJSET is a conditional jump, and currently, verifier.c:canjump does not take this into account. This can lead to incorrect live registers and incorrect SCC Set of...

5.5CVSS5.3AI score0.00154EPSS
SaveExploits0References2
Packet Storm News
Packet Storm News
added 2026/04/16 12:00 a.m.15 views

NFTDELTA: Detecting Permission Control Vulnerabilities in NFT Contracts through Multi-View Learning

Permission control vulnerabilities in Non-fungible token NFT contracts can result in significant financial losses, as attackers may exploit these weaknesses to gain unauthorized access or circumvent critical permission checks. In this paper, we propose NFTDELTA, a framework that leverages static...

6AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/12 12:00 a.m.16 views

The Code Whisperer: LLM and Graph-Based AI for Smell and Vulnerability Resolution

Code smells and software vulnerabilities both increase maintenance cost, yet they are often handled by separate tools that miss structural context and produce noisy warnings. This paper presents The Code Whisperer, a hybrid framework that combines graph-based program analysis with large language...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/08 12:00 a.m.45 views

Aether Smart Contract Security Analysis Framework 5.0.2

Aether is a Python-based framework for analyzing Solidity smart contracts, generating vulnerability findings, producing Foundry-based proof-of-concept PoC tests, and validating exploits on mainnet forks. It combines Solidity AST parsing, taint analysis, control flow graph analysis, cross-contract...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/08 12:00 a.m.20 views

Aether Smart Contract Security Analysis Framework 6.0

Aether is a Python-based framework for analyzing Solidity smart contracts, generating vulnerability findings, producing Foundry-based proof-of-concept PoC tests, and validating exploits on mainnet forks. It combines Solidity AST parsing, taint analysis, control flow graph analysis, cross-contract...

5.9AI score
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/01/21 12:00 a.m.11 views

SAGA: Detecting Security Vulnerabilities Using Static Aspect Analysis

Python is one of the most popular programming languages; as such, projects written in Python involve an increasing number of diverse security vulnerabilities. However, existing state-of-the-art analysis tools for Python only support a few vulnerability types. Hence, there is a need to detect a...

5.8AI score
SaveExploits0
EUVD
EUVD
added 2025/10/07 12:30 a.m.15 views

EUVD-2021-0439

Malware in sbrugna...

5.5CVSS5.3AI score0.00187EPSS
SaveExploits1References9
EUVD
EUVD
added 2025/10/03 8:07 p.m.22 views

EUVD-2025-27932

Malicious code in bioql PyPI...

6.4AI score0.00154EPSS
SaveExploits0References3
NVD
NVD
added 2025/08/19 5:15 p.m.17 views

CVE-2025-38607

In the Linux kernel, the following vulnerability has been resolved: bpf: handle jset if a & b ... as a jump in CFG computation BPFJSET is a conditional jump and currently verifier.c:canjump does not know about that. This can lead to incorrect live registers and SCC computation. E.g. in the...

7.8CVSS0.00154EPSS
SaveExploits0References3
OSV
OSV
added 2025/08/19 5:15 p.m.14 views

UBUNTU-CVE-2025-38607

In the Linux kernel, the following vulnerability has been resolved: bpf: handle jset if a & b ... as a jump in CFG computation BPFJSET is a conditional jump and currently verifier.c:canjump does not know about that. This can lead to incorrect live registers and SCC computation. E.g. in the...

7.8CVSS5.7AI score0.00154EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/08/19 5:03 p.m.22 views

CVE-2025-38607

In the Linux kernel, the following vulnerability has been resolved: bpf: handle jset if a & b ... as a jump in CFG computation BPFJSET is a conditional jump and currently verifier.c:canjump does not know about that. This can lead to incorrect live registers and SCC computation. E.g. in the...

7.8CVSS5.4AI score0.00154EPSS
SaveExploits0
CVE
CVE
added 2025/08/19 5:03 p.m.45 views

CVE-2025-38607

CVE-2025-38607 refers to a Linux kernel issue in the BPF verifier where BPF_JSET (conditional jump) was not handled correctly in CFG/live register/SCC computation. The described flaw could cause incorrect live-register tracking and SCC analysis due to can_jump() not accounting for jset, potential...

7.8CVSS7AI score0.00154EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2025/08/19 12:00 a.m.16 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from the bpf module not treating jset as a jump in CFG calculations...

5.5CVSS6.5AI score0.00154EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/08/19 12:00 a.m.21 views

PT-2025-33805 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains an issue where the BPF JSET conditional jump is not correctly handled during control flow graph CFG computation. This can lead to incorrect live register and...

6.8AI score0.00154EPSS
SaveExploits0References5
Rows per page
Query Builder