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
Besides decompiling library code, by default, dotPeek automatically finds, fetches, and displays original source files if they are available locally or on a symbol server. If you want to see only decompiled code, clear the Use sources from symbol files when available checkbox on the Decompiler page of dotPeek options.
Once DLL is de-compile in dotPeek, right-click click on the DLL in the left sectoin and chose the option Export to Project. It will open the entire DLL as a Class Library Project in Visual Studio in the case of .NET DLL. You can modify the source code and recompile the DLLs.
If you want to make dotPeek your default program for browsing .NET assemblies ( *.dll files) and open these files with double-click, enable Windows Explorer integration on the Environment | General page of dotPeek options.
There are plenty of ways to search code with dotPeek. In most of the cases, you can use the Search Everywhere command Ctrl+N — it will bring you to assemblies, types, and type members from the scope in a few keystrokes.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With