mirror of
https://github.com/rshipp/awesome-malware-analysis.git
synced 2025-01-05 10:25:26 +00:00
fix capitalization for PyInstaller Extractor
This commit is contained in:
parent
0dcd51b217
commit
3b24662087
@ -509,7 +509,7 @@ the [browser malware](#browser-malware) section.*
|
|||||||
* [PackerAttacker](https://github.com/BromiumLabs/PackerAttacker) - A generic
|
* [PackerAttacker](https://github.com/BromiumLabs/PackerAttacker) - A generic
|
||||||
hidden code extractor for Windows malware.
|
hidden code extractor for Windows malware.
|
||||||
* [PyInstaller Extractor](https://github.com/extremecoders-re/pyinstxtractor) -
|
* [PyInstaller Extractor](https://github.com/extremecoders-re/pyinstxtractor) -
|
||||||
a Python script to extract the contents of a PyInstaller generated Windows
|
A Python script to extract the contents of a PyInstaller generated Windows
|
||||||
executable file. The contents of the pyz file (usually pyc files) present
|
executable file. The contents of the pyz file (usually pyc files) present
|
||||||
inside the executable are also extracted and automatically fixed so that a
|
inside the executable are also extracted and automatically fixed so that a
|
||||||
Python bytecode decompiler will recognize it.
|
Python bytecode decompiler will recognize it.
|
||||||
|
Loading…
Reference in New Issue
Block a user