vzco
Official@vzco
Provides advanced binary instrumentation and reverse engineering capabilities for Windows x64 processes through memory inspection and structural analysis.
Agent Skills by vzco
Showing 31 vetted skills indexed across 1 GitHub repositories.
add-skill
Create a new Skill unit scaffold with compliant SKILL.md frontmatter for the ARC Probe plugin.
map-module
Discover and label all functions in a loaded module using exports, RTTI, and .pdata data.
investigate-module
Orchestrate end-to-end unknown module investigation using ARC Probe capabilities.
read-write-memory
Read and write process memory across data types via CLI, TCP, or bridge.
trace-writes
Trace memory writes in x64 processes using hardware breakpoints and disassembly.
find-callers
Identify direct caller functions and map their call sites for a target function address.
detect-params
Infer Windows x64 function parameters from prologues and register usage.
gh-release-check
Compare published GitHub releases with local build artifacts using gh CLI.
inject
Inject ARC Probe into a running Windows x64 process via TCP port 9998.
find-function
Locate target functions in running processes via strings, RTTI, or behavior.
analyze-module
Analyze loaded modules to extract exports, RTTI data, strings, and function references.
resolve-rip
Resolve RIP-relative addresses in x86-64 instructions using target calculation.
make-signature
Generate durable byte signatures to locate functions across binary updates.
trace-string-to-function
Trace memory-resident strings to referencing functions and generate GUI labels.
release
Build, package, sign, and publish ARC Probe releases to GitHub.
find-string-xref
Trace string references to LEA instructions and generate reusable signatures.
probe-bridge
Automate ARC Probe GUI memory inspection via the Claude Bridge HTTP API.
identify-class
Resolve C++ object class names and vtable layouts via RTTI.
analyze-vtable
Analyze C++ virtual function tables to map entries and label overrides.
probe-gui-struct
Map live memory data structures via RTTI discovery in the ARC Probe GUI.
publish-readme
Update public README content with latest skills, commands, and screenshots.
discover-class
Map a C++ class's vtable and inheritance chain in a running process via RTTI.
sync-plugin
Synchronize private plugin assets to a public repository with frontmatter validation.
follow-pointers
Traverse multi-level pointer chains from a base address to read nested memory values.
Frequently Asked Questions About vzco
FAQPage SchemaWhat specific tasks can I perform with these capabilities?▼
You can perform deep binary analysis, including mapping C++ class structures via RTTI, tracing memory write operations, resolving RIP-relative addresses, and identifying function callers. These capabilities enable precise reverse engineering of Windows x64 processes and the creation of portable signatures for function relocation.
Who is the target persona for these technical capabilities?▼
The target personas are security researchers, malware analysts, and reverse engineers focused on Windows binary analysis. These professionals utilize these functions to inspect live process memory, document function call graphs, and maintain structural metadata for complex software modules.
What are the prerequisites for deploying these memory inspection functions?▼
Deployment requires a Windows x64 environment and the ARC Probe plugin infrastructure. Users must have the ability to attach to target processes via TCP port 9998 and possess sufficient system privileges to perform read and write operations on process memory.