decompiler

What is a de-compiler how does it work? [closed]

只愿长相守 提交于 2019-11-30 08:13:58
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 months ago . So is a decompiler really a thing that gives gives the source of a compiled/interpreted piece of code? Because to me that sounds impossible. How would you get the names of the functions, variables, classes, etc if it is compiled. Or am I misinterpreting the definition? How does

Edit .NET assembly and recompile

梦想与她 提交于 2019-11-30 05:15:21
I'm in a really bad situation. I lost my source code and my customer needs to change a little bit in the application. Think of edit an assembly for an example: Test.dll then add a code line and finally recompile it So my question is: - Is it possible to do that? - If it's possible, what is the good tool to edit an assembly and then recompile it? Yes, get ILSpy , it has the ability to save an assembly to disk with a .csproj and everything. This makes it easy to open in Visual Studio and recompile. ILSpy is free and open source. Exporting & recompiling might not be possible for large

Java decompiler for netbeans

假装没事ソ 提交于 2019-11-30 05:03:55
Is there any open source java decompiler for netbeans just like jadclipse for eclipse. What I do, I decompile the JAR with jd-gui , save all the sources, then create a new library in Tools -> Libraries, and add the new sources zip in the sources tab, job done. There is this plugin to integrate JAD into NetBeans, but it unfortunately has not been updated to work in NetBeans 6.8, so it may be of limited value. Have at look at http://java.decompiler.free.fr/ . I don't know actually if it can be plugged into netbeans but it ships which it's own gui, is capable of loading may jars at a time and

Can't access JD-Eclipse site: http://java.decompiler.free.fr/?q=jdeclipse [closed]

与世无争的帅哥 提交于 2019-11-30 04:05:43
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 accessing it from China. Is anyone out of China can access it properly? Or it's the server issue? EDIT: The eclipse update site is hosted on jd.benow.ca . Sorry for the inconvenience: my Webhost detects a virus in JD-Eclipse ! Votre page personnelle a été suspendue pour la/les raisons suivantes: ==> Your personal page has been suspended for/because: Virus: http://java.decompiler.free.fr/jd-eclipse/update/plugins/jd

Integrate an Android app (.apk) into an existing Android project

你离开我真会死。 提交于 2019-11-30 02:11:29
问题 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 with an app building tool like Google AppInventer (http://appinventor.googlelabs.com/about/) or Corona (http://www.anscamobile.com/corona/). We'd like the existing app we've built to have a button like "Play Game" which will launch the game we build using one of these utilities. However when I messed

How to change already compiled .class file without decompile?

◇◆丶佛笑我妖孽 提交于 2019-11-30 01:38:59
I want to change .class file's method. I installed JD Eclipse Decompiler and opened the .class file. I added some codes and save .class file. But, .class file is not changing. I don't know how to use decompiler. And if is it possible, how to change .class file without using decompiler. I am using Ubuntu. Regards EDIT: Here is my decompiled code: /* */ package org.hibernate.id; /* */ /* */ import java.io.Serializable; /* */ import java.sql.ResultSet; /* */ import java.sql.SQLException; /* */ import java.util.HashMap; /* */ import java.util.Properties; /* */ import org.apache.commons.logging.Log

Java sources replaced by decompiled files in Intellij

霸气de小男生 提交于 2019-11-29 20:02:02
问题 When I'm opening a specific class using ctrl + right click I should be redirected to a window with the java sources which contains all the lines and the appropriate comments. But instead I get a window with the decompiled .class file. I have tried to deactivate the decompiler plugin but it does not work. If I add http://docs.oracle.com/javase/8/docs/api to Project Structure -> SDKs -> Documentation Paths I can get an overview of the class or method's I'm rolling over, but still can't open the

How do I decompile a .dll file?

核能气质少年 提交于 2019-11-29 10:09:18
I have a .dll I would like to decompile to make some improvements to the code. What are some tools out there that will allow me to do this? It's written in VB, I believe. The answer depends on what language the DLL was written in. If it was a .NET language then, as pointed out, you can use .NET Reflector. If it's the older Visual Basic (pre-.NET), then the DLL is compiled as what's called p-code and there are a few options for doing some variations on decompiling . Finally, if it's written in a language like C++, there is no direct way to obtain the source code. Such a DLL is compiled to

Edit .NET assembly and recompile

拥有回忆 提交于 2019-11-29 02:34:44
问题 I'm in a really bad situation. I lost my source code and my customer needs to change a little bit in the application. Think of edit an assembly for an example: Test.dll then add a code line and finally recompile it So my question is: - Is it possible to do that? - If it's possible, what is the good tool to edit an assembly and then recompile it? 回答1: Yes, get ILSpy, it has the ability to save an assembly to disk with a .csproj and everything. This makes it easy to open in Visual Studio and

Can't access JD-Eclipse site: http://java.decompiler.free.fr/?q=jdeclipse [closed]

自闭症网瘾萝莉.ら 提交于 2019-11-29 01:13:58
问题 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 accessing it from China. Is anyone out of China can access it properly? Or it's the server issue? EDIT: The eclipse update site is hosted on jd.benow.ca. 回答1: Sorry for the inconvenience: my Webhost detects a virus in JD-Eclipse ! Votre page personnelle a été suspendue pour la/les raisons suivantes: ==> Your