fake-exe
v1.0.4
Published
Create your fake executable to hide an application behind another. Fake-exe allow to create a binary file of an main application that hide inside javascript code that it will be runned in detached mode.
Downloads
3
Maintainers
Readme
Fake-Exe
Create your fake executable to hide an application behind another. Fake-exe allow to create a binary file of an main application that hide inside javascript code that it will be runned in detached mode.
Use
npm install -g fake-exe
Notes:
- The javascript code must be inside a package.
- The main application is not compile inside the binary file, Then the relative paths between the main application and the binary generated don't have to change.