re-angr
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_angrA | Return angr-cli + angr package version + Python import probe. Reports Status is |
| build_cfgA | Build a control-flow graph of path (optionally one function). Args:
path: PE / ELF / MachO to analyze
function: optional function name (e.g. Returns:: The CFG is the first thing an analyst needs for VM detection (high incoming-edge count on a single block = dispatcher candidate) and for binary comprehension in general. |
| symbolic_execA | Run angr symbolic execution starting at address. Args:
path: PE / ELF / MachO to analyze
address: entry point as a hex string (e.g. Returns:: The output is a partial trace — angr explores until either all paths are explored or the timeout is hit. The result is useful for cross-validation: "angr and Triton both find this MBA identity holds" is a much stronger signal than either alone. |
| reaching_definitionsA | Compute the reaching-definitions graph for function. A reaching definition is "where was the value used at instruction X defined?" angr computes the dataflow analysis statically. The output is a def-use graph: every variable gets a list of definitions; every instruction that reads a variable gets the list of definitions that may reach it. Useful for the Args:
path: PE / ELF / MachO
function: function name (e.g. Returns:: |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Heretek-RE/re-angr'
If you have feedback or need assistance with the MCP directory API, please join our Discord server