decompiling

How to prevent decompilation of any C# application [closed]

你说的曾经没有我的故事 提交于 2019-11-27 18:33:40
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 decompilation of our product which does have some sort of edge over our competitors in terms of usability and bundled functionality. How can we prevent our software from decompilation, so the business logic of the product remains intact? We have heard about Reflector and other decompilers which makes our code very much vulnerable for copying. Our customer base is not Corporates but medical practitioners who themselves may

Reverse Engineering old paint programs

跟風遠走 提交于 2019-11-27 17:48:10
问题 I've got a couple of really old MSDos based paint programs. They work on palette indexed image buffers. They have a number of spectacular shape drawing tools, brushes and effects that simply do not exist in any modern paint program- Particularly not whilst staying within the "bounds" of a low color palette indexed image. I would like to reproduce many of these wonderful tools in a modern program, to perhaps make them more accessible to myself and the general public again, without having to

Java Decompiler [closed]

自作多情 提交于 2019-11-27 14:37:13
Can you recommend a Java decompiler for Eclipse? My other questions is what restrictions is there for using a decompiled code from an other Java program? Illegal or what? I dont know much about licenses. Thanks for reading. Mirek Pluta I'd suggest the one that pops up on google, which is the JD Java decompiler. It works really nice. As for the restrictions, you'd have to read a license of particular software, there might be written that any way of decompilation is forbidden. Thorbjørn Ravn Andersen I like JadClipse - but it shows its age in places. You will need: a jad binary jadClipse

Is it possible to decompile a .dll/.pyd file to extract Python Source Code?

随声附和 提交于 2019-11-27 14:11:59
问题 Are there any ways to decompile a dll and/or a .pyd file in order to extract source code written in Python? Thanks in advance 回答1: I assume the .pyd/.dll files were created in Cython, not Python? Anyway, generally it's not possible, unless there's a decompiler designed specifically for the language the file was originally compiled from. And while I know about C, C++, Delphi, .NET and some other decompilers, I've yet to hear about Cython decompiler. Of course, what Cython does is convert your

How to protect compiled Java classes?

☆樱花仙子☆ 提交于 2019-11-27 10:53:25
I know, many similar questions has been asked here. I am not asking if I can protect my compiled Java class - because obviously you will say 'no you can't'. I am asking what is the best known method of protecting Java classes against de-compiling? If you aware of any research or academic paper in this field please do let me know. Also if you have used some methods or software please share you experience? Any kind of information will be very useful. Thank you. First if you're targeting "only" the Windows market there's a very easy to prevent the ".class to .java" decompilation: use a tool like

How to protect Java codes against decompiler? [closed]

最后都变了- 提交于 2019-11-27 09:10:32
As we know , there are a lot of java decompiler tools which can convert .class to .java file. Therefore,we need to protect our .java files against decompiler. I know this is a big topic,and maybe there is no ending. Usually, there are two ways : obfuscator and customized classloader. Is there any mature solution or open source framework, which combined those two ways ? Another aspect is related with exe4j, which package jars to exe file,seems like it can protect java codes , because what we can see is exe file instead of jars or class files. But indeed, when it runs, it decompose all jars

Best tool(s) for decompiling Lua bytecode? [closed]

丶灬走出姿态 提交于 2019-11-27 08:25:19
I am really having trouble finding a good working Lua bytecode decompiler. I'm trying to decompile some scripting files I found in a game but they appear to be compiled, yet don't seem impossible to decode. What's the best tool to decompile Lua binaries? It looks like LuaDec itself was last updated for Lua 5.0.2. A new version targeting Lua 5.1.x bytecode has been released as LuaDec51 . The wiki is always a good place to start looking for resources as mentioned by f3lix. The mailing list is also a good place to ask. Do note that it is relatively easy to add obfuscation or even encryption to

Free VB 6.0 Decompiler? [duplicate]

拥有回忆 提交于 2019-11-27 08:15:02
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Is there a vb6 decompiler? Is there such a thing as a VB 6.0 decompiler? If so are there any free products that do this? 回答1: You could try your luck on the Visual Basic Decompilers page of the Program Transformation wiki. 回答2: VB ReFormer and VB Decompiler . They are very easy to use. 回答3: VB6 compiles to machine code, so all you would be able to do is disassemble it. http://en.wikipedia.org/wiki/Disassembler

Is Java Code obfuscation actually effective vs decompilers? [closed]

只愿长相守 提交于 2019-11-27 04:42:02
问题 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 4 years ago . I am curious enough to considering not evening writing certain code in Java because of how easy it is to decompile. Is there a way that I can write in Java and not have to worry about decompilers? I understand anything can be reversed engineered given enough time, so what I am

Decompilation possibilities in iOS and how to prevent them

痞子三分冷 提交于 2019-11-27 00:24:45
问题 I recently read about decompilation of iOS apps and I'm now really concerned about it. As stated in the following posts (#1 and #2) it is possible to decompile an iOS which is distributed to the App Store. This can be done with jailbreak and I think with copying the app from memory to hdd. With some tools it is possible to read out strings (strings tools) dump the header files reverse engineer to assembly code It seems NOT to be possible to reverse engineer to Cocoa code. As security is a