Skip to main content
Run any Skill in Manus
with one click
GitHub repository

x64dbg-skills

x64dbg-skills contains 8 collected skills from dariushoule, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
8
Stars
186
updated
2026-03-13
Forks
14
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

yara-sigs
computer-occupations-all-other

Scan a state snapshot's memory dumps with YARA signatures to detect packers, crypto constants, malware, and more

2026-03-13
state-snapshot
computer-occupations-all-other

Capture a full debuggee state snapshot (all committed memory regions + processor state) to disk for offline analysis

2026-03-13
find-oep
computer-occupations-all-other

Smart trace-based OEP finder for packed/protected PE executables. Traces through packer stubs using intelligent stepping, anti-debug evasion, and heuristic OEP detection, then captures a state snapshot at the original entry point.

2026-03-11
vuln-hunter
information-security-analysts

Hunt for vulnerabilities in a running debuggee by analyzing imports/exports, triaging attack surface, and iteratively testing for bugs with PoC generation.

2026-03-11
shellcode-analyzer
computer-occupations-all-other

Load, unpack, and analyze shellcode in x64dbg. Use this skill when the user wants to analyze shellcode, load a shellcode blob into a debugger, unpack encoded/encrypted shellcode, or perform static/dynamic analysis of shellcode payloads.

2026-03-05
decompile
computer-occupations-all-other

Decompile a function to C-like pseudocode using angr

2026-02-12
state-diff
computer-occupations-all-other

Compare two state snapshots to identify register and memory changes between two points in time

2026-02-12
tracealyzer
computer-occupations-all-other

Trace execution (into or over calls) for N steps or until a condition, then analyze the recorded instruction log

2026-02-12