Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

arc-probe

arc-probe에는 vzco에서 수집한 skills 31개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
31
Stars
15
업데이트
2026-03-08
Forks
4
직업 범위
직업 카테고리 8개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

analyze-function
컴퓨터 시스템 분석가

Full analysis of a single function — disassemble, identify args, find string refs, callers/callees, RTTI, generate signature, label in GUI

2026-03-08
analyze-vtable
소프트웨어 개발자기타 컴퓨터 관련 직업

Fully analyze a C++ virtual function table — detect params, find string refs, measure sizes, and label all entries

2026-03-08
detect-params
컴퓨터 시스템 분석가

Detect function parameters from prologue and register usage — infer types, count, and calling convention

2026-03-08
discover-class
정보 보안 분석가

Discover a C++ class by name via RTTI — map its vtable, disassemble key virtual functions, explore inheritance hierarchy, and label everything

2026-03-08
find-callers
정보 보안 분석가

Find all functions that call a given function address — shows argument setup, string refs, and containing function names

2026-03-08
function-diff
기타 컴퓨터 관련 직업

Compare a function between sessions — generate a signature, find it after binary update, compare disassembly, report changes

2026-03-08
inject
소프트웨어 개발자기타 컴퓨터 관련 직업

Inject ARC Probe into a running process and verify the connection

2026-03-08
investigate-module
기타 컴퓨터 관련 직업

Master orchestration — full end-to-end investigation of an unknown module using all ARC Probe capabilities together (strings, RTTI, functions, xrefs, structs, bookmarks, GUI bridge)

2026-03-08
map-module
기타 컴퓨터 관련 직업

Comprehensive module analysis — discover all functions, scan strings, find key functions by string refs, build a labeled function map

2026-03-08
map-struct
컴퓨터 시스템 분석가

Map out a data structure from a memory address by analyzing hex dumps, RTTI, and field types

2026-03-08
probe-bridge
컴퓨터 네트워크 지원 전문가

Interact with ARC Probe GUI via the Claude Bridge (HTTP :9996). Send probe commands, create structs, navigate tabs, set labels, and control the GUI programmatically. Use when the user wants to drive ARC Probe from Claude Code.

2026-03-08
probe-entity-scan
네트워크·컴퓨터 시스템 관리자

Scan and resolve game entities from a running Deadlock process via ARC Probe. Finds local player, resolves entity list, reads player data, and builds structs in the GUI. Use when the user wants to inspect live game entities.

2026-03-08
probe-gui-struct
컴퓨터 네트워크 지원 전문가

Create, populate, and inspect structs in the ARC Probe GUI from live process memory. Reads memory via the probe, builds struct definitions in the GUI, and navigates to view them. Use when the user wants to map out a data structure visually.

2026-03-08
re-handbook
기타 컴퓨터 관련 직업

Reverse engineering reference — techniques, patterns, and fallback strategies

2026-03-08
read-write-memory
기타 컴퓨터 관련 직업

Read and write process memory — all data types, safety rules, and concrete examples via CLI, TCP, or bridge

2026-03-08
trace-callers
컴퓨터 시스템 분석가

Build a reverse call tree by following callers up multiple levels — shows the full chain of functions leading to a target

2026-03-08
trace-string-to-function
기타 컴퓨터 관련 직업

Find a string in memory, trace xrefs to the functions that use it, analyze and label them — the "IDA string search to xref to function" workflow automated

2026-03-08
add-skill
소프트웨어 개발자

Create a new skill for the ARC Probe plugin with proper structure and frontmatter

2026-03-08
bump-version
컴퓨터 프로그래머

Bump the version number across all plugin and marketplace config files

2026-03-08
gh-release-check
네트워크·컴퓨터 시스템 관리자

Check the status of GitHub releases — list versions, verify assets, compare with local builds

2026-03-08
publish-readme
소프트웨어 개발자웹 개발자

Update the public-repo README with latest features, skills, and screenshots

2026-03-08
release
소프트웨어 개발자

Build, package, and publish a new ARC Probe release to GitHub

2026-03-08
sync-plugin
소프트웨어 개발자

Sync plugin skills and agent from private repo to public repo for distribution

2026-03-08
analyze-module
기타 컴퓨터 관련 직업

Deep analysis of a loaded module — exports, RTTI classes, strings, key functions

2026-03-07
find-function
정보 보안 분석가

Locate a function by its behavior, string references, RTTI, or hardware breakpoints

2026-03-07
find-string-xref
기타 컴퓨터 관련 직업

Find a function by tracing from a known string to the code that references it

2026-03-07
follow-pointers
컴퓨터 네트워크 지원 전문가

Follow a pointer chain to navigate nested data structures step by step

2026-03-07
identify-class
컴퓨터 프로그래머

Identify a C++ class from an object pointer using RTTI and map its vtable

2026-03-07
make-signature
정보 보안 분석가

Generate a byte signature for a function that survives binary updates

2026-03-07
resolve-rip
기타 컴퓨터 관련 직업

Resolve a RIP-relative address from a disassembled x86-64 instruction

2026-03-07
trace-writes
컴퓨터 네트워크 지원 전문가

Find what code reads or writes to a specific memory address using hardware breakpoints

2026-03-07