obj output to cpp?

05/28/2013 16:06 Mr.Zoey#1
obj output to cpp?
:)
05/28/2013 17:17 マルコ#2
As far as I know, an obj is the binary form of a piece of code.
Since the compiler optimizes the generated ASM, you will only be able to get back a cpp with a lot of ASM - but never the original code.
Correct me if I am wrong.

€ : Solved with IDA Pro (through Skype ;P )