Rename variables/methods without modifying them directly #327
-
Hello! I’m new to using dnSpy, and I was wondering if it’s possible to rename variables and methods in dnSpy similar to how it’s done in IDA Pro. In IDA Pro, renaming doesn’t actually change the variable or method names; it’s more like adding a comment. This feature is particularly useful when analyzing obfuscated programs. |
Beta Was this translation helpful? Give feedback.
Answered by
MarkVanAcker
Jun 6, 2024
Replies: 1 comment
-
In case you quickly need a solution or this, this plugin implements what you asked for: https://github.com/holly-hacker/dnSpy.Extension.HoLLy |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HundSimon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In case you quickly need a solution or this, this plugin implements what you asked for: https://github.com/holly-hacker/dnSpy.Extension.HoLLy
(It works or version 6.3, but unsure about 6.5)