c4-project / c4f

The C4 Concurrent C Fuzzer
MIT License
14 stars 1 forks source link

x86 lexer doesn't understand GCC ELF type directives #7

Closed MattWindsor91 closed 6 years ago

MattWindsor91 commented 6 years ago

Explanation

Specifically, the main problem seems to be the @type syntax: the lexer just doesn't understand what a @ means.

This might be easiest to support by adding the specific types in as separate symbols.