shc icon indicating copy to clipboard operation
shc copied to clipboard

Shell script compiler

Results 73 shc issues
Sort by recently updated
recently updated
newest added

In shc.c. line 551 : > #if defined(__FreeBSD__), > sprintf(proc, \"/proc/%d/mem\", (int)pid);, > #else, > sprintf(proc, \"/proc/%d/as\", (int)pid);, > #endif, /proc/%d/as not exist in Linux. I tried with /proc/%d/mem but...

Tried this with multiple versions of shc, compiling with and without nearly every option. This is on a redhat/oracle linux 6.2 machine. ` # # cat test.sh #!/bin/sh echo echo...

[root@sys1 shc]# ./test_prograss_bar.sh **Start run: /BG: 22** [root@sys1 shc]# shc -f test_prograss_bar.sh -o test_prograss_bar.bin shc: WARNING!! Scripts of length near to (or higher than) the current System limit on "maximum...

Hi folks, I'm using ksh, once I generated my binary executable cmd : shc -v -r -T -f myscript.ksh I can easly retreive the code in ps command you can...

Hello I've tried shc on my csh scripts. For example my test.csh is here below: #!/bin/csh echo Hello world # A comment After a shc -v -U -f test.csh -r...

Produced binaries not work if compiled with -m64 mode on Solaris 10. And will never work on Solaris 11, because of it is pure 64-bit, without 32-bit ABI. What does...

compiled with AddressSanitizer **shc -f crash.sh -o crash** ``` ==28692==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x557d75d52d63 bp 0x60200000efb0 sp 0x7ffc5a81f9d0 T0) #0 0x557d75d52d62 in eval_shell /root/fuzz/shc/src/shc.c:714 #1 0x557d75d5b6b3...

Is it possible to include a `--noencrypt` option that skips the arc4 encryption? I would like to be able to compare the performance on an _encrypted_ binary script vs an...

Hello @neurobin I tried for hours now, to compile SHC for arm & arm64, but without success. so far, I only managed to SUCCESFULLY compile SHC for i386 ( see...

Hi I tried shc, and all binaries from bash scripts working fine but cannot execute from menu or [desktop] files Exec=mybinary_from_script.x OR Exec=/path/mybinary_from_script.x the kde does not understand this, output...