You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I parse this header, but I can't get array_size.
After investigation, the code that caused this problem was found(line 3326). If modify it like this, the problem can be solved
The text was updated successfully, but these errors were encountered:
rkocjh1997
changed the title
[BUG]: Can't get array_size`when the number inside the parentheses()
[BUG]: Can't get array_sizewhen the number inside the parentheses()
Jul 4, 2023
rkocjh1997
changed the title
[BUG]: Can't get array_sizewhen the number inside the parentheses()
[BUG]: Can't get array_sizewhen the number inside the parentheses()Jul 4, 2023
Problem description
First, I have a header file, just like:
Then, I preprocessed the header by using PCPP, the header:
I parse this header, but I can't get
array_size
.After investigation, the code that caused this problem was found(line 3326). If modify it like this, the problem can be solved
Operating System
Linux
Installed Python Packages
No response
Reproducible example code
No response
The text was updated successfully, but these errors were encountered: