This commit is contained in:
2023-09-04 16:43:13 +02:00
parent b359d4b833
commit 5ea7f6ae5d
2 changed files with 3 additions and 4 deletions

2
gui.py
View File

@@ -13,7 +13,6 @@ TODO :
- Good entropy
- Good Section sizes
- Add resources
- Code signing
- Change PE metadata (company, description, etc...)
- Random Windows API calls (help)
@@ -21,6 +20,7 @@ Done :
- RunPE
- Junk code
- Control flow
- Code signing
- IAT obfuscation (adding "normal" imports in addition to the others)
"""