.dockerignore
.gitignore
Dockerfile
LICENSE
README.md
STRATEGY_GUIDE.md
boring_secret_hunter_ghidra.py
boring_secret_hunter_jython.py
conftest.py
custom_log4j.xml
findBoringSSLLibsOnAndroid.py
ghidra_analysis.sh
ghidra_analysis_jython.sh
pyproject.toml
scanner.js
.github/FUNDING.yml
.github/workflows/docker.yml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/test.yml
.github/workflows/version-check.yml
src/BoringSecretHunter.egg-info/PKG-INFO
src/BoringSecretHunter.egg-info/SOURCES.txt
src/BoringSecretHunter.egg-info/dependency_links.txt
src/BoringSecretHunter.egg-info/entry_points.txt
src/BoringSecretHunter.egg-info/top_level.txt
src/boring_secret_hunter/__init__.py
src/boring_secret_hunter/__main__.py
src/boring_secret_hunter/analyzer.py
src/boring_secret_hunter/arch_detector.py
src/boring_secret_hunter/archive_extractor.py
src/boring_secret_hunter/binary_classifier.py
src/boring_secret_hunter/cli.py
src/boring_secret_hunter/config.py
src/boring_secret_hunter/ghidra_runner.py
src/boring_secret_hunter/result.py
src/boring_secret_hunter/utils.py
src/boring_secret_hunter/ghidra_scripts/BoringSecretHunter.java
src/boring_secret_hunter/ghidra_scripts/FunctionAnalysisUtils.java
src/boring_secret_hunter/ghidra_scripts/GhidraContext.java
src/boring_secret_hunter/ghidra_scripts/MemorySearchUtils.java
src/boring_secret_hunter/ghidra_scripts/MinimalAnalysisOption.java
src/boring_secret_hunter/ghidra_scripts/SSLLogSecretFinder.java
src/boring_secret_hunter/ghidra_scripts/SSLReadFinder.java
src/boring_secret_hunter/ghidra_scripts/SSLReadWriteHelper.java
src/boring_secret_hunter/ghidra_scripts/SSLWriteFinder.java
src/boring_secret_hunter/ghidra_scripts/custom_log4j.xml
test/README.md
test/libcronet.132.0.6779.0.so
tests/__init__.py
tests/conftest.py
tests/test_arch_detector.py
tests/test_archive_extractor.py
tests/test_binary_classifier.py
tests/test_integration.py
tests/test_library_api.py