holly-hacker / dnSpy.Extension.HoLLy

A dnSpy extension to aid reversing of obfuscated assemblies
GNU General Public License v3.0
342 stars 31 forks source link

Disassemble Tab title doesn't line up with the method name #35

Closed ElektroKill closed 4 years ago

ElektroKill commented 4 years ago

Hello,

This issue happens when the method.Name property is empty. This makes dnSpy show the method name as <>. However, on the disassembly tab, the name is just empty.

image

ElektroKill commented 4 years ago

Hello, I saw your changes and I would like to point out that this is not entirely fixed. If I take a look at ConfuserEx Unicode renamer dnSpy escapes those names and here they are not escaped. I think it would be better to use dnSpy IdentifierEscaper class.