songquanpeng / command-faker

An executable file generator that used to fake other programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command Faker

An executable file generator that used to fake other programs.

license release release

Basic Usages

# Specify a output name:
ls | ./faker tmp && ./tmp
# If you don't, it will output to stdout.
ls | ./faker > tmp && chmod u+x ./tmp && ./tmp

About

An executable file generator that used to fake other programs.

License:MIT License


Languages

Language:C 96.5%Language:CMake 3.5%