Add link to wiki for extracting ELF's

This commit is contained in:
extremecoders-re
2020-03-28 16:53:51 +05:30
parent 8295c4ce6f
commit 1f03fbe132

View File

@@ -41,6 +41,9 @@ After extracting the pyc's you can use a Python decompiler like [Uncompyle6](htt
X:\> uncompyle6.exe test.exe_extracted\test.pyc X:\> uncompyle6.exe test.exe_extracted\test.pyc
X:\> uncompyle6.exe test.exe_extracted\PYZ-00.pyz_extracted\__future__.pyc X:\> uncompyle6.exe test.exe_extracted\PYZ-00.pyz_extracted\__future__.pyc
``` ```
## Extracting Linux ELF binaries
Pyinstxtractor can also extract Linux ELF binaries. Please see the [Wiki](https://github.com/extremecoders-re/pyinstxtractor/wiki/Extracting-Linux-ELF-binaries) for more information.
## License ## License