VDiscover
A tool to predict vulnerability discovery of binary only programs
File Explorer
- index.md
- argv_1.symb
- file_test.bc.symb
- test.bc
- path.txt
- argv_1.symb
- cargv_2.symb
- cargv_3.symb
- demo_file
- path.txt
- cargv_1.symb
- cargv_2.symb
- cargv_3.symb
- file_test.gz.symb
- mktest.sh
- path.txt
- cargv_1.symb
- cargv_2.symb
- file_test.jpeg.symb
- mktest.sh
- out.jpeg
- test.jpeg
- path.txt
- cargv_1.symb
- file_test.jpeg.symb
- mktest.sh
- path.txt
- path.txt
- 01.file_test.png
- cargv_1.symb
- mktest.sh
- path.txt
- argv_1.symb
- argv_2.symb
- demo_file
- path.txt
- argv_1.symb
- cargv_2.symb
- demo_file
- path.txt
- argv_1.symb
- cargv_2.symb
- file_demo_file.symb
- path.txt
- model.pklz
- dyn_events.dic
- prototypes.conf
- __init__.py
- Alarm.py
- Analysis.py
- Backtrace.py
- Cluster.py
- Detection.py
- ELF.py
- Event.py
- Input.py
- MemoryMap.py
- Misc.py
- Mutation.py
- Pipeline.py
- Printer.py
- Process.py
- RandomWalk.py
- Recall.py
- Run.py
- Sampling.py
- Spec.py
- Train.py
- Types.py
- Utils.py
- Vulnerabilities.py
- .gitignore
- fextractor
- LICENSE
- MANIFEST.in
- README.md
- setup.py
- tcreator
- tseeder
- vd
- vdp
- vpredictor
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
