-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
27 lines (23 loc) · 817 Bytes
/
requirements.txt
File metadata and controls
27 lines (23 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Core AI
llama-cpp-python>=0.2.20 # Moteur d'inférence local
pydantic>=2.0 # Structure de données stricte
langchain-core # Utile pour la gestion des messages
rich # UI Terminal (Barres de chargement, couleurs)
# Static Analysis
pefile # Parsing PE basique
lief # Parsing & Patching avancé
capstone # Désassemblage
yara-python # Détection de Crypto
# Dynamic Analysis
frida-tools # Instrumentation dynamique
pywinauto # GUI Automation (Windows)
psutil # Gestion processus
# Utils
pyyaml # Config
requests # Téléchargements éventuels
# OCR & Capture d'écran
pyautogui
opencv-python
pytesseract
pillow
mss