From 1f03fbe132c00d2648aabcb66c0a4b17ec3b8b60 Mon Sep 17 00:00:00 2001 From: extremecoders-re Date: Sat, 28 Mar 2020 16:53:51 +0530 Subject: [PATCH] Add link to wiki for extracting ELF's --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index daea766..696aae3 100644 --- a/README.md +++ b/README.md @@ -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\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