Model Unidentified Code with Function Specifications
Function Specifications are compact function definitions written in the same language as your codebase (C/C++, Java, Go, etc.).
How it works: You define the critical behavior (e.g., "this function unconditionally dereferences its first argument").
Outcome: Svace prioritizes your specification over its default analysis. It will accurately flag a null-pointer dereference, even if the library's source code is completely hidden from the scanner.