Remove old ocaml code (#148)
* Remove old Ocaml files * adjust makefile * Remove BAP build instructions from Readme * minor documentation fix * Remove old Ocaml documentation * Remove unused Travis CI files * Move Rust and Java code into src directory * adjust build scripts to new folder structure
Showing
.hooks/ocp-indent.sh
deleted
100755 → 0
.ocp-indent
deleted
100644 → 0
.pre-commit-config.yaml
deleted
100644 → 0
.travis.yml
deleted
100644 → 0
.travis_prepare.sh
deleted
100755 → 0
.travis_run_tests.sh
deleted
100755 → 0
bap.Dockerfile
deleted
100644 → 0
cwe_checker.opam
deleted
100644 → 0
dune
deleted
100644 → 0
dune-project
deleted
100644 → 0
index.mld
deleted
100644 → 0
plugins/cwe_checker/Makefile
deleted
100644 → 0
plugins/cwe_checker/cwe_checker.ml
deleted
100644 → 0
recipes/emulation/descr
deleted
100644 → 0
recipes/emulation/limit-malloc.lisp
deleted
100644 → 0
recipes/emulation/recipe.scm
deleted
100644 → 0
recipes/static_analysis/descr
deleted
100644 → 0
recipes/static_analysis/recipe.scm
deleted
100644 → 0
recipes/type_inference/descr
deleted
100644 → 0
recipes/type_inference/recipe.scm
deleted
100644 → 0
src/analysis/check_path.ml
deleted
100644 → 0
src/analysis/check_path.mli
deleted
100644 → 0
src/analysis/mem_region.ml
deleted
100644 → 0
src/analysis/mem_region.mli
deleted
100644 → 0
src/analysis/pointer_inference.ml
deleted
100644 → 0
src/analysis/pointer_inference.mli
deleted
100644 → 0
src/analysis/type_inference.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/analysis/type_inference.mli
deleted
100644 → 0
File moved
src/checkers/cwe_190.ml
deleted
100644 → 0
src/checkers/cwe_190.mli
deleted
100644 → 0
src/checkers/cwe_215.ml
deleted
100644 → 0
src/checkers/cwe_215.mli
deleted
100644 → 0
src/checkers/cwe_243.ml
deleted
100644 → 0
src/checkers/cwe_243.mli
deleted
100644 → 0
src/checkers/cwe_248.ml
deleted
100644 → 0
src/checkers/cwe_248.mli
deleted
100644 → 0
src/checkers/cwe_332.ml
deleted
100644 → 0
src/checkers/cwe_332.mli
deleted
100644 → 0
src/checkers/cwe_367.ml
deleted
100644 → 0
src/checkers/cwe_367.mli
deleted
100644 → 0
src/checkers/cwe_426.ml
deleted
100644 → 0
src/checkers/cwe_426.mli
deleted
100644 → 0
src/checkers/cwe_457.ml
deleted
100644 → 0
src/checkers/cwe_457.mli
deleted
100644 → 0
src/checkers/cwe_467.ml
deleted
100644 → 0
src/checkers/cwe_467.mli
deleted
100644 → 0
src/checkers/cwe_476.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/checkers/cwe_476.mli
deleted
100644 → 0
src/checkers/cwe_560.ml
deleted
100644 → 0
src/checkers/cwe_560.mli
deleted
100644 → 0
src/checkers/cwe_676.ml
deleted
100644 → 0
src/checkers/cwe_676.mli
deleted
100644 → 0
src/checkers/cwe_782.ml
deleted
100644 → 0
src/checkers/cwe_782.mli
deleted
100644 → 0
src/checkers/memory_cwes.ml
deleted
100644 → 0
src/checkers/memory_cwes.mli
deleted
100644 → 0
src/cwe_checker_core.opam
deleted
100644 → 0
File moved
File moved
File moved
File moved
File moved
File moved
src/dune
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/dune-project
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
File moved
File moved
File moved
File moved
File moved
File moved
src/main.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/main.mli
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/address_translation.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/address_translation.mli
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/cconv.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/cconv.mli
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/json_utils.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/json_utils.mli
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/log_utils.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/log_utils.mli
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/registers.json
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/serde_json.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/serde_json.mli
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/support_functions.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/support_functions.mli
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/symbol_utils.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
src/utils/symbol_utils.mli
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/acceptance/test_check_path.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_cwe190.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_cwe215.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_cwe243.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_cwe248.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_cwe332.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_cwe367.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_cwe415.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_cwe416.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_cwe426.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_cwe457.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_cwe467.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_cwe476.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_cwe560.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_cwe676.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_cwe782.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_file_output.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/acceptance/test_json.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/unit/Makefile
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/unit/checkers/cwe_476_test.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/unit/checkers/cwe_476_test.mli
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/unit/checkers/cwe_560_test.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/unit/checkers/cwe_560_test.mli
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/unit/compile_testfile.sh
deleted
100755 → 0
This diff is collapsed.
Click to expand it.
test/unit/dune
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/unit/testfiles/arrays.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/unit/testfiles/c_constructs.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/unit/testfiles/no_symbols.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/unit/unit_tests_cwe_checker.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/unit/utils/cconv_test.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/unit/utils/cconv_test.mli
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
test/unit/utils/serde_json_test.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/unit/utils/serde_json_test.mli
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/unit/utils/symbol_utils_test.ml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment