Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

x0rro

phra14GPL-2.0-or-later1.0.3TypeScript support: included

x0rro =====

oclif

readme

x0rro

oclif Version CircleCI Downloads/week License

x0rro cave FILE

Encrypt binary using code cave technique

USAGE
  $ x0rro cave FILE

OPTIONS
  -h, --help               show CLI help
  -s, --sections=sections  [default: __text] sections to xor separated by comma
  -x, --xor=xor            [default: 0xf] xor key to use in hexadecimal

EXAMPLES
  $ x0rro cave -x 0xf -s __text,__data myfile
  $ x0rro cave -x 0xf -s aogf[0x140004000-0x140004290] test.exe

See code: src/commands/cave.ts

x0rro help [COMMAND]

display help for x0rro

USAGE
  $ x0rro help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

x0rro interactive FILE

Encrypt binary with an interactive wizard

USAGE
  $ x0rro interactive FILE

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ x0rro interactive myfile

See code: src/commands/interactive.ts

x0rro section FILE

Encrypt binary using a new executable section

USAGE
  $ x0rro section FILE

OPTIONS
  -h, --help               show CLI help
  -s, --sections=sections  [default: __text] sections to xor separated by comma
  -x, --xor=xor            [default: 0xf] xor key to use in hexadecimal

EXAMPLES
  $ x0rro section -x 0xf -s __text,__data myfile
  $ x0rro section -x 0xf -s aogf[0x140004000-0x140004290] test.exe

See code: src/commands/section.ts