diff --git a/README.md b/README.md index 4874522..88d0f1e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # Scanfile using "filetype" to get MIME type + +# Build/dev Dependencies +these dependencies are required additionally to what is specified in go.mod and python requirements.txt +## server/core +- yara-x c library https://virustotal.github.io/yara-x/docs/api/c/c-/#building-the-c-library +- tailwind css +- templ +## scanners +- python3 3.13 +- python3-venv + diff --git a/scanners/README.md b/scanners/README.md new file mode 100644 index 0000000..08af9fb --- /dev/null +++ b/scanners/README.md @@ -0,0 +1,2 @@ +# Scanners +This directory contains the source code for the non-go scanners (mostly python)