Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Unpick Format

Daomephsta edited this page Sep 1, 2019 · 4 revisions

This page documents the .unpick format used by DataDrivenConstantMapper.

The format consists of a format version specifier on the first line, followed by zero or more instructions, each on a new line. The format is case-sensitive.
Valid version specifiers are v1 & v2.

Each line can have one comment, which is started with a # character, and ends at the end of the line. Comments are ignored by the parser. Instructions consist of one of more tokens separated by whitespace, the first token is the name of the instruction.

Valid instructions for v1
Valid instructions for v2

Clone this wiki locally