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
#1
My wife befriended someone online and he said he could write a program to help her with some data input on her web site. He wrote a 9mb executable for her Mac which runs from within terminal. The program does in fact do what she wanted, but I'm skeptical about the program and hope it it doesnt contain any type of malware, back-doors, etc.

The Mac just identifies the program as a "Unix Executable" and the file has no extension. The contents of the file appear to be compiled (most of the contents are not human readable). Looking through the file with a hex editor I do see some references to py and python in it which is why I started in this forum.

Are there any terminal commands or other ways to find out more about the program?
Anything I can look for in the program to confirm that is python?

Ultimately I would like to "de-compile" the program (not really sure that it is truly compiled, or why I can read the code) and see what it does.

Any help about the next steps to take in any part of this mess would be welcome.
Thanks in advance
Reply


Messages In This Thread
Identifying if the program I have is python and then decompiling - by jpnyc - Jun-01-2022, 02:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Identifying keywords in text drchips 6 117,322 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