init commit

This commit is contained in:
2024-10-15 10:49:25 +08:00
parent 96bd52bfcc
commit 8dd7505095
15 changed files with 1105 additions and 0 deletions

14
danger_func.json Normal file
View File

@@ -0,0 +1,14 @@
[
{
"type": "buffer_overflow",
"name": "strcpy"
},
{
"type": "buffer_overflow",
"name": "recv"
},
{
"type": "format_string",
"name": "dprintf"
}
]