mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2025-09-02 10:08:34 +02:00
updates
This commit is contained in:
@ -8,7 +8,7 @@ c:\>py -3 tamperUpx.py foo-upx.exe foo-upx-corrupted.exe
|
||||
:: tamperUpx - a small utility that corrupts UPX-packed executables,
|
||||
making them much harder to be decompressed & restored.
|
||||
|
||||
Mariusz B. / mgeeky, '21
|
||||
Mariusz Banach / mgeeky, '21
|
||||
|
||||
Step 1. Renaming UPX sections...
|
||||
Renamed UPX section (UPX0 ) => (.text)
|
||||
|
@ -119,7 +119,7 @@ def main(argv):
|
||||
:: tamperUpx - a small utility that corrupts UPX-packed executables,
|
||||
making them much harder to be decompressed & restored.
|
||||
|
||||
Mariusz B. / mgeeky, '21
|
||||
Mariusz Banach / mgeeky, '21
|
||||
''')
|
||||
|
||||
if len(argv) < 2:
|
||||
|
Reference in New Issue
Block a user