mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #311] Decompile #273
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Zw96042 on GitHub (Sep 10, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/311
Is there anyway to decompile the exe after it's created? I have created an exe a year ago and it works but I want to work on the project again and I have tried unpy2exe but it was still encrypted. Is there any tool I can use to get the source code?
@brentvollebregt commented on GitHub (Sep 10, 2022):
auto-py-to-exe uses PyInstaller in the background - so you will want to search for a tool to decompile PyInstaller bundles.
I haven't done it myself but pyinstxtractor looks promising.
@brentvollebregt commented on GitHub (Sep 10, 2022):
Just closing as this was a question - if the above didn't make sense, let me know.