Skip to content

Django uploader app

BenediktMKuehne edited this page Nov 25, 2021 · 3 revisions

Boundedexecuter.py:

defines a class for pooling and execution of the command required to execute ./emba.sh and get results back

archiver.py

handels achive files like .gz

models.py

defines the firmware for analysis and the input forms that are used to define emba-flags outputs emba-command flags that are used by boundedexecutor

forms.py

the upload-forms for uploading the firmware and commiting it for emba-scanning

test_....py

unit tests for said classes and functionalities