DslsDZC avatar

DslsDZC

Community

@dslsdzc · 中国

16Followers
|
29Public Repos
|
120Published Skills

Building systems from scratch

Skills Distribution
DomainCybersecurit...Binary Reverse Eng.. (35%)Malware Analysis &.. (25%)Firmware, Embedded.. (20%)Mobile & Managed C.. (12%)

Agent Skills by DslsDZC

Showing 120 vetted skills indexed across 1 GitHub repositories.

dslsdzcdslsdzc
64

re-ransomware

Analyzes ransomware samples to identify encryption schemes, extract keys, and plan decryption recovery.

Community
Advanced
dslsdzcdslsdzc
64

re-arm

Reverse engineer ARM Cortex-M/A firmware including Thumb disassembly, AAPCS conventions, and MMIO register analysis.

Community
Advanced
dslsdzcdslsdzc
64

re-blockchain

Decompile EVM smart contract bytecode and analyze vulnerabilities using cast, panoramix, and web3.py.

Community
Advanced
dslsdzcdslsdzc
64

re-java

Decompile and analyze Java bytecode from jar, war, and class files using CFR, JD-GUI, and javap.

Community
Intermediate
dslsdzcdslsdzc
64

re-feedback

Collects, distills, and archives reverse engineering lessons into skill experience files or GitHub issues.

Community
Advanced
dslsdzcdslsdzc
64

re-address-space

Converts addresses across PIE, ASLR, RVA, VA, and firmware loader offsets for reverse engineering.

Community
Intermediate
dslsdzcdslsdzc
64

re-protocol

Orchestrates network protocol reverse engineering from packet capture through decryption to state machine reconstruction.

Community
Advanced
dslsdzcdslsdzc
64

re-attribution

Attributes cyber threat activity using diamond model analysis, infrastructure graphing, and confidence grading.

Community
Advanced
dslsdzcdslsdzc
64

re-format-elf

Parse ELF headers, GOT/PLT, init_array, and dynamic symbols for Linux binary analysis.

Community
Advanced
dslsdzcdslsdzc
64

re-ios-jb

Analyze iOS jailbreak detection, reverse tweaks, and debug apps on jailbroken devices.

Community
Advanced
dslsdzcdslsdzc
64

re-dotnet

Decompile and deobfuscate .NET assemblies using dnSpy, ILSpy, and de4dot.

Community
Advanced
dslsdzcdslsdzc
64

re-memdump

Dump process memory with gcore and extract keys, DEX files, and decrypted data.

Community
Advanced
dslsdzcdslsdzc
64

re-format-macho

Parse Mach-O binaries including mach_header, load commands, segments, and dyld information.

Community
Advanced
dslsdzcdslsdzc
64

re-hardware-io

Extract firmware and debug embedded boards via JTAG, UART, and SPI flash interfaces.

Community
Advanced
dslsdzcdslsdzc
64

re-malware

Orchestrates malware analysis workflows from sandboxing through behavior analysis to IOC reporting.

Community
Advanced
dslsdzcdslsdzc
64

re-packer-id

Identify packers and obfuscators on PE binaries using signatures, section names, entry point, and entropy.

Community
Intermediate
dslsdzcdslsdzc
64

re-imports

Analyze import and export tables to fingerprint linked libraries and flag suspicious APIs.

Community
Intermediate
dslsdzcdslsdzc
64

re-swift

Reverse engineer Swift binaries by decoding mangled symbols, witness tables, closures, and reflection metadata.

Community
Advanced
dslsdzcdslsdzc
64

re-game

Reverse engineer Unity, Unreal, Lua bytecode, and GPU shaders in game binaries.

Community
Advanced
dslsdzcdslsdzc
64

re-lldb

Debug macOS and iOS binaries with lldb using attach, breakpoints, and memory inspection.

Community
Intermediate
dslsdzcdslsdzc
64

re-mem-forensics

Analyze memory dumps with Volatility 3 to extract processes, network connections, injected code, and credential artifacts.

Community
Advanced
dslsdzcdslsdzc
64

re-fw-rootfs

Analyze extracted firmware root filesystems to locate startup scripts, credentials, and cross-architecture binaries.

Community
Intermediate
dslsdzcdslsdzc
64

re-sample-acquire

Acquire fileless and memory-resident malware samples by locating anomalous executable memory regions at runtime.

Community
Advanced
dslsdzcdslsdzc
64

re-crash-triage

Reproduce, minimize, and root-cause program crashes using ASAN, gdb, rr, and afl-tmin.

Community
Advanced

Frequently Asked Questions About DslsDZC

FAQPage Schema
What tasks can I accomplish using DslsDZC's reverse engineering skills?▼

You can perform binary decompilation with Ghidra/IDA/radare2, malware behavior analysis and IOC extraction, firmware unpacking and emulation, mobile APK/iOS analysis with Frida, protocol reverse engineering, memory forensics with Volatility, fuzzing with AFL++, and exploit development including ROP chains and heap exploitation.

Who is the target audience for these reverse engineering skills?▼

The skills target security researchers, malware analysts, firmware and embedded engineers, mobile security testers, CTF players, and vulnerability researchers. Gateway skills like re-analyze route tasks to specialized sub-skills covering Windows, Linux, macOS, Android, iOS, and exotic kernels like seL4 and Fuchsia.

How do the gateway and atomic skills work together in practice?▼

The re-analyze entry skill probes the environment, asks analysis preferences, and identifies the task type. It then orchestrates gateway skills (re-binary-core, re-malware, re-firmware, re-mobile, re-vuln) which sequence atomic skills such as format parsers, debuggers, unpackers, and crypto identification into a complete analysis pipeline.

What platforms, architectures, and file formats are supported?▼

Supported formats include PE, ELF, Mach-O, DEX, WASM, and CAP files. Architectures span x86/x64, ARM Cortex-M/A, MIPS, and RISC-V. Coverage extends to UEFI/BIOS, RTOS variants like FreeRTOS and VxWorks, hypervisors, TEE/TrustZone, automotive CAN/AUTOSAR, game consoles, and AI model files like ONNX and Safetensors.

Are there safety or authorization requirements for sensitive skills?▼

Yes. The re-ai-attack skill for model security evaluation declares an explicit guard requiring authorization and forbidding unauthorized API testing, access control bypass, and third-party model theft. Malware analysis skills mandate sandbox isolation via re-sandbox before any dynamic execution of samples.