Can we get the ast of il and a visitor? #3161
Unanswered
0x410c
asked this question in
Development
Replies: 1 comment
-
For future reference: ILSpy/ICSharpCode.Decompiler/IL/Instructions.cs Line 6821 in cfb4f0f |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
I am working on a lifter, instead of just iterating through instructions, i think having a il ast and using a visitor pattern over it will be a better approach. as ilspy uses internally an ilast, using that will be the best case scenario
Describe the solution you'd like
An api which can provide this functionality?
Additional context
None
Beta Was this translation helpful? Give feedback.
All reactions