SeaOf0

60 mods across 1 repository, 121 stars between them.

reverse-engineering

25

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

Provides reverse engineering techniques. Use when the main job is to understand how a compiled, obfuscated, packed, or virtualized target works before exploiting or solving it, including binaries, APKs, WASM, firmware, custom VMs, bytecode, malware-like loaders, and anti-debug or anti-analysis logic. Do not use it…

121 3d ago A 117 tokens copy · 86% MIT

dsl-vm-reverse

26

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

Reverse JavaScript-based custom DSL/VM interpreters, non-standard WASM-like runtimes, and risk-control engines. Use when analyzing IIFE or switch-based opcode dispatchers, extracting instruction tables, recovering bytecode semantics, capturing VM state at runtime, or reconstructing execution flow.

121 3d ago A 63 tokens original MIT

software-cracking

27

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

A workflow for recovering how software checks licenses or registration keys, then choosing between reproducing the check, patching it, or handling its network dependency.

121 3d ago A 0 tokens original MIT

android-reverse

28

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

A workflow for reverse engineering authorized Android applications from packages such as APK, APKS, AAB, and XAPK.

121 3d ago A 214 tokens copy · 100% MIT

decompile

29

SeaOf0/dsh-redteam-model

Command

Decompile an Android APK/XAPK/JAR/AAR and analyze its structure.

121 3d ago B 15 tokens copy · 100% MIT

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

Decompile Android APK, XAPK, JAR, and AAR files using jadx or Fernflower/Vineflower. Reverse engineer Android apps, extract HTTP API endpoints (Retrofit, OkHttp, Volley), and trace call flows from UI to network layer. Use when the user wants to decompile, analyze, or reverse engineer Android packages, find API…

121 3d ago B 117 tokens copy · 100% MIT

apk-reverse

31

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

A command-line toolkit for examining Android APK files, which are the installable packages used by Android apps. It supports unpacking, Java decompilation, smali code changes, repackaging, and runtime inspection with Frida.

121 3d ago A 80 tokens copy · 100% MIT

dumpapkpack

32

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

A router for identifying protection systems, often called packers or shells, inside Android APK files. An APK is the installable package for an Android app; the router selects and carries out an authorized unpacking method.

121 3d ago A 153 tokens original MIT

mobile-reverse

33

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

Use for authorized Android or iOS application reverse engineering and security testing, including APK or IPA analysis, runtime instrumentation, SSL pinning, and platform protection checks.

121 3d ago A 36 tokens original MIT

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

Use for authorized reverse engineering of browser extensions (Chrome/Firefox) including manifest analysis, background workers, and extension-based credential or traffic logic recovery.

121 3d ago A 34 tokens copy · 100% MIT

dotnet-reverse

35

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

A workflow for examining programs built with .NET or C#, a Microsoft platform that stores extra information allowing tools to reconstruct much of the original code. It covers managed Windows executables and libraries, including obfuscated or protected ones.

121 3d ago A 144 tokens copy · 100% MIT

go-rust-reverse

36

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

Use for reverse engineering stripped Go and Rust binaries including runtime recognition, pclntab/moduel data recovery, panic strings, and idiomatic decompilation recovery.

121 3d ago A 38 tokens original MIT

js-reverse

37

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

A guide for authorized investigation of browser JavaScript while a web page is running. It connects source-code review with observing requests, function calls, and runtime values in the page.

121 3d ago A 84 tokens original MIT

macos-reverse

38

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

Use for authorized macOS and Mach-O reverse engineering including codesign, Objective-C/Swift recovery, endpoint security surfaces, and Apple platform malware analysis.

121 3d ago A 35 tokens original MIT

protocol-reverse

39

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

Use for authorized reverse engineering of custom binary protocols, Protobuf/gRPC, WebSocket frames, and PCAP-driven protocol recovery.

121 3d ago A 30 tokens original MIT

thick-client

40

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

Use for authorized security testing of desktop thick clients including local storage, update channels, IPC, traffic, and client-side trust boundaries.

121 3d ago A 30 tokens original MIT

pwn-chain

41

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

A workflow for turning a known memory-safety bug in a program into a working exploit. It covers stack, heap, and Linux-kernel exploitation.

121 3d ago A 271 tokens original MIT

ghidra-reverse

42

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

Use for free/open reverse engineering with Ghidra (headless or GUI), including decompile, cross-refs, and optional Ghidra MCP workflows when IDA is unavailable.

121 3d ago A 43 tokens original MIT

ida-reversing

43

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

Perform reverse engineering and binary analysis in IDA Pro using natural language commands powered by IDA MCP. Use this skill whenever the user wants to: analyze executable files, understand function behavior, decompile code, explore cross-references, search for strings or bytes, patch binary code, document reverse…

121 3d ago A 130 tokens original MIT

ida-reverse

44

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

A guide for using IDA Pro to inspect and understand executable files and other compiled programs. IDA Pro is a reverse-engineering tool that turns machine code into views such as disassembly and pseudocode.

121 3d ago A 176 tokens original MIT

radare2

45

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

Use this skill whenever the user wants to analyze binaries with radare2/r2 from the command line, including reverse engineering, disassembly, function analysis, strings/import inspection, patching, binary diffing, hex inspection, or r2 scripting. Also use it when the user mentions PE/ELF/Mach-O/DEX/WASM files together…

121 3d ago A 112 tokens original MIT

x64dbg-reversing

46

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

Perform dynamic reverse engineering and debugging using X64dbg/X32dbg through natural language commands powered by X64dbg MCP. Use this skill whenever the user wants to: debug executables, analyze program behavior at runtime, set breakpoints, inspect memory and registers, trace execution flow, bypass anti-debug…

121 3d ago A 144 tokens original MIT

re-playbook

47

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

A binary-analysis playbook for examining compiled programs, including suspected malware, protected software, firmware, and hardware-related files. It describes how to register samples safely, trace behavior, recover code, and support conclusions with byte- or instruction-level evidence.

121 3d ago A 381 tokens original MIT

cloud-playbook

48

SeaOf0/dsh-redteam-model

Skill Claude CodeCodex

A cloud-security penetration-testing playbook for AWS, Azure, GCP, Alibaba Cloud, Tencent Cloud, Huawei Cloud, Kubernetes, containers, serverless systems, and CI/CD.

121 3d ago E 350 tokens original MIT