re-frida
49Skill Claude CodeCodex
A Frida-based workflow for observing and changing software while it is running. Frida is a tool for inserting code into desktop and mobile applications at runtime.
Skill Claude CodeCodex
A Frida-based workflow for observing and changing software while it is running. Frida is a tool for inserting code into desktop and mobile applications at runtime.
Skill Claude CodeCodex
A workflow for coverage-guided fuzzing, a testing method that automatically feeds many varied inputs to a program while tracking which code paths they reach. It covers AFL++, libFuzzer, honggfuzz, instrumentation, starting test inputs, dictionaries, and structured data.
Skill Claude CodeCodex
A Chinese-language guide to emulating embedded firmware with QEMU, a tool that runs software built for another processor or a whole virtual machine.
Skill Claude CodeCodex
A guide for extracting and unpacking firmware files such as device images, update packages, and binary files. Firmware is software stored on hardware devices; the guide covers tools including binwalk, unblob, dd, and hexdump.
Skill Claude CodeCodex
A workflow for analysing a firmware root filesystem, meaning the directory tree extracted from a device firmware image. It focuses on programs, startup entries, configuration files, keys, hard-coded passwords, and the processor architecture used by binaries.
Skill Claude CodeCodex
A guide to analysing game software made with Unity or Unreal, changing values in memory, examining Lua scripts, and inspecting graphics shaders. Cheat Engine is a Windows tool for scanning and modifying a running program's memory.
Skill Claude CodeCodex
A guide to dynamic debugging with GDB, a program debugger, plus the pwndbg or gef extensions. It covers Linux programs, core files, and Windows programs running through Wine.
Skill Claude CodeCodex
A workflow for using Ghidra, a free tool that examines compiled programs, to import binaries, analyse them, turn machine code into more readable code, and automate tasks with scripts. It covers PE, ELF, and Mach-O files and supports batch analysis without a graphical interface.
Skill Claude CodeCodex
A workflow for examining compiled Go programs, including their retained symbols, string tables, build information, and goroutine-related control flow. Go is a programming language, and a goroutine is one of its lightweight concurrent execution units.
Skill Claude CodeCodex
A hardware-access workflow for working with physical circuit boards through JTAG or SWD debug connections, UART serial ports, flash chips, and logic analysers. It focuses on extracting firmware, reading startup logs, and debugging hardware.
Skill Claude CodeCodex
A workflow for reverse engineering HarmonyOS application packages such as HAP, HSP, and HAR files. It covers package contents, resources, ArkTS code compiled into ABC bytecode, and native libraries.
Skill Claude CodeCodex
A Chinese-language threat-hunting workflow for actively searching an environment for suspicious activity using available logs and security telemetry.