decompiler Questions
2
Solved
I can't access java decompiler site: http://java.decompiler.free.fr/?q=jdeclipse.
It shows 403 error :
Erreur 403 - Refus de traitement de la requête (Interdit - Forbidden)**.
I'm acc...
Castellano asked 27/6, 2012 at 2:57
3
Solved
I have used jad for many years, most of these with the Jadclipse plugin to eclipse which makes it quite usable. Especially with the "Align code for debugging" which allows you to see the decompiled...
Bethanybethe asked 10/9, 2010 at 12:20
2
Solved
Possible Duplicate:
A .net disassembler/decompiler
Is there a “free” alternative to .NET Reflector?
A good while ago we wrote C# .NET 1.1 application for a customer and during the pr...
Forgive asked 2/2, 2012 at 10:26
3
I know there are many tools. I want to find out a good tool to show me what assembly is missing. I encountered an exception saying that one of the dependency assembly might be missing when I ...
Lorenzen asked 28/11, 2011 at 11:13
2
Solved
Is it possible to search for terms (such as method names) in .class files (from Referenced Libraries) in eclipse (I am able to view them automatically with JD Java Decompiler, so if I go through va...
Tiemannite asked 11/7, 2011 at 16:24
3
My scenario:
I want to write in log file part of code where exception has happened (for example 5 lines before and 5 lines after line where exception happened - or at least all the code of that met...
Lecroy asked 4/7, 2011 at 21:4
2
Solved
I work on a platform which runs Java apps. Those apps are often obfuscated, most of them using ProGuard, which makes debugging issues with our platform very difficult.
Currently I'm using JD...
Safe asked 22/6, 2011 at 17:51
8
Solved
Does anyone know of a free decompiler that can decompile an entire Jar file instead of a single class? I have a problem with sub classes like name$1.class name$2.class name.class
Haroldharolda asked 15/3, 2009 at 2:8
2
Solved
Suppose I have this class:
public class class1 extends Applet implements Runnable
{
private String s;
private URL u;
...
}
And a second class:
class TS extends Thread
{
private final class...
Stulin asked 2/4, 2011 at 16:24
2
Solved
Here's the use case:
A friend and I are building an Android app and along with it want to integrate a game. The core of the app has been built in Eclipse but we are looking into building the game ...
Hasa asked 20/3, 2011 at 6:4
3
Is there any open source java decompiler for netbeans just like jadclipse for eclipse.
Wetterhorn asked 1/6, 2010 at 13:46
6
Solved
I know how to compile C and C++ Source files using GCC and CC in the terminal, however i would like to know if its safe to include passwords in these files, once compiled.
For example.. i check us...
Rickets asked 14/6, 2010 at 9:25
2
Solved
Is there any way to decompile Linux .so?
Predominate asked 21/2, 2010 at 18:47
2
Solved
I'm using amazing FPS and I have to store the secret key in the java code. However I am afraid that someone would decompile my apk and find the key. I have decompiled the apk myself and could not f...
Eviaevict asked 3/1, 2010 at 4:29
1
Solved
How can I decompile Linux binaries (*.so) from Windows? Thanks.
Cess asked 13/10, 2009 at 5:42
4
Solved
I found a Flash program online that would be perfect for a project I'm working on. Obviously with web content you can usually just use your browser to view the source code of whatever HTML, P...
Perorate asked 13/2, 2009 at 2:55
© 2022 - 2024 — McMap. All rights reserved.