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

Improvements for "Show source" #98

Open
7 of 15 tasks
MSDN-WhiteKnight opened this issue Dec 28, 2021 · 0 comments
Open
7 of 15 tasks

Improvements for "Show source" #98

MSDN-WhiteKnight opened this issue Dec 28, 2021 · 0 comments

Comments

@MSDN-WhiteKnight
Copy link
Owner

MSDN-WhiteKnight commented Dec 28, 2021

  • Support optional parameters in signature decompiler
  • Support source link (browser navigation)
  • Support source link (download)
  • Correctly handle the last sequence point for C++/CLI symbols
  • Don't reload all method's sequence points each time user navigates to previous/next point
  • Support decompiling signatures for internalcall or P/Invoke methods
  • Syntax highlighting for CIL instructions (in left column)
  • Syntax highlighting for displayed source code
  • Correctly handle release builds in "Show source (method)" (add {} when they are not included in sequence points)
  • Produce proper tokens for generic types, references and pointers in signature decompiler
  • Support function pointers in signature decompiler
  • MethodSourceViewWindow: button to show whole file with method highlighted
  • Support generic constraints
  • Support embedded sources in Portable PDB
  • Support state machine methods (connect with MoveNext method via StateMachineMethod Table)
MSDN-WhiteKnight added a commit that referenced this issue Jan 5, 2022
- Don't reload all method's sequence points when navigating to previous/next point
- Remove SourceInfo and PdbUtils.GetSourceFromPdb
- Rework all UI to use PdbCodeProvider

Related to #98
MSDN-WhiteKnight added a commit that referenced this issue Aug 7, 2022
Rework signature decompiler to use structured token collections instead of strings (prep for source syntax highlighting)

Related to #98
MSDN-WhiteKnight added a commit that referenced this issue Aug 23, 2022
Support byrefs, pointers and generic types

Issue: #98
MSDN-WhiteKnight added a commit that referenced this issue Aug 23, 2022
Support pointers and generics

Issue: #98
MSDN-WhiteKnight added a commit that referenced this issue Aug 25, 2022
- Add CilInstruction.ToSyntax()
- Add CIL syntax highlighting for Show source feature

Issue: #98
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

No branches or pull requests

1 participant