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

Function Pointer Support #8

Open
tannergooding opened this issue Nov 4, 2021 · 0 comments
Open

Function Pointer Support #8

tannergooding opened this issue Nov 4, 2021 · 0 comments

Comments

@tannergooding
Copy link

While .NET has supported function pointers since v1, C# added proper support for them in C# 9 and so they are more prevalent in real world code now.

It would likely be useful for Fuzzlyn to support generating function pointers as fields, method parameters/return types, and to support calling them to help catch interesting error cases.

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