Python Binary File
Python Binary File
(OP)
Hello,
could anyone tell me if is it possible to translate a python binary file into a python ASCII script? thanks
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS Come Join Us!Are you a
Computer / IT professional? Join Tek-Tips Forums!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
|
Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.
Here's Why Members Love Tek-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: Python Binary File
I don't think it results in a true python txt file but it does make reverse engineering fairly simple for anyone who does want to look at what is happening
this is why most python modules are distributed as the source txt.
occasionally someone may supply just the .pyo thinking that it protects there code but in reality trying to prevent people reading code is never successful. even an encrypted binary can be read with only moderate effort.
A Maintenance contract is essential, not a Luxury.
Do things on the cheap & it will cost you dear
RE: Python Binary File
well, I have this script from an old employe that didn't left the instructions to use this file. That is why I would like to decrypt the code in order to know how to use it. I don't have any intention to do reverse engineering.
RE: Python Binary File
A Maintenance contract is essential, not a Luxury.
Do things on the cheap & it will cost you dear
RE: Python Binary File
If I open in notepad, I don't see any human readable text.
RE: Python Binary File
Chris.
Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum