Giter VIP home page Giter VIP logo

x0rro's Introduction

x0rro

Read the blog post @ https://iwantmore.pizza/posts/x0rro.html

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

x0rro's People

Contributors

phra avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.