[Assignment-7] App Intermediary and Proxy

- Intermediary is fully functional
- Proxy is ready until invocation of enclave
This commit is contained in:
Paul Zinselmeyer 2024-07-04 21:05:55 +02:00 committed by saschato
parent b41976a5ff
commit 6d966e0b94
7 changed files with 182 additions and 155 deletions

View file

@ -9,7 +9,7 @@
int main(int argc, char** argv) {
if(argc < 1)
syntax_exit();
BIN_NAME = argv[0];
set_bin_name(argv[0]);
if(argc < 2)
syntax_exit();