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

C Bitmap Structure #30

Open
MisterXYZ83 opened this issue Mar 3, 2023 · 0 comments
Open

C Bitmap Structure #30

MisterXYZ83 opened this issue Mar 3, 2023 · 0 comments

Comments

@MisterXYZ83
Copy link

Hello @praeclarum ! Thanks for developing this useful library!

i have an issue/request...i need to parse several .h header files in order to find offset of data in memory dump. I used and it works for structures and variables but i now i need to parse bitmaps...

typedef struct
{
unsigned char bit0 : 1;
unsigned char bit1 : 2;
unsigned char NU : 5;
} MyBitmap;

But i have an error with

var exe = CLanguageService.Compile(code, MachineInfo.Windows32, new TestPrinter());

What is it possible to do?
Thanks

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