v8unpack-cf
Installation
SKILL.md
v8unpack-cf — unpack and repack 1C binary files
v8unpack is a Python utility that unpacks 1C binary files (CF / CFE / EPF) into a
human-readable source tree (JSON + BSL) without the 1C:Enterprise platform, and
builds the binary back from those sources.
Use this skill when you only have a binary artifact (a .cf configuration dump, a
.cfe extension, or an .epf external data processor) and no running infobase or
Designer / ibcmd at hand. When the configuration lives in an infobase, extract it
through the platform instead — see the getconfigfiles rule.
Dependency
v8unpackPython package — install withpip install v8unpack(or a dev install from its repository). Verify withpython -m v8unpack --help.