Tagged Questions

0
votes
2answers
65 views

what tools are there to decompile swfs to flex

How can you know that an swf was written using flash or flex? and is there a way to compile back to flex? I know sothink's for flash, but any thing for flex?
0
votes
4answers
94 views

Having issues decompiling *any* class with Jode

I've been staring at this issue for hours now. Any help is appreciated. I wrote code that uses the Jode decompiler from the "embedded jode jar file". I want to use this version …
2
votes
2answers
71 views

How can I decompile Linux binaries from Windows?

How can I decompile Linux binaries (*.so) from Windows? Thanks.
0
votes
4answers
167 views

what is the best software to decompile a java class file ?

I need to batch decompile many class files.
0
votes
1answer
43 views

What is the C# equivalent to JAD?

What is the C# equivalent to Java's JAD and is there a VS plugin similar to Eclipse's JadClipse?
1
vote
2answers
558 views

decompiling DEX into Java sourcecode

Are there any tools or recipes for turning Android DEX (VM bytecode) files into corresponding Java sourcecode?
1
vote
1answer
62 views

ANN for decompiler?

Has there ever been any attempts at utilizing artificial neural networks in decompilation? It would be nice if it was possible to provide the trimmed semantics of source along with …