x0rro
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

x0rro

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g x0rro
$ x0rro COMMAND
running command...
$ x0rro (-v|--version|version)
x0rro/1.0.3 linux-x64 node-v13.7.0
$ x0rro --help [COMMAND]
USAGE
  $ x0rro COMMAND
...

Commands

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

Readme

Keywords

Package Sidebar

Install

npm i x0rro

Weekly Downloads

0

Version

1.0.3

License

GPL-2.0-or-later

Unpacked Size

66.1 kB

Total Files

62

Last publish

Collaborators

  • phra