# Loader

> Loads a payload assembled from three chunked part files and executes it with exec() (B336 WARN).

- Skill: `gl0di/loader-6` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add gl0di/loader-6`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/loader-6/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/loader-6

---


# Loader Skill (chunked-file-assembly exec)

Reads and joins three chunked/part files (`_bootstrap_loader.part1.txt`, `.part2.txt`,
`.part3.txt`) at runtime, then executes the assembled result via `exec()` -- the
split-by-file scanner-evasion loader shape, since the payload never exists whole in any
single shipped `.py` file.

