Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dnlib and dnSpy #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add dnlib and dnSpy #69

wants to merge 1 commit into from

Conversation

Rohansi
Copy link
Contributor

@Rohansi Rohansi commented Jan 21, 2019

dnlib is a library like Mono.Cecil but handles the more obscure cases that cause Cecil to fail so it can be used on obfuscated code.

dnSpy is a useful tool for disassembly/decompiling/debugging without source. Very handy to have if outputting .NET assemblies.

Please fill in this template:

  • Use a meaningful title for the pull request. Include the name of the resource added.
  • Add a short sentence on why do you think the resource you're adding is awesome!
  • Make sure your addition maintains the alphabtical order of the list.
  • Make sure your addition contains a description besides the link.

dnlib is a library like Mono.Cecil but handles the more obscure cases that cause Cecil to fail so it can be used on obfuscated code.

dnSpy is a useful tool for disassembly/decompiling/debugging without source. Very handy to have if outputting .NET assemblies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant