ε - Fix some issues

This commit is contained in:
Eun0us 2026-01-25 14:39:17 +01:00
parent a97026ff9d
commit 425e3422cf
4 changed files with 4 additions and 8 deletions

View File

@ -13,7 +13,6 @@
#include "utils.h" /* CONFIG_*, base64, crypto */
#include "command.h" /* process_command */
#include "crypto.h" /* c2_decode_and_exec */
#ifdef CONFIG_NETWORK_GPRS

View File

@ -6,6 +6,8 @@
```md
- Add requierements.txt
- Implementer la coexistence entre multiflasher fichier (valid-id.txt - separator "\n" - C2 will only authorize device who are register in 'valid-id.txt' or add c2 command style 'authorizeId <id>' and he will be add into id list & valid-id.txt file)

View File

@ -1,10 +1,3 @@
#!/usr/bin/env python3
import socket
import threading
import re
import sys
import time # Added missing import
#!/usr/bin/env python3
import socket
import threading

View File

@ -0,0 +1,2 @@
pycryptodome>=3.15.0
protobuf>=4.21.0