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.
Asked
Active
Viewed 6,729 times
2 Answers
2
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.
-
I hope you were kidding with the contact Oracle part? – Sathyajith Bhat Jan 31 '12 at 04:00
-
Nope, not kidding. This happened with a friend and he did it. – Jan 31 '12 at 14:28
-
https://github.com/witchi/fmx.6.decompiler – rustyx Sep 22 '22 at 20:54
1
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

Community
- 1
- 1

Sathyajith Bhat
- 21,321
- 22
- 95
- 134