Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. gcc -fPIC -g -Wall -DDEBUG -Di686 -I../include -fvisibility=hidden -c libhijack.c
  2. In file included from libhijack.c:24:
  3. ../include/hijack.h:55: error: expected specifier-qualifier-list before 'ElfW'
  4. ../include/hijack.h:61: error: expected specifier-qualifier-list before 'ElfW'
  5. ../include/hijack.h:67: error: expected specifier-qualifier-list before 'ElfW'
  6. libhijack.c: In function 'GetRegs':
  7. libhijack.c:359: error: invalid application of 'sizeof' to incomplete type 'struct user_regs_struct'
  8. libhijack.c:363: warning: passing argument 4 of 'ptrace' makes integer from pointer without a cast
  9. libhijack.c: In function 'SetRegs':
  10. libhijack.c:384: warning: passing argument 4 of 'ptrace' makes integer from pointer without a cast
  11. *** Error code 1
  12.  
  13. Stop in /usr/home/sprink/repos/libhijack/src
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement