forked from neurobin/shc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request neurobin#75 from Intika-Linux-Apps/master
Remove experimental feature s
- Loading branch information
Showing
8 changed files
with
147 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Francisco Garcia <[email protected]> | ||
intika <[email protected]> | ||
MD. JAHIDUL HAMID <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ shc \- Generic shell script compiler | |
.PP | ||
\f[B]shc\f[] [ \-e \f[I]date\f[] ] [ \-m \f[I]addr\f[] ] [ \-i | ||
\f[I]iopt\f[] ] [ \-x \f[I]cmnd\f[] ] [ \-l \f[I]lopt\f[] ] [ \-o | ||
\f[I]outfile\f[] ] [ \-ABCDhUHsvSr ] \-f \f[I]script\f[] | ||
\f[I]outfile\f[] ] [ \-ABCDhUHvSr ] \-f \f[I]script\f[] | ||
.SH DESCRIPTION | ||
.PP | ||
\f[B]shc\f[] creates a stripped binary executable version of the script | ||
|
@@ -86,15 +86,7 @@ Extra security flag without root access requirement that protects | |
against dumping, code injection, \f[C]cat\ /proc/pid/cmdline\f[], | ||
ptrace, etc.. | ||
This feature is \f[B]experimental\f[] and may not work on all systems. | ||
This option currently only works with Bourne shell (sh) scripts without | ||
any positional parameters. | ||
.PP | ||
\-s : Hardening with single process. | ||
Requires \-H option, runs the binary in a single process, shell is | ||
called in the main process otherwise its called in a child process. | ||
This feature is \f[B]experimental\f[] (may hang) and may not work on all | ||
systems. | ||
This option currently only works with Bourne shell (sh) scripts without | ||
it require bourne shell (sh) scripts | ||
any positional parameters. | ||
.PP | ||
\-C : Display license and exit | ||
|
@@ -147,6 +139,8 @@ limited by the operating system configuration parameter | |
.PP | ||
Francisco Rosales <[email protected]> | ||
.PP | ||
intika <[email protected]> | ||
.PP | ||
Md Jahidul Hamid <[email protected]> | ||
.SH REPORT BUGS TO | ||
.PP | ||
|
Oops, something went wrong.