LICENSE
README.md
pyproject.toml
setup.py
src/binsmasher_main.py
src/main.py
src/analyzer/__init__.py
src/analyzer/angr_analysis.py
src/analyzer/binary_info.py
src/analyzer/cache.py
src/analyzer/dynamic.py
src/analyzer/libc_db.py
src/analyzer/libc_fingerprint.py
src/analyzer/library.py
src/analyzer/protections.py
src/analyzer/recovery.py
src/analyzer/seccomp.py
src/analyzer/seccomp_parser.py
src/analyzer/static.py
src/analyzer/vuln_detect.py
src/binsmasher.egg-info/PKG-INFO
src/binsmasher.egg-info/SOURCES.txt
src/binsmasher.egg-info/dependency_links.txt
src/binsmasher.egg-info/entry_points.txt
src/binsmasher.egg-info/requires.txt
src/binsmasher.egg-info/top_level.txt
src/cve_scanner/__init__.py
src/cve_scanner/analysis.py
src/cve_scanner/auditor.py
src/cve_scanner/catalog.py
src/cve_scanner/cve_scan.py
src/cve_scanner/models.py
src/cve_scanner/reporter.py
src/cve_scanner/scoring.py
src/cve_scanner/taint_analyzer.py
src/exploiter/__init__.py
src/exploiter/arm64.py
src/exploiter/aslr_bypass.py
src/exploiter/brute_aslr.py
src/exploiter/canary_leak.py
src/exploiter/connection.py
src/exploiter/format_string.py
src/exploiter/format_string_advanced.py
src/exploiter/fsop.py
src/exploiter/gadgets.py
src/exploiter/heap.py
src/exploiter/heap_advanced.py
src/exploiter/heap_groom.py
src/exploiter/helpers.py
src/exploiter/http_strategies.py
src/exploiter/i386.py
src/exploiter/interactive.py
src/exploiter/multistage.py
src/exploiter/offset.py
src/exploiter/orchestrator.py
src/exploiter/rop_chains.py
src/exploiter/scripts.py
src/exploiter/session.py
src/exploiter/shellcode.py
src/exploiter/strategy.py
src/exploiter/udp_strategies.py
src/exploiter/win_detector.py
src/exploiter/windows.py
src/file_exploiter/__init__.py
src/file_exploiter/archives.py
src/file_exploiter/audio.py
src/file_exploiter/documents.py
src/file_exploiter/images.py
src/file_exploiter/scripts_fmt.py
src/file_exploiter/web.py
src/fuzzer/__init__.py
src/fuzzer/afl.py
src/fuzzer/boofuzz_fuzz.py
src/fuzzer/core_analysis.py
src/fuzzer/gdb_scripts.py
src/fuzzer/http.py
src/fuzzer/mutation.py
src/fuzzer/offset_roto.py
src/fuzzer/solana.py
src/fuzzer/template_utils.py
src/fuzzer/udp.py
src/utils/__init__.py
src/utils/_console.py
src/utils/_process.py
src/utils/adaptive_timeout.py
src/utils/config.py
src/utils/display.py
src/utils/json_output.py
src/utils/logging_setup.py
src/utils/progress.py
src/utils/writeup.py
tests/test_suite.py