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
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
If I write a python script, anyone ca开发者_StackOverflown 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
This question already has answers here: 开发者_JAVA百科 Closed 12 years ago. Possible Duplicates: What is the best .NET obfuscator on the market?
The hard drive on my laptop just开发者_开发问答 crashed and I lost all the source code for an app that I have been working on for the past two months.
Is there a way to make reflector disassemble back to the new c# constructs? Auto-Implemented properties are coming out like this:
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?
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.
Are the users able to convert the apk file of my application back to the actual code?开发者_开发技巧
I know that .NET apps are difficult to protect. I use RedGate开发者_开发技巧 Reflector and know that generally speaking you can get source code from many .NET dlls.