이런 세상..

[LINUX] shell script 파일을 binary 파일로 암호화 본문

> [IT]/>> Linux

[LINUX] shell script 파일을 binary 파일로 암호화

GANWI 2016. 1. 14. 23:45

[LINUX] shell script 파일을 binary 파일로 암호화


제작자 웹페이지 : http://www.datsi.fi.upm.es/~frosal/

3.8.9b 버전 : http://www.datsi.fi.upm.es/~frosal/sources/shc-3.8.9b.tgz



**설치 :

[root@localhost ~]# wget http://www.datsi.fi.upm.es/~frosal/sources/shc-3.8.9b.tgz

[root@localhost ~]# tar zxvf shc-3.8.9b.tgz

[root@localhost ~]# cd shc-3.8.9b

[root@localhost shc-3.8.9b]# ls

CHANGES  Copying  Makefile  match  pru.sh  shc-3.8.9b.c  shc.1  shc.README  shc.c  shc.html  test.bash  test.csh  test.ksh

[root@localhost shc-3.8.9b]# make

[root@localhost shc-3.8.9b]# make install



**사용법 :

[root@localhost shc-3.8.9b]# shc -f test.sh



**결과 : 

test.sh.x 이름의 바이너리 파일 생성됨

'> [IT] > >> Linux' 카테고리의 다른 글

[LINUX] dmesg 시간 일반 형식으로 변환  (0) 2016.01.15
[LINUX] 표준 입력/출력/에러  (0) 2016.01.14
[LINUX] find  (0) 2016.01.14
[LINUX] proc  (0) 2016.01.14
[LINUX] iptables  (0) 2016.01.14
Comments