A
A
Amir1N2022-04-21 08:00:45
.NET
Amir1N, 2022-04-21 08:00:45

How to build a DLL from previously parsed and modified files?

There is an old program for graphics, I wanted to update it. Because the program is blatantly hacked and sold to us as "Own" I can't update it, etc.
In general, the essence is simple, I disassembled the dll, replaced the files in it (left the names the same), but here's the problem - to assemble. Are there people who care about mental health? who can tell?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Bannikov, 2022-04-21
@vabka

dotPeek has a magic "Export to project" button that appears when you right-click on the desired build.
After exporting, you just need to open this project in Visual Studio and build it again, after changing the files that interest you.
6261aa0e3a180411558339.png

H
HemulGM, 2022-04-21
@HemulGM

https://github.com/dnSpy/dnSpy/releases
_

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question