[GH-ISSUE #384] how to aovid the exe file to be decompiled. #313

Closed
opened 2026-02-26 12:21:11 +03:00 by kerem · 2 comments
Owner

Originally created by @davesliu on GitHub (Apr 7, 2023).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/384

As auto-py-to-exe use the pyinstaller to convert the python script to exe file.
So is there any options of this tool to avoid the generated exe file to be decompiled ?

Originally created by @davesliu on GitHub (Apr 7, 2023). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/384 As auto-py-to-exe use the pyinstaller to convert the python script to exe file. So is there any options of this tool to avoid the generated exe file to be decompiled ?
kerem closed this issue 2026-02-26 12:21:11 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Apr 7, 2023):

👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.

Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.

<!-- gh-comment-id:1500018121 --> @github-actions[bot] commented on GitHub (Apr 7, 2023): 👋 Hi, just a reminder that if you haven't read [the help post](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/) yet, give it a read to see if your issue is covered in it and make sure to follow [the debugging section](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/#debugging). Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help [post](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/), [video](https://youtu.be/OZSZHmWSOeM) or create a [new discussion](https://github.com/brentvollebregt/auto-py-to-exe/discussions).
Author
Owner

@brentvollebregt commented on GitHub (Apr 10, 2023):

This is a question for PyInstaller as this tool uses PyInstaller to package the input (as you identified).

Searching for "pyinstaller prevent decompile" on Google will get you some decent answers - it all boils down to how far you want to go.

<!-- gh-comment-id:1501646248 --> @brentvollebregt commented on GitHub (Apr 10, 2023): This is a question for PyInstaller as this tool uses PyInstaller to package the input (as you identified). Searching for "pyinstaller prevent decompile" on Google will get you some decent answers - it all boils down to how far you want to go.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#313
No description provided.