Investigate cparser for improving codegen #3
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
platform:linux
Right now, the codegen specs (e.g.
read.yml
) include hardcodedproto
andparm
fields that correspond to the prototype and parameter list for each syscall. This is confusing, hard to read, and error prone. We should really use something like pag's cparser to parsesyscall.h
and generate these fields for us.The text was updated successfully, but these errors were encountered: