Python Forum
Identifying if the program I have is python and then decompiling
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Identifying if the program I have is python and then decompiling
#7
First try, if the program was written with Python and packed with PyInstaller: https://github.com/extremecoders-re/pyinstxtractor

Decompiler for pyc-files:

Python >3.7: https://github.com/rocky/python-decompile3
Python all : https://pypi.org/project/uncompyle6/

Tool to analyze Binary files: https://ghidra-sre.org/


I guess he has taken the easy way. Program written with Python and packed as distribution with PyInstaller.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
RE: Identifying if the program I have is python and then decompiling - by DeaD_EyE - Jun-01-2022, 07:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Identifying keywords in text drchips 6 117,266 Mar-29-2022, 12:32 PM
Last Post: snippsat
  trying to put a a filter on identifying a straight CompleteNewb 1 1,707 Dec-01-2021, 11:11 PM
Last Post: CompleteNewb
  Identifying string success flag graham23s 4 3,223 Aug-14-2019, 09:27 PM
Last Post: graham23s
  identifying a dictionary with an attribute? Skaperen 7 3,919 Oct-04-2018, 05:48 AM
Last Post: Skaperen
  Identifying only specific words in a string GilbyScarChest 2 2,751 Aug-08-2018, 03:22 AM
Last Post: GilbyScarChest
  Identifying the value of all adjacent elements in an array JoeB 2 8,710 Nov-23-2017, 05:10 PM
Last Post: JoeB
  Identifying object types microphone_head 5 4,589 Oct-01-2017, 02:04 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020