#๐ How do i decompile a exe file
33 messages ยท Page 1 of 1 (latest)
@merry tree
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
decompile, as in .exe back to say C source code? it's really really hard, as a .exe only contains binary machine instructions; it's probably closer to assembly than any other higher level programming language
not exactly source code
maybe you're looking for a disassembler then? (.exe -> assembly)
the file in itself literaly just prints like 9 words but it's a challange my friend did for me to solve and i need to decompile the file
he literaly told me that and idk how to do it
You know downloading strange exe files is a bad practice?
nah it's a challange he does for his discord. he likes to hide specific words like an enigma
like he sends out a random encoded base 64 message every so often and that leads you to like a mega download then an immage then you have to inspect the immage in notepad
find a base 32 code or a pastebin
go to like one of his random websites and find it in inspect element
etc
till you find the word
ofc the winner gets something but everyone just gave up on this one
doesn't really matter what the file is, fact is that exe to assembly might be the best you can do
I'm also not sure what this has to do with python
the file is written in python
and i need to decompile it
to get like
to the next thing
there's probably a tool that does that, assuming your friend used pyinstaller or something
not sure what you'd do if they used nuitka
i literaly don't know what he used or anything
if you want i could sent you the file to inspect it
up to you
so just trial then error then? the other option is to forget about it
I'm not really interested tbh
wdym by trial and error?
?
wdym by trial and error?
try decompiling it with a tool that can decompile something made with pyinstaller, if that doesn't work then try something else, etc.
?
don't send me the file, I'm not interested enough to inspect it myself
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.