decompiler Questions
2
I need to change the code of the .NET DLL. I am able to see the code by compilable the DLL with .NET reflector, but I am not able to change the code of the DLL. With .NET Reflector, I decompile the...
Nonrigid asked 12/9, 2011 at 13:51
1
Solved
I am working on project of java that needs to decompile .class file to source code, I've found many ways such as such as JAD decompiler and 'javap -p' method... , but I think these methods are cann...
Hazard asked 28/2, 2014 at 4:57
4
How to decompile an exe file compiled by py2exe?
just one exe file, didn'n have any zip file.
how to decompile to pyc or pyo file?
Horal asked 9/6, 2011 at 3:55
5
Solved
I've searched up and down, but can't find a de-compiler that will work for Python 2.7 .pyc. Does anybody know of one that will work for Python 2.7? Thanks
Overboard asked 18/11, 2011 at 21:25
6
Solved
I am really sad because a few days ago we launched our software developed in .Net 4.0 (Desktop application). After 3 days, its crack was available on the internet. We tried to protect the software ...
Scapegrace asked 29/7, 2012 at 17:39
2
Solved
I'm working on ads: my customers gave me some APK files of their Apps.
My work consists of inserting ad banners into them.
After closing the ad banners, these apps will run.
My question is: How t...
Incautious asked 20/2, 2013 at 8:50
4
I have many Lua scripts (for the multiplayer mod Multi Theft Auto) that are compiled, for many reasons, including theft prevention. In reality, this is only a theft deterrent, as Luadec (http://lua...
Presently asked 14/12, 2011 at 5:25
2
Solved
I have an exe file and I decompiled it with Ida.
I was told the programmer coded in Delphi, so I tried to decompile with DeDe but it failed, no output and no error.
I'm wondering if it's possible t...
Lisbethlisbon asked 3/9, 2013 at 15:2
1
Solved
Searching in this site for a way to replace my long-lost Java source code with something reverse engineered from my old .class files, I found a reference to an online tool at http://java.deco...
Belamy asked 7/9, 2013 at 0:0
2
Solved
Is there anyway to take a binary - even signed by yourself, and get back to the code? I'm trying to recover something that I deleted a while ago... but have the binary here.
Any ideas?
Karissakarita asked 18/4, 2010 at 9:19
1
Solved
What's the best way to decompile Objective-C applications and libraries? I know about Apple's own otool but was wondering if there is a more user friendly app with some code beatification.
Haldeman asked 16/7, 2013 at 22:38
1
Solved
Given an arbitrary executable, is it possible to determine some or all of the indirect branch destination addresses? What is a programmatic approach to computing these destinations? I'm asking beca...
Bountiful asked 25/6, 2013 at 13:16
9
Solved
Now I'm trying to find the best java decompiler, I found these:
http://java.decompiler.free.fr/
http://www.reversed-java.com/fernflower/
http://dj.navexpress.com/
http://cavaj-java-decompil...
Feminine asked 9/10, 2010 at 23:58
4
Solved
I see some java decompilers can decompile bytecode to readable java sources, I wonder if all the bytecode which comes from java (not other JVM language) can be decompiled to java sources again?
...
Shown asked 1/4, 2013 at 1:42
1
Solved
Why a decompiled java files does not have any annotations in it?
Shortbread asked 5/3, 2013 at 8:37
2
Solved
It is possible to decompile .pyc files: Decompile Python 2.7 .pyc
Is it possible to `compile` python files so there is a human-unreadable code, like the c++ -> exe binary file? ..unlike the pl...
Alcatraz asked 26/2, 2013 at 10:58
3
Solved
A professor of mine has said he'll accept homework assignments in any language we'd care to use. I'm on good enough terms that I'd like to mess with him a bit and submit a valid homework assi...
Impetrate asked 26/2, 2011 at 4:26
1
I'm aware that part of this has been asked before however my search continues empty handed. Currently I'm using JD-Gui to decompile jar files and have switched to fernflower but it seems to have is...
Mook asked 17/2, 2013 at 12:51
4
I tried to install JD-Eclipse, I love the JD standalone tools but I need to debug something on Eclipse and I was hoping this would help me decompile some classes for which I don't have the source c...
Lina asked 8/10, 2012 at 11:39
2
I'm able to use Mono.Cecil and ICSharpCode.Decompiler to generate the code for a type or an assembly.
But if I try to generate the code for a single method I'll get an error "Object reference not ...
Congregationalist asked 21/3, 2012 at 19:21
4
Solved
Is there a utility (or eclipse plugin) for editing java class files?
I'd like to manipulate the bytecode of a java class file without recompiling it nor having a complete buildpath.
E.g. to ...
Severen asked 22/7, 2010 at 11:33
4
Solved
How do you batch decompile many class files?
Riley asked 5/9, 2009 at 10:52
4
Solved
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, vari...
Overture asked 25/5, 2010 at 4:48
1
Solved
Working on a backup laptop that doesn't have JD decompiler installed.
Went to the site to download (http://java.decompiler.free.fr) but the download links now appear to reference a Google Dri...
Prune asked 13/7, 2012 at 15:57
8
Solved
I wonder if there are any solutions for Eclipse IDE to debug Java code for which I have no source, i.e. to debug dynamically decompiled code, step through it, etc.? I tried to use JD-Eclipse,...
Rondeau asked 15/12, 2009 at 6:2
© 2022 - 2024 — McMap. All rights reserved.