View Single Post
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#17
Originally Posted by jedi View Post
To port an app, you need the source. You can't port it without...

http://en.wikipedia.org/wiki/Porting
Not really, although it would be extremely hard and almost undoable for big applications, but you could (theoretically) disassemble the application convert it to C++ (there are tools for that, though the code is unreadable) and then port it.

Please check this:
http://www.abadiadelcrimen.com/
It's a remake of a very ancient game. The author did it by directly hacking the original x86 asm code disassembled by him.
Then another guy "ported" it to C++ using a tool called VIGASOCO:
http://www.abadiadelcrimen.com/vigasoco.html

Nice, isn't it?
 

The Following 2 Users Say Thank You to ivgalvez For This Useful Post: