ProLoDs
ProLoDs
Hi, i want to calculate a CMAC with the TPM. I have seen, that the `TPM2_ALG_CMAC` was added, but i have not found out howto use it. The `alg.md` only...
Hi, if a symbol is printed, metadata, to see if it is a request or a response, would be awseome. This could look like this: ``` >>> '\r\x02\x00\x00\x00\x10' | '\x14\x1a\x14\n\x12State:State.SENSOR'
Python version: 3.6.2 Commands: ``` git checkout [netzob-url] sudo python3 setup.py install netzob ``` Error msg: ``` Traceback (most recent call last): File "/usr/bin/netzob", line 4, in __import__('pkg_resources').run_script('Netzob==1.0.2', 'netzob') File...
Hi, a floating point type is missing in ``` Model/Vocabulary/Types ``` Greetings
Hi, the Access-Control-Allow-Origin header for the following URLs is missing ``` http://localhost:5000/api/p/1/symbols/ http://localhost:5000/api/p/1/captures/. ``` Workaround: access it via localhost, indead of 127.0.0.1 or ::1 Greetings
Hi, i get a 404 for the following requests: ``` GET http://127.0.0.1:5000/static/libs/datatables.net/js/jquery.dataTables.min.js GET http://127.0.0.1:5000/static/libs/datatables.net-select/js/dataTables.select.min.js GET http://127.0.0.1:5000/static/libs/jpillora/jquery.rest/dist/1/jquery.rest.min.js ``` fixed by adding the js files from : https://datatables.net and from https://github.com/jpillora/jquery.rest Greetings
Hi, can you please add support for the Ubuntu 2022.04? I tested it locally tested with `./update.sh -a armhf -v jammy -q arm -u v6.1.0-5 -d docker.io/multiarch/ubuntu-core -t armhf` and...