revert: random resources, increases the entropy too much

This commit is contained in:
2023-09-05 14:49:15 +02:00
parent 790d030a6c
commit 9e06e9ea89
5 changed files with 43 additions and 15 deletions

4
gui.py
View File

@@ -10,7 +10,6 @@
"""
TODO :
- LoadPE (KEKW)
- Good entropy
- Good Section sizes
- Random Windows API calls (help)
@@ -22,7 +21,8 @@ Done :
- Change PE metadata (company, description, etc...)
- File icon
- Code signing
- Add resources (random number of random generated bitmaps)
- Good entropy
- Add resources (random number of random generated bitmaps) --> Not used because it increases the entropy too much
"""
from PyQt5 import QtCore, QtGui, QtWidgets