Decompile Exe File
Decompile Autoit Exe File
How to download Google drive file: folder lock file.flk password forgotton: Trying to upload my qualifications from Microsoft Word 2010 however, I see file not supported,need assistance please. Can I decompile a VB 5 exe: Decompile program confused with confuser? The best Decompiler: Need to decompile a.bin. Download Decompiler for free. Binary executable decompiler. Decompiler reads program binaries, decompiles them, infers data types, and emits structured C source code. Designed with a pluggable architecture, it currently has: - support for x86, 68k, PowerPC processors (partial support for Arm, Mips, Sparc, Z80, m6502, PDP-11) - support for EXE, Elf, AmigaOS Hunk executable formats - support for. Sometimes we need to decompile the.dll &.exe files created in C# or VB.NET. There are multiple reasons due to which we need to compile the.NET.dll &.exe files. We can decompile it to know the structure of the code or behaviour of the class or interface used inside this assembly.
I am helping out a friend in dealing with a software issue. He has a Windows machine that on startup executes a .exe file which we have been able to deconstruct into its corresponding .bat file. The execution of that file is expected.
In the .bat file, we see that it calls two other .exe files. They are called myScript5.exe and f11.exe. We are not able to decompile either .exe file as we don't know what language they were originally written in, and no .bat file appears in our temp folder when we execute them.
We know what f11.exe does, at least on the surface. We are pretty certain that it simulates an F11 keypress, essentially blowing up the current window into full screen mode.
We are not able to figure out what myScript5.exe does, except that it changes his mouse pointer to the 'loading' icon; clicking anywhere reverts the mouse into the regular icon.
Both .exe files have a green square icon with a white Comic Sans 'H'. Would anyone know how we can try to decompile myScript5.exe, or if anyone is familiar with the icon I described? I personally think that both .exe files were downloaded from a website that publishes utility applications (such as blowing up a window into full screen mode).
Any help is greatly appreciated. Thanks!
2 Answers
The icon you describe sounds exactly like a compiled AutoHotkey script:
I have not tried it, but there appears to be a utility to decompile an EXE back to an AHK file. See here: https://autohotkey.com/board/topic/26196-how-can-i-convert-my-autohotkeyexe-file-back-to-ahk-file/
Direct link to utility download: http://www.autohotkey.com/download/Exe2Ahk.exe
EDIT: I just tried decompiling using the Exe2Ahk utility and it did not work for me.However, I was able to extract the script from an AHK-compliled EXE file using the freeware Resource Hacker:
Overview:
Resource Hacker™ is a resource editor for 32bit and 64bit Windows® applications. It's both a resource compiler (for .rc files), and a decompiler - enabling viewing and editing of resources in executables (.exe; *.dll; .scr; etc) and compiled resource libraries (.res, *.mui). While Resource Hacker™ is primarily a GUI application, it also provides many options for compiling and decompiling resources from the command-line.
Open the EXE file in Resource Hacker, and you should see the script under the RCData
folder:
Decompile Exe File To Source Code C#
It depends on the type of your executable.
Dll Decompiler
When it is a .NET assembly then you have an easy task. There are several decompilers available, e.g. ILSpy
Decompile Exe File To Source Code .net
However, other types are very difficult to decompile and most likely you will not manage it. If the program was compiled from VB6, Pascal/Delphi, C++, etc. then you are lost.