/*
* 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();
}
Place | Event | CTF points | Rating points | |
---|---|---|---|---|
271 | Reply Cyber Security Challenge 2020 | 200.0000 | 1.720 |
Place | Event | CTF points | Rating points | |
---|---|---|---|---|
221 | Reply Cyber Security Challenge 2019 | 100.0000 | 0.736 | |
57 | Hack Zone Tunisia 2019 | 234.0000 | 1.853 |
Place | Event | CTF points | Rating points | |
---|---|---|---|---|
45 | ISITDTU CTF 2018 Quals | 2060.0000 | 3.966 | |
113 | Meepwn CTF Quals 2018 | 500.0000 | 1.425 | |
190 | Google Capture The Flag 2018 (Quals) | 113.0000 | 1.664 | |
4 | Timisoara CTF 2018 Finals | 1200.0000 | 0.000 | |
55 | RCTF 2018 | 1342.0000 | 3.302 | |
611 | ASIS CTF Quals 2018 | 16.0000 | 0.240 |
Team social media button generator