.exe to matlab

bertus

Joined Apr 5, 2008
22,276
Hello,

An .exe file is most times a compiled for a specific processor.
You will need to know for what processor the file is made.
If you know that you can "decompile" it using a dissasembler to assembly language.

Bertus
 

bertus

Joined Apr 5, 2008
22,276
Hello,

It will be VERY difficult to revive the source code from an .exe file.
It all depends on the type of processor and if there are other files used by this .exe file.
The best you will gat is a large assembly listing.

Bertus
 

kubeek

Joined Sep 20, 2005
5,795
If you like stepping through tens of thousands of lines of assembler, then disassemble it.
Otherwise you are more likely to find the author and make him send you the source files than to disassemble it to anythig useful.
 

Papabravo

Joined Feb 24, 2006
21,225
Then he will need a program to convert the original source to Matlab. Listen very carefully -- you are the only person on the planet who has the time, patience, and motivation to do the job manually for this one-off project. Further you are the only person on the plant who has the capability to write the piece of software you are requesting. Time is a-wasting so you better get started.
 

MrChips

Joined Oct 2, 2009
30,802
Then he will need a program to convert the original source to Matlab. Listen very carefully -- you are the only person on the planet who has the time, patience, and motivation to do the job manually for this one-off project. Further you are the only person on the plant who has the capability to write the piece of software you are requesting. Time is a-wasting so you better get started.

Hee, hee.:rolleyes: OP has deaf ears. My answer was "no" back at post #3.
 

Papabravo

Joined Feb 24, 2006
21,225
Did "NO" -- even "Hell No!" ever stop the HHO or free energy crowd. Every field of human endeavor has its myth chasers. Here is yet another "tinaja"

http://www.tinaja.com/

Note particularly the exciting field of Magic Sinewaves.
 
Last edited:
Top