Merge pull request #1 from fkie-cad/beta
Beta version of report generator
Showing
.isort.cfg
0 → 100644
.pre-commit-config.yaml
0 → 100644
.pylintrc
0 → 100644
This diff is collapsed.
Click to expand it.
.travis.yml
0 → 100644
Dockerfile
0 → 100644
docker_entry.py
0 → 100755
pdf_generator/__init__.py
0 → 100644
pdf_generator/generator.py
0 → 100644
pdf_generator/templates/__init__.py
0 → 100644
pdf_generator/templates/custom/__init__.py
0 → 100644
pdf_generator/templates/default/binwalk.tex
0 → 100644
pdf_generator/templates/default/generic.tex
0 → 100644
pdf_generator/templates/default/main.tex
0 → 100644
pdf_generator/templates/default/meta.tex
0 → 100644
pdf_generator/templates/default/unpacker.tex
0 → 100644
pdf_generator/templates/fact_logo.png
0 → 100644
69.2 KB
pdf_generator/templates/test/generic.tex
0 → 100644
pdf_generator/templates/test/main.tex
0 → 120000
pdf_generator/templates/test/meta.tex
0 → 120000
pdf_generator/templates/test/render_test.tex
0 → 100644
pdf_generator/tex_generation/__init__.py
0 → 100644
pytest.ini
0 → 100644
requirements-dev.txt
0 → 100644
requirements.txt
0 → 100644
test/__init__.py
0 → 100644
test/data/__init__.py
0 → 100644
test/data/test_dict.py
0 → 100644
This diff is collapsed.
Click to expand it.
test/integration/__init__.py
0 → 100644
test/integration/test_generator.py
0 → 100644
test/unit/__init__.py
0 → 100644
test/unit/test_generator.py
0 → 100644
test/unit/tex_generation/__init__.py
0 → 100644