How to get back source code files from any .exe file?

4.2k views Asked by At

I have .exe file compiled from javascript and python. I would like to decompile it and get back the code.
I tried many python decompiler libraries but it doesn't work.
I tried using `hexdump` or `xxd` commands but I am new to it so I don't really know how to use them.

thanks (and sorry for english mistakes)

0

There are 0 answers