Tagged Questions

2
votes
5answers
155 views

Modify a string in Java bytecode (jar)

I need to modify a connection string that's hard-coded into a Java application (jar without source). I presume it's possible to decompile the jar, then change the source and reco …
1
vote
2answers
46 views

Refactor packages in a Jar

I have a requirement that i need to load two versions of a jar at once. To avoid class path collisions I'd like to rename the packages of one of the jars. Then in source you could …
0
votes
2answers
88 views

How to Prevent SWF from Decompiling?

How do I prevent my SWF from decompiling? Is there any difference between ActionScript 1/2 and ActionScript 3 in the perspective of decompile prevention? This is an opposite ques …
9
votes
9answers
709 views

Java decompiler written in the United States

I work for a government contractor that is really picky about what software gets installed on their machines (US government laws). As part of a reverse engineering effort, I need t …
1
vote
10answers
191 views

Decompiling code (language independent)

Hi, I am curious about how to view the source code present in a DLL, irrespective of the language used. Is there any software available for this? Thanks
-3
votes
6answers
331 views

The simplest code hacking

I have the following code: #include <iostream> #include <string> void main() { std::string str; std::cin>>str; if(str == "TheCorrectSerialNumber") …
1
vote
6answers
217 views

Fail-safe way of round-tripping JVM byte-code to text-representation and back

I'm looking for a fail-safe way to round-trip between a JVM class file and a text representation and back again. One strict requirement is that the resulting round-tripped JVM cla …
0
votes
0answers
75 views

[C#] How to avoid decompilation ? [closed]

Possible Duplicate: Hide c# windows application source code Hi, is it any way to avoid decompilation ? I don't want that anyone could see my source code
2
votes
1answer
266 views

Command-line java decompiler (alternative to jd-gui)

I'm looking for a program to batch decompile java classes. And i found JAD, but it didn't support some new features of JAVA, and the benefit of this program is that it can execute …
4
votes
10answers
435 views

Preventing decompilation of C# application

Hi, We are planning to develop a client server application using C# and MySQL. We plan to sell the product on the shelf like any other software utility. We are worried about the d …
0
votes
1answer
77 views

Decompiler for Visual Basic 6 program?

In the FAQ of the Boomerang decompiler (which currently only decompiles to C-code) they make a brief mention that Visual Basic exes happen to include a lot of metadata, so a Visual …
1
vote
5answers
472 views

How to decompile a DLL in C++

I have an old DLL that stopped working (log2vis.dll) and I want to look inside it to see what objects it uses. The DLL was written in C++ (not .NET). Is there a tool that will deco …
18
votes
8answers
4k views

How do I “decompile” Java class files?

On Java performance questions on this site I often see responses from people who have "decompiled" the Java class file to see how the compiler optimizes certain things. What progr …
9
votes
3answers
4k views

What’s a good C decompiler?

I am searching for a decompiler for a C program. The binary is a 32-bit Linux executable. Objdump works fine, so basically I am searching for something which attempts to reconstruc …
13
votes
7answers
3k views

Is Jad the best java decompiler?

It hasn't been updated since 2006. Are there better alternatives? Homepage: http://www.kpdus.com/jad.html

1 2 3 4 5 next
15 30 50 per page