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

Include an assembly browser/decompiler #163

Closed
thomaslevesque opened this issue Jan 9, 2017 · 3 comments
Closed

Include an assembly browser/decompiler #163

thomaslevesque opened this issue Jan 9, 2017 · 3 comments
Labels

Comments

@thomaslevesque
Copy link

thomaslevesque commented Jan 9, 2017

Feature request

The current view for assemblies in packages is useful, but limited (it only shows the assembly version, description, etc). One of the most common things I need to do when I open a package is to examine what's in the assemblies, and for that I have to use an external tool like dotPeek, JustDecompile, Reflector or ILSpy. It would be convenient if a decompiler (or at least an assembly browser) was included directly in NPE. It would probably be possible to use the ILSpy engine and/or Mono.Cecil for that.

As a simpler alternative, providing context menu entries to open the assemblies with common decompilers would be nice (for some reason, the "Open with..." command takes a very long time before it shows the Windows "open with" dialog)

@svick
Copy link
Contributor

svick commented May 2, 2017

As a simpler alternative, providing context menu entries to open the assemblies with common decompilers would be nice (for some reason, the "Open with..." command takes a very long time before it shows the Windows "open with" dialog)

I have associated the .dll extension with my decompiler of choice (dotPeek) and then I can use the "Open in Windows Shell" option. Is there a reason why you can't do that?

@thomaslevesque
Copy link
Author

thomaslevesque commented May 2, 2017

@svick I could do that, but associating .dll files with dotPeek also associates them with the dotPeek icon, which I don't want... I could probably tweak that in the registry, but it's annoying.

@clairernovotny
Copy link
Member

I'm closing this out as decompiling assemblies is beyond the scope of NPE. There are numerous other tools that can do that very well today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants