#区块链#Mythril is a symbolic-execution-based securty analysis tool for EVM bytecode. It detects security vulnerabilities in smart contracts built for Ethereum and other EVM-compatible blockchains.
#区块链#Symbolic execution tool
Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code.
翻译 - Triton是动态二进制分析(DBA)框架。它提供了内部组件,例如动态符号执行(DSE)引擎,动态污点引擎,x86,x86-64和AArch64指令集体系结构(ISA)的AST表示,SMT简化传递,SMT求解器界面以及最后一个尤其重要的是Python绑定。
Reverse engineering framework in Python
IDA 2016 plugin contest winner! Symbolic Execution just one-click away!
翻译 - IDA 2016插件竞赛冠军!只需一键即可完成符号执行!
#Awesome#A curated list of awesome symbolic execution resources including essential research papers, lectures, videos, and tools.
Playing with the VMProtect software protection. Automatic deobfuscation of pure functions using symbolic execution and LLVM.
翻译 - 使用 VMProtect 软件保护。使用符号执行和 LLVM 对纯函数进行自动反混淆。
An analysis tool for Python that blurs the line between testing and type systems.
翻译 - 用于Python的静态分析工具,模糊了测试系统和类型系统之间的界限。
An open source interactive disassembler
翻译 - 开源交互式反汇编程序
Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.
翻译 - 安哥拉是一个基于突变的模糊器。 Angora的主要目标是通过解决路径约束而无需符号执行来增加分支覆盖范围。
Automatic verification of LLVM optimizations
A unit test-like interface for fuzzing and symbolic execution
翻译 - 类似单元测试的接口,用于模糊测试和符号执行
Playing with the Tigress software protection. Break some of its protections and solve their reverse engineering challenges. Automatic deobfuscation using symbolic execution, taint analysis and LLVM.
Use angr in Ghidra
翻译 - Ghdira的Angr插件
The official repository of "ChatDB: Augmenting LLMs with Databases as Their Symbolic Memory".
Simple Theorem Prover, an efficient SMT solver for bitvectors
History of symbolic execution (as well as SAT/SMT solving, fuzzing, and taint data tracking)