/*
* In case console is off,
* panicstr contains argument to last
* call to panic.
*/
char *panicstr;
/*
* Panic is called on unresolvable
* fatal errors.
* It syncs, prints "panic: mesg" and
* then loops.
*/
panic(s)
char *s;
{
panicstr = s;
update();
printf("panic: %s\n", s);
for(;;)
idle();
}
Overall rating place: 1810 with 10.629 pts in 2018
Place | Event | CTF points | Rating points | |
---|---|---|---|---|
45 | ISITDTU CTF 2018 Quals | 2060.0000 | 3.966 | |
113 | Meepwn CTF Quals 2018 | 500.0000 | 1.424 | |
190 | Google Capture The Flag 2018 (Quals) | 113.0000 | 1.682 | |
4 | Timisoara CTF 2018 Finals | 1200.0000 | 0.000 | |
55 | RCTF 2018 | 1342.0000 | 3.317 | |
611 | ASIS CTF Quals 2018 | 16.0000 | 0.240 |
Team social media button generator