All Projects → crusher → Similar Projects or Alternatives

748 Open source projects that are alternatives of or similar to crusher

crete-dev
CRETE under development
Stars: ✭ 56 (+166.67%)
Bap
Binary Analysis Platform
Stars: ✭ 1,385 (+6495.24%)
Crosshair
An analysis tool for Python that blurs the line between testing and type systems.
Stars: ✭ 586 (+2690.48%)
Sienna Locomotive
A user-friendly fuzzing and crash triage tool for Windows
Stars: ✭ 130 (+519.05%)
Mutual labels:  fuzzing, binary-analysis
Sys
Sys: A Static/Symbolic Tool for Finding Good Bugs in Good (Browser) Code
Stars: ✭ 149 (+609.52%)
Freki
🐺 Malware analysis platform
Stars: ✭ 285 (+1257.14%)
Mutual labels:  static-analysis, binary-analysis
Kirenenko
Super Fast Concolic Execution Engine based on Source Code Taint Tracing
Stars: ✭ 84 (+300%)
Mutual labels:  symbolic-execution, fuzzing
Kleefl
Seeding fuzzers with symbolic execution
Stars: ✭ 172 (+719.05%)
Mutual labels:  symbolic-execution, fuzzing
Befa Library
High-level library for executable binary file analysis
Stars: ✭ 12 (-42.86%)
Mutual labels:  static-analysis, binary-analysis
binary-decompilation
Extracting high level semantic information from binary code
Stars: ✭ 55 (+161.9%)
Manticore
Symbolic execution tool
Stars: ✭ 2,599 (+12276.19%)
UTBotCpp
Tool that generates unit test by C/C++ source code, trying to reach all branches and maximize code coverage
Stars: ✭ 59 (+180.95%)
Andromeda
Andromeda - Interactive Reverse Engineering Tool for Android Applications
Stars: ✭ 627 (+2885.71%)
Mutual labels:  static-analysis, binary-analysis
sleighcraft
sleigh craft!
Stars: ✭ 221 (+952.38%)
Mutual labels:  static-analysis, binary-analysis
Detect It Easy
Program for determining types of files for Windows, Linux and MacOS.
Stars: ✭ 2,982 (+14100%)
Mutual labels:  static-analysis, binary-analysis
SixtyPical
A 6502-oriented low-level programming language supporting advanced static analysis
Stars: ✭ 25 (+19.05%)
Deepstate
A unit test-like interface for fuzzing and symbolic execution
Stars: ✭ 603 (+2771.43%)
Mutual labels:  symbolic-execution, fuzzing
freki
🐺 Malware analysis platform
Stars: ✭ 327 (+1457.14%)
Mutual labels:  static-analysis, binary-analysis
binary-auditing-solutions
Learn the fundamentals of Binary Auditing. Know how HLL mapping works, get more inner file understanding than ever.
Stars: ✭ 61 (+190.48%)
Mutual labels:  static-analysis, binary-analysis
Angora
Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.
Stars: ✭ 669 (+3085.71%)
Mutual labels:  symbolic-execution, fuzzing
Triton
Triton is a Dynamic Binary Analysis (DBA) framework. It provides internal components like a Dynamic Symbolic Execution (DSE) engine, a dynamic taint engine, AST representations of the x86, x86-64, ARM32 and AArch64 Instructions Set Architecture (ISA), SMT simplification passes, an SMT solver interface and, the last but not least, Python bindings.
Stars: ✭ 1,934 (+9109.52%)
Binee
Binee: binary emulation environment
Stars: ✭ 408 (+1842.86%)
Mutual labels:  static-analysis, binary-analysis
Apisan
APISan: Sanitizing API Usages through Semantic Cross-Checking
Stars: ✭ 46 (+119.05%)
BEFA-Library
High-level library for executable binary file analysis
Stars: ✭ 14 (-33.33%)
Mutual labels:  static-analysis, binary-analysis
Rel
Binsec/Rel is an extension of Binsec that implements relational symbolic execution for constant-time verification and secret-erasure at binary-level.
Stars: ✭ 27 (+28.57%)
jayhorn
Static checker for Java
Stars: ✭ 54 (+157.14%)
Mutual labels:  static-analysis
golintui
A simple terminal UI for Go linters
Stars: ✭ 73 (+247.62%)
Mutual labels:  static-analysis
fuzzing-corpus
My fuzzing corpus
Stars: ✭ 120 (+471.43%)
Mutual labels:  fuzzing
UltimateCMSWordlists
📚 An ultimate collection wordlists of the best-known CMS
Stars: ✭ 54 (+157.14%)
Mutual labels:  fuzzing
instrumentation
Assorted pintools
Stars: ✭ 24 (+14.29%)
Mutual labels:  binary-analysis
Android-Malware-Detection
Android malware detection using static and dynamic analysis
Stars: ✭ 18 (-14.29%)
Mutual labels:  static-analysis
srcinv
source code audit tool
Stars: ✭ 45 (+114.29%)
Mutual labels:  fuzzing
emmutaler
A set of tools for fuzzing SecureROM. Managed to find and trigger checkm8.
Stars: ✭ 126 (+500%)
Mutual labels:  fuzzing
automutate
Applies waves of mutations provided by other tools, such as linters or codemods.
Stars: ✭ 13 (-38.1%)
Mutual labels:  static-analysis
pyradamsa
Python bindings for calling radamsa mutators
Stars: ✭ 16 (-23.81%)
Mutual labels:  fuzzing
pahout
A pair programming partner for writing better PHP. Pahout means PHP mahout 🐘
Stars: ✭ 43 (+104.76%)
Mutual labels:  static-analysis
bridgecrew-action
This Github Action runs Bridgecrew against an Infrastructure-as-Code repository. Bridgecrew performs static security analysis of Terraform & CloudFormation Infrastructure code.
Stars: ✭ 52 (+147.62%)
Mutual labels:  static-analysis
fuzzing
Easy fuzzing with go-fuzz
Stars: ✭ 15 (-28.57%)
Mutual labels:  fuzzing
gha-setup-scancentral-client
GitHub Action to set up Fortify ScanCentral Client
Stars: ✭ 15 (-28.57%)
Mutual labels:  static-analysis
static-code-analysis-plugin
A plugin to simplify Static Code Analysis on Gradle. Not restricted to, but specially useful, in Android projects, by making sure all analysis can access the SDK classes.
Stars: ✭ 36 (+71.43%)
Mutual labels:  static-analysis
go-sqlancer
go-sqlancer
Stars: ✭ 61 (+190.48%)
Mutual labels:  fuzzing
toughfuzzer
Tough Fuzzer is an obstacle course for go-fuzz composed of a series of small code samples which encapsulate the most common obstacles to code-coverage the fuzzer will encounter. In each case, the obstacle is insurmountable in a reasonable period of time using random inputs or even coverage-guided mutation.
Stars: ✭ 18 (-14.29%)
Mutual labels:  fuzzing
ML4Sec-papers
Research papers on ML for security
Stars: ✭ 27 (+28.57%)
Mutual labels:  fuzzing
fuzzing-tutorial
Curated list of classic fuzzing books, papers about fuzzing at information security top conferences over the years, commonly used fuzzing tools, and resources that can help us use fuzzer easily.
Stars: ✭ 74 (+252.38%)
Mutual labels:  fuzzing
monadic-cfa
Generic implementation of different CFA families based on monadic decomposition
Stars: ✭ 16 (-23.81%)
Mutual labels:  static-analysis
analysis-net
Static analysis framework for .NET programs.
Stars: ✭ 19 (-9.52%)
Mutual labels:  static-analysis
averroes
Java bytecode generator for sound and precise partial program analysis
Stars: ✭ 19 (-9.52%)
Mutual labels:  static-analysis
kleespectre
KLEESpectre is a symbolic execution engine with speculation semantic and cache modelling
Stars: ✭ 31 (+47.62%)
Mutual labels:  symbolic-execution
pyc2bytecode
A Python Bytecode Disassembler helping reverse engineers in dissecting Python binaries by disassembling and analyzing the compiled python byte-code(.pyc) files across all python versions (including Python 3.10.*)
Stars: ✭ 70 (+233.33%)
Mutual labels:  static-analysis
codeclimate-eslint
Code Climate Engine for ESLint
Stars: ✭ 86 (+309.52%)
Mutual labels:  static-analysis
progge.rs
Program analysis playground for a simple, imperative language
Stars: ✭ 29 (+38.1%)
Mutual labels:  static-analysis
libfuzzer-cov
Get actually nice HTML coverage overview on libfuzzer runs
Stars: ✭ 20 (-4.76%)
Mutual labels:  fuzzing
fuzzing
🐰 Tool set for fuzz and stress testing your functions!
Stars: ✭ 22 (+4.76%)
Mutual labels:  fuzzing
infrared
✨🚀 Blazing fast, inferred static type checker for JavaScript.
Stars: ✭ 46 (+119.05%)
Mutual labels:  static-analysis
FuSeBMC
FuSeBMC is a novel Energy-Efficient Test Generator that exploits fuzzing and BMC engines to detect security vulnerabilities in real-world C programs.
Stars: ✭ 26 (+23.81%)
Mutual labels:  fuzzing
healer
Kernel fuzzer inspired by Syzkaller.
Stars: ✭ 194 (+823.81%)
Mutual labels:  fuzzing
BinKit
Binary Code Similarity Analysis (BCSA) Benchmark
Stars: ✭ 54 (+157.14%)
Mutual labels:  binary-analysis
fuzzuf
Fuzzing Unification Framework
Stars: ✭ 263 (+1152.38%)
Mutual labels:  fuzzing
leaky-paths
A collection of special paths linked to major web CVEs, known misconfigurations, juicy APIs ..etc. It could be used as a part of web content discovery, to scan passively for high-quality endpoints and quick-wins.
Stars: ✭ 507 (+2314.29%)
Mutual labels:  fuzzing
ManuFuzzer
Binary code-coverage fuzzer for macOS, based on libFuzzer and LLVM
Stars: ✭ 118 (+461.9%)
Mutual labels:  fuzzing
1-60 of 748 similar projects