Skip to main content
Run any Skill in Manus
with one click
maosasagawa
GitHub creator profile

maosasagawa

Repository-level view of 5 collected skills across 1 GitHub repositories.

skills collected
5
repositories
1
updated
2026-06-09
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

analyzing-blackbox-android-apk
software-developers

Reconstruct the logic of Android apps from an .apk (or .dex/.jar). Covers manifest/entrypoint analysis, jadx Java decompilation, smali inspection, native .so analysis, and finding network endpoints, secrets, and obfuscated logic. Use for Android apk/dex targets.

2026-06-09
analyzing-blackbox-elf-object
software-developers

Reconstruct the logic of Linux/Unix ELF executables, shared objects, and relocatable object files (.o), plus Mach-O. Covers entrypoint discovery, import/syscall mapping, function decompilation, and solving input-gated branches. Use for ELF/.o/.so/Mach-O targets.

2026-06-09
analyzing-blackbox-firmware-hex
software-developers

Reconstruct logic from embedded firmware โ€” Intel-HEX (.hex), raw flash/ROM images (.bin/.img), and MCU dumps. Covers HEXโ†’bin conversion with base-address recovery, CPU/arch identification, carving (binwalk), capstone disassembly with the right load base, and vector-table/entrypoint analysis. Use for .hex and raw firmware targets.

2026-06-09
analyzing-blackbox-pe-exe
software-developers

Reconstruct the logic of Windows PE executables and DLLs (.exe/.dll). Covers import-address-table analysis, Windows API capability mapping, entrypoint/WinMain discovery, decompilation, unpacking (UPX), and solving input-gated checks. Use for Windows PE/exe/dll targets.

2026-06-09
triaging-unknown-binary
software-developers

First-contact workflow for any unknown black-box artifact (apk, .o, .hex, exe, ELF, PE, Mach-O, firmware, archive). Identifies format/arch/packing and routes to the right format-specific analysis skill. Use this at the start of every reverse-engineering task on an unfamiliar file.

2026-06-09
Showing 1 of 1 repositories
All repositories loaded