Exetools  

Go Back   Exetools > General > Developer Section

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 08-16-2015, 12:24
n00b n00b is offline
Friend
 
Join Date: Mar 2009
Posts: 44
Rept. Given: 18
Rept. Rcvd 25 Times in 14 Posts
Thanks Given: 11
Thanks Rcvd at 61 Times in 20 Posts
n00b Reputation: 26
dnSpy Plugins

Hi there fellow Exetools friends; since I just created this little handy plugin for personal use, I thought pherhaps maybe others wanted to create their own plugins some day - so, I figured an own thread for plugins would be good

ByteArray.Language.Plugin
The name says it all, I'd hope...

External Link:
https://mega.nz/#!bV0VjBpZ!AjfgWYvlm...8ywKwcIGX73sBY
Attached Files
File Type: rar ByteArrayLanguage.Plugin.rar (2.6 KB, 56 views)
Reply With Quote
The Following 6 Users Gave Reputation+1 to n00b For This Useful Post:
0xd4d (08-17-2015), canopus (09-02-2015), chessgod101 (08-16-2015), mr.exodia (08-17-2015), riverstore (08-23-2015), taos (08-16-2015)
The Following 18 Users Say Thank You to n00b For This Useful Post:
alekine322 (11-15-2025), besoeso (08-16-2015), canopus (09-02-2015), chessgod101 (08-16-2015), Hypnz (08-16-2015), Indigo (07-19-2019), nikkapedd (09-03-2015), riverstore (08-23-2015), romero (08-18-2015), Storm Shadow (11-02-2016), Syoma (08-16-2015), TechLord (08-16-2015), thanhtam1306 (11-20-2020), TheEnd (08-20-2015), the_beginner (08-16-2015), tK! (08-16-2015), zionoobie (01-30-2026)
  #2  
Old 08-23-2015, 09:55
riverstore riverstore is offline
Family
 
Join Date: Aug 2012
Posts: 50
Rept. Given: 111
Rept. Rcvd 40 Times in 17 Posts
Thanks Given: 78
Thanks Rcvd at 10 Times in 8 Posts
riverstore Reputation: 40
Thanks a lot for sharing. Can you please give a small tip on how to use it?
Reply With Quote
The Following 2 Users Say Thank You to riverstore For This Useful Post:
Indigo (07-19-2019), KingsTV (05-07-2021)
  #3  
Old 08-29-2015, 17:11
n00b n00b is offline
Friend
 
Join Date: Mar 2009
Posts: 44
Rept. Given: 18
Rept. Rcvd 25 Times in 14 Posts
Thanks Given: 11
Thanks Rcvd at 61 Times in 20 Posts
n00b Reputation: 26
Just place the plugin inside the folder you have already installed dnSpy, from there - choose the language from the language box during decompilation of any chosen target
Reply With Quote
The Following 3 Users Say Thank You to n00b For This Useful Post:
Indigo (07-19-2019), Legend-Modz (09-05-2015), riverstore (06-21-2019)
  #4  
Old 11-11-2025, 20:01
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 905
Rept. Given: 68
Rept. Rcvd 661 Times in 278 Posts
Thanks Given: 64
Thanks Rcvd at 3,820 Times in 717 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
For dnSpy-net-win32 it works fine;
for dnSpy-net-win64 doesn't load;
any change to load this plugin for dnSpy-net-win64 ?
Reply With Quote
The Following User Says Thank You to CodeCracker For This Useful Post:
riverstore (11-13-2025)
  #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)
  #6  
Old 12-28-2025, 19:46
n00b n00b is offline
Friend
 
Join Date: Mar 2009
Posts: 44
Rept. Given: 18
Rept. Rcvd 25 Times in 14 Posts
Thanks Given: 11
Thanks Rcvd at 61 Times in 20 Posts
n00b Reputation: 26
Quote:
Originally Posted by CodeCracker View Post
For dnSpy-net-win32 it works fine;
for dnSpy-net-win64 doesn't load;
any change to load this plugin for dnSpy-net-win64 ?
I can make no promises as of yet, because I honestly is not sure if I even have the old source code anymore...
Reply With Quote
Reply

Tags
dnspy, plugins


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dnspy does not hit breakpoint Turkuaz General Discussion 1 08-13-2020 01:24
dnSpy oddities LaptoniC General Discussion 5 05-05-2019 22:34


All times are GMT +8. The time now is 04:03.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )