dnSpyEx / dnSpy

Unofficial revival of the well known .NET debugger and assembly editor, dnSpy
GNU General Public License v3.0
7.01k stars 459 forks source link

Paste text in IL editor #347

Open ghost opened 4 months ago

ghost commented 4 months ago

Problem Description

I'm dealing with weird name obfuscation that prevents dnSpy from saving modified code as C#, so the IL editor is the only way but it's a pain to select one by one manually if the code is too long (more than 50 lines for example)

Proposal

Able to paste IL text I converted from C# into the IL editor, and check if the IL instructions are valid and if the methods, fields, etc are existent before appending

Alternatives

No response

Additional Context

No response