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

We don't handle [] in argument lists #20

Open
stevenjswanson opened this issue Nov 30, 2022 · 1 comment
Open

We don't handle [] in argument lists #20

stevenjswanson opened this issue Nov 30, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@stevenjswanson
Copy link
Member

CProtoParser doesn't recognize this:

void readMemoryByte(size_t malicious_x, uint8_t value[2], int score[2], int try_count) {

as a function because of the [].

@stevenjswanson stevenjswanson added the bug Something isn't working label Nov 30, 2022
@stevenjswanson
Copy link
Member Author

It's true that it doesn't recognize it, but it's also true that we can't call this function either because we don't handle pointers. If we ever figure out how to deal with pointers, we should fix this.

We can view the source with .source("readMemoryByte") without problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant