functions

Installation
SKILL.md

Functions

Find and list functions in a binary by name, address, or pattern.

When to use

  • Find a function by name or address
  • List all functions matching a regex or byte pattern
  • Get function metadata (address, size)
  • Search for functions that match specific criteria (e.g., functions that call a certain API)

Instructions

Using the VulHunt MCP tools, open the project (open_project) and run the following Lua query (query_project), adapting it as needed:

local fs = project:functions(<target_function>)

-- Single result (FunctionContext)
if type(fs) ~= "table" then
Related skills
Installs
6
GitHub Stars
15
First Seen
Mar 8, 2026