.net-reflector

Converting IL to C# with no syntactic sugar

老子叫甜甜 提交于 2019-12-25 00:50:48
问题 I'm looking for a program that will show me the lowest level (ie. no syntactic sugar) C# code given IL code. I tried using .NET Reflector to view a .exe file that contained a simple console app with a foreach loop, hoping to see GetEnumerator() , MoveNext() , Current etc, however it showed it as a foreach loop. Does such a program exist? Or is it possible to select "no syntactic sugar" in .NET Reflector? 回答1: Current versions of ILSpy have a sizable set of options for enabling/disabling

Could this C++ project be decompiled with such tools like a .NET Reflector?

时间秒杀一切 提交于 2019-12-24 16:06:43
问题 I use Microsoft Visual Studio 2012 and I want to write an application in native C++. Reason why I don't want to use Manged Code (.NET) because I don't want that my application was decompiled back to the Source Code with such tools like a .NET Reflector, but it would be nice if I still could use UI (CLR Windows Form) in my application. But when I'm adding UI (CLR Windows Form) to my Win32 Project this message pops up: Does that mean that from now all my project won't be compiled as a native

<PrivateImplementationDetails>{GUID}.method$$**** in code file. Doesn't compile !

99封情书 提交于 2019-12-23 08:47:13
问题 We have a .NET assembly from another project where in one of the generated files from Reflector has .. snippet for a method. Now VS 2010 c# compiler throws all sorts of compile errors $$ unexpected. close braces etc. In ILDASM i see this method along with many others mentioned, but in generated code i find only 1 of these compiler-cgenerated methods coming in. How to go about compiling ? 回答1: These are normally created by static readonly arrays. You will not be compiling them. Also Reflector

Could C++.Net assemblies be decompiled easily?

南笙酒味 提交于 2019-12-21 05:32:06
问题 I know that all assemblies can be decompiled somehow, but C# & VB applications are the easiest to be decompiled into source code using tools like ( .Net Reflector ). So my question is, if I programmed an application using .Net assemblies and functions with C++, would it be easy to decompile it as if it was a C# or VB application with .Net reflector and such tools? Ok, if I programmed it without using any function from .Net framework and made UI only what calls .Net assemblies, would be easy

Dotpeek recompile decompiled files

此生再无相见时 提交于 2019-12-19 08:54:30
问题 How i can recompile my edited codes Or replace it with original files and save it as exe in dotpeek ? I try to recompile edited files and save it but i cant If you found any way please share Thanks 回答1: Right click the opened file in Assembly Explorer pane and choose, Export to Project, this will save it as a Visual Studio Project that you can open and work towards compiling. 来源: https://stackoverflow.com/questions/27365003/dotpeek-recompile-decompiled-files

Obfuscation of .NET exe/dll [duplicate]

泄露秘密 提交于 2019-12-04 19:00:36
问题 This question already has answers here : Closed 9 years ago . Possible Duplicate: .NET obfuscation of a DLL: how can I protect my code? Hi all, I'm using .net framework 4.0 and making any program. When i finished it, i publish it and get my programs exe. But any 3rd party softwares decompiles my exe and anybody views my codes. For example : How do i save my code? Thanks all... 回答1: You could use an obfuscation tool, like Dotfuscator or Eazfuscator.NET. Eazfuscator.NET is free, Dotfuscator has

Could C++.Net assemblies be decompiled easily?

一世执手 提交于 2019-12-03 16:43:12
I know that all assemblies can be decompiled somehow, but C# & VB applications are the easiest to be decompiled into source code using tools like ( .Net Reflector ). So my question is, if I programmed an application using .Net assemblies and functions with C++, would it be easy to decompile it as if it was a C# or VB application with .Net reflector and such tools? Ok, if I programmed it without using any function from .Net framework and made UI only what calls .Net assemblies, would be easy to decmpile also ? My question is similar to this one : Could this C++ project be decompiled with such

Obfuscation of .NET exe/dll [duplicate]

ε祈祈猫儿з 提交于 2019-12-03 12:21:37
Possible Duplicate: .NET obfuscation of a DLL: how can I protect my code? Hi all, I'm using .net framework 4.0 and making any program. When i finished it, i publish it and get my programs exe. But any 3rd party softwares decompiles my exe and anybody views my codes. For example : How do i save my code? Thanks all... You could use an obfuscation tool, like Dotfuscator or Eazfuscator.NET . Eazfuscator.NET is free, Dotfuscator has a limited Community Edition, but is lacking many of the features available for free in the other product. UPDATE Eazfuscator.NET is now commercial. This link provides a

Can I use .NET Reflector to modify & recompile the code quickly?

狂风中的少年 提交于 2019-12-03 05:45:46
问题 Is it possible to use .NET Reflector (or an other tool) to modify and recompile the code quickly (that is, without dumping the source and then use Visual Studio to recompile it)? 回答1: You can probably use the Reflexil add-in for Reflector to do that: Reflexil is an assembly editor and runs as a plug-in for Reflector. Using Mono.Cecil, Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports 'on the fly' C# and VB.NET code injection. 回答2: It's

Can I use .NET Reflector to modify & recompile the code quickly?

坚强是说给别人听的谎言 提交于 2019-12-02 19:04:40
Is it possible to use .NET Reflector (or an other tool) to modify and recompile the code quickly (that is, without dumping the source and then use Visual Studio to recompile it)? You can probably use the Reflexil add-in for Reflector to do that: Reflexil is an assembly editor and runs as a plug-in for Reflector. Using Mono.Cecil, Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports 'on the fly' C# and VB.NET code injection. Govardhan It's possible with .Net reflector along with reflexil. First download reflexiil and then open .net relector and