Fix broken link

This commit is contained in:
extremecoders-re
2020-03-26 03:03:52 +05:30
parent 54698b8613
commit a884912d42

View File

@@ -35,7 +35,7 @@ X:\> python pyinstxtractor.py test.exe
You can now use a python decompiler on the pyc files within the extracted directory
```
After extracting the pyc's you can use a Python decompiler like [Uncompyle6](Ihttps://github.com/rocky/python-uncompyle6/).
After extracting the pyc's you can use a Python decompiler like [Uncompyle6](https://github.com/rocky/python-uncompyle6/).
```
X:\> uncompyle6.exe test.exe_extracted\test.pyc