decompiling

decompiling an asp.net site

hallo all i have an asp.net site which i have no source code for it. anyway i would like to decompile the whole site and that way i can work on it agian. how can i decompile an entire website easily to c# and not do it file by file with feflactor? please help me with this, thank you! ...

Show Delphi And C++ Source Code

Hi all, How can I see the source code of an executable compiled by Delphi or C++? Please help me. After Edit: I have a program. When I start this program, it shows a dialog and asks for a password. This password is saved in source code. I want to take this password quickly and easily. ...

How to read the fully qualified name of a .class file

Hey, I think the title sums it, but still. I need to extract the fully qualified name of an object from its compiled .class file, could anyone point me in the right direction? Thanks, Adam. ...

Searching for a nice way to define rules for decompiler, need advice

Hi, I am working on a very simple decompiler for MIPS architecture and as I progress I have to define lots of rules for code analysis, for example "if this opcode is lui and next opcode is addiu then return var = value" or "if this opcode is bne and it's referring to address before current - create loop definition in parsing tree". The ...

.dcr director file decompiler?

Do you know if it exists a decompiler o similar for Adobe Director .drc files? ...

How to view the source code from jar file in my own JAVA GUI ?

I have one GUI with one list box to display the list of methods in the class. I can achieve it using reflection. But can I view the source code in anotehr text area on selecting the method name ? I knew about decompilers. but I don't want to see source code in their window. I want to use some thirdparty lib so that I can see the source...

How to reconstruct python source from loaded modules (sys.modules)?

Is it possible to construct human readable source for loaded modules if you have access to sys.modules? People tell me you cannot, but I'm sure it is possible in Python. ...

How to make Reflector not Choke on new syntax

Is there a way to make reflector disassemble back to the new c# constructs? Auto-Implemented properties are coming out like this: [CompilerGenerated] private string <TypeName>k__BackingField; public string TypeName { [CompilerGenerated] get { return this.<TypeName>k__BackingField; } [CompilerGener...

Preventing decompiling of applet

Possible Duplicate: Is it worth to obfuscate java web application? I have writen an applet. I don't want other people to decompile it using easily availabe decompilers. I have taken lots of pains to implemented the code. Can anyone suggest how I can protect my applet from geting decompiled? ...

How to prevent .net application to be decompiled

Possible Duplicates: What is the best .NET obfuscator on the market? Best .NET obfuscation tools/strategy Hi there, I'm ending my development of a small business application, using NET 4.0. I would like to know which tool are you using to prevent your code to be decompiled/stolen. I know that exists a few tools in the mar...

Why do C programs require decompilers but python programs dont?

If I write a python script, anyone can simply point an editor to it and read it. But for programming written in C, one would have to use decompilers and hex tables and such. Why is that? I mean I simply can't open up the Safari web browser and look at its code. ...

How safe is information contained within iPhone app compiled code?

I was discussing this with some friends and we began to wonder about this. Could someone gain access to URLs or other values that are contained in the actual objective-c code after they purchase your app? Our initial feeling was no, but I wondered if anyone out there had definitive knowledge one way or the other? I do know that .plist ...

Is there a decompiler that will work on Visual Studio 6 C++

I have a project that I am trying to fix from a guy that left (let go) from my company. He has violated every fundamental principle of software engineering, not using source control, not backing up the source before you make more changes, etc. etc. I need to make changes to an application that is in the field and I don't have the origi...

VB3 decompiler?

Someone I used to work for emailed me out of the blue and said they want me to update a VB3 (!!!) program I wrote for them because customers are reporting having problems running it under Windows 7. They have lost the source code (natch). Is there a decompiler for VB3? ...

Help in decompiling an SWF

Hi all.. Some time ago, me and my friend started working on a Flex project... Now it's almost finished, we are working on protection: my friend implemented a sort of encryption in the swf, so all the decompilers (we've tried) read the file as a "flash" app, and not "flex", so it's not possible to get the original sources etc... But (oh, ...