root/2009_cbc_hacking/nhs_installer/gcc-usercode-debug

User picture

Author: Jeremy Rand

Revision: 1


File Size: 367 Bytes

(August 18, 2009 17:14 UTC) Almost 3 years ago

Code for the 2009 CBC Hacking GCER paper.

 
Show/hide line numbers
#!/bin/sh
/mnt/kiss/bin/gcc -g -O0 -w -I/mnt/kiss/usercode/include -include track.h -include stdio.h -include cbc.h -include compat.h -include process.h -include create.h -include botball.h "${1}" "${2}" "${3}" /mnt/kiss/usercode/lib/libcbc.a /mnt/kiss/usercode/lib/libtrack.a /mnt/kiss/usercode/lib/libshared.a /mnt/kiss/usercode/lib/init.o -lpthread -lm
sync
sync