Thread: dnSpy Plugins
View Single Post
  #5  
Old 12-08-2025, 08:22
WyvernX WyvernX is offline
Friend
 
Join Date: Jul 2016
Posts: 11
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 9
Thanks Rcvd at 10 Times in 5 Posts
WyvernX Reputation: 0
Another good one by Holly-hacker.
https://github.com/holly-hacker/dnSpy.Extension.HoLLy

Features
  1. Change the displayed symbol name of types, methods, properties or fields, without modifying the binary. These modified names are saved in an xml file, meaning you can write a tool to generate them automatically.
  2. Please keep in mind that this works in a relatively hacky way, and it can't be seen as a perfect replacement for manually renaming symbols. See current issues for limitations.
  3. This can be accessed through the decompiler language dropdown in the menu bar.
  4. Inject managed (.NET) DLLs into the debugged process. The injected DLL must have a method with signature static int Method(string argument). .NET Core and Unity x64 are not yet supported.
  5. Disassemble native functions
  6. Show control flow graphs for both managed and native functions
  7. Underline managed assemblies in the treeview.
  8. Several commands to help with extension development in debug mode

(note: user mentioned: an own thread for plugins. I took this to mean he wanted this thread to be a source for useful dnspy plugins, based on the title of the topic. @n00b if you wanted this to be your own dnspy plugins let me know and I will delete this.)

Last edited by WyvernX; 12-08-2025 at 08:29.
Reply With Quote
The Following 5 Users Say Thank You to WyvernX For This Useful Post:
blue_devil (12-09-2025), lordnasty (01-05-2026), n00b (12-28-2025), wx69wx2023 (03-10-2026)