How to view source code of exe
Forgot your password? Ask a Question. Please Sign up or sign in to vote. See more: C. I have read about "Converting. Is it really true? It writes "Yes". Now i am making an app to sell its source code on a marketplace, what stops buyers from turning my.
I mean, i show my app for free and they may buy its source code. Can't they just turn it into a readable source code? I look at sales and they buy, but can't they extract a source code? I heard about. Net Reflector, people write it is possible to extract a source code out a. Net app, is it true? And there are lots of other cases when the source code is kept seriously.
I am confused or it is not true? Posted 7-Mar am Ziya Add a Solution. Subramanyam Shankar 7-Mar am. Converting a. Ziee-M Feb am. So wherever you do, if your product is targeted, it will very probably be reversed and hacked.
However, there is a lot of mature consumer, it will not affect you sales as much as you think. In addition, if you do regular updates, you will very probably discourage them since they have to do all the process from scratch, witch is not an easy task!
I remember there is an article written by microsoft support about this topic and how they deal with it but i could not find it. Top Rated Most Recent. Accept Solution Reject Solution. Yes and no. No, because you are totally confused, and, formally, the questions don't even make sense. You cannot say "conversion" and "extract source code".
There is nothing to extract. Source code is not contained in the assembly modules. It is not "kept". You just don't understand. At the same time, "turn it into a readable source code"? Yes, easily. NET language e. So it is considered as a security risk. This also raises a point that we should secure our. NET exe before giving to any one for review or testing. So lets discuss steps which you need to take. Note that you can only decompile and View Source Code of.
NET exe. It will only work with. EXE which are created and compiled using. NET framework libraries. First of all you need to download a software which is called. NET reflector. This tool will give you the complete.
There is no easy way to read the "source" code of an executable without a disassembler which can generate psuedocode from assembly, and even then, the generated code will have compiler optimizations thrown into the mix, so the source code generated will not be identical to the original source. The only way to read the actual source code of a compiled executable is if it's compiled with debugging symbols, which should display the source alongside assembly using the right tools.
But this must be done at the compile stage, and is impossible to do with just the EXE file you have. In short, this is impossible unless you can understand assembly, have a disassembler, and are willing to slog through and reconstruct the code by hand. How are we doing? Please help us improve Stack Overflow.
Take our short survey. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. How can I see source code of. Ask Question. Asked 4 years, 6 months ago. Active 4 years, 6 months ago. Viewed 16k times.
0コメント