You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search the code at the binary / assembly level for signatured vulnerable function usage because bugs are hard to find, binaries can be big, and hackers are lazy
Ghidra script for checking for vulnerable function usage in a binary.
Currently supports x86 and functions strcpy, strncpy, and printf.
About
Search the code at the binary / assembly level for signatured vulnerable function usage because bugs are hard to find, binaries can be big, and hackers are lazy