Skip to main content

Table 2 Example of hint ladder with six levels

From: Sifu - a cybersecurity awareness platform with challenge assessment and intelligent coach

Level

Hint text

1

Maybe you could have a look at the following link: <link>

2

The following link <link> contains additional information

3

You can either use a secure function or locally disable compiler optimization

4

Have a look at Annex K of the C standard here: <link>

5

You can also consider turning on/off optimization: <link>

6

Note that memset_s is optional in the standard...

7

We provide you with memset_s if you include memset_s.h in your code.

8

Have a look at a possible solution to the challenge: <link>