Skip to content

Instantly share code, notes, and snippets.

@jasonbking
Created June 19, 2020 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonbking/3cad1694da74ce9dcf9217f8816988da to your computer and use it in GitHub Desktop.
Save jasonbking/3cad1694da74ce9dcf9217f8816988da to your computer and use it in GitHub Desktop.
ctf failure
root@pi:~# cat ctftest.c
int test[] = { };
root@pi:~# gcc -c -g ctftest.c
root@pi:~# ctfconvert ctftest.o
ctfconvert: failed to get unsigned attribute for type: DW_DLE_ATTR_FORM_BAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment