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

adding rules to detect .NET reflection techniques #690

Merged
merged 2 commits into from
Feb 7, 2023
Merged

Conversation

mike-hunhoff
Copy link
Collaborator

Copy link
Collaborator

@mr-tz mr-tz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -9,4 +9,5 @@ rule:
features:
- or:
- characteristic: unmanaged call
- match: unmanaged call via dynamic PInvoke in .NET
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😍

Copy link
Collaborator

@williballenthin williballenthin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@mr-tz mr-tz merged commit 34bff73 into master Feb 7, 2023
@mr-tz mr-tz deleted the new/W20230130 branch February 7, 2023 15:56
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.

dotnet: dynamically generate method
3 participants