Alvaro Castro
Alvaro Castro

Reputation: 199

How to Decompile FMX file

I would like to know how to decompile a fmx file in order to make some changes into an application without source code, we just have the .fmx (Oracle 9i) file and really need the source code.

Upvotes: 4

Views: 7400

Answers (2)

Sathyajith Bhat
Sathyajith Bhat

Reputation: 21851

There are no tools to decompile an FMX. A previous question mentions the reason(!) for the lack of a decompiler.

Looking around other sites you'll get the same response - there is no fmx decompiler

Upvotes: 1

user800014
user800014

Reputation:

Actually there's no tool for decompile an FMX. You have to contact Oracle and ask them to do that, they will send you the fmb.

Upvotes: 2

Related Questions