How to get source code from .exe file ?. It Is written "go lang" and It use selenium

I tryed with dnspy but didn't work
I tried with python decomposer but didn't work
Any suggest?Ida pro?ghidra?
Ghidra will be your best bet. You cannot see the full source code though, because it has been converted to machine code (so no pretty variables , func names etc).

Did you try Ghidra already? How did it go?
 
Ghidra will be your best bet. You cannot see the full source code though, because it has been converted to machine code (so no pretty variables , func names etc).

Did you try Ghidra already? How did it go?
I Will try, Is this task possible for beghinner ?
 
Honestly, if dnSpy and Python decompilers failed, the code might be seriously obfuscated. Ghidra's worth a shot, but don't get your hopes up too high.
 
Back
Top