管壳码全0判断
This commit is contained in:
@@ -87,6 +87,8 @@ int check_shell_code(const char *shell_code)
|
||||
if(shell_code[i]==0)
|
||||
return 0;
|
||||
}
|
||||
if(strncmp("0000000000000",shell_code,13)==0)
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user