Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dotpeek recompile decompiled files

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

like image 379
Al00X Avatar asked Dec 08 '14 19:12

Al00X


People also ask

How does dotPeek work with decompiled library code?

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.

How to open a DLL file in Visual Studio using dotPeek?

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.

How do I make dotPeek my default program for browsing DLL files?

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.

How to use dotPeek to search code in Visual Studio?

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.


1 Answers

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.

like image 185
Hayden Thring Avatar answered Jan 03 '23 19:01

Hayden Thring