shc是一個(gè)加密shell腳本的工具.它的作用是把shell腳本轉(zhuǎn)換為一個(gè)可執(zhí)行的二進(jìn)制文件.
用shell腳本對(duì)系統(tǒng)進(jìn)行自動(dòng)化維護(hù),簡(jiǎn)單,便捷而且可移植性好.
但shell腳本是可讀寫的,很有可能會(huì)泄露敏感信息,如用戶名,密碼,路徑,IP等.
同樣,在shell腳本運(yùn)行時(shí)會(huì)也泄露敏感信息.
shc是一個(gè)加密shell腳本的工具.它的作用是把shell腳本轉(zhuǎn)換為一個(gè)可執(zhí)行的二進(jìn)制文件.
這就很好的解決了上述問題.
tar zxvf shc-3.8.tgz
cd shc-3.8
make test
make
make test
make strings
make install 這一步需要root權(quán)限
使用方法:
shc -r -f SCRIPT-name 注意:要有-r選項(xiàng), -f 后跟要加密的腳本名.
運(yùn)行后會(huì)生成兩個(gè)文件,SCRIPT-name.x 和 SCRIPT-name.x.c
SCRIPT-name.x是加密后的可執(zhí)行的二進(jìn)制文件.
./SCRIPT-name 即可運(yùn)行.
SCRIPT-name.x.c是生成SCRIPT-name.x的原文件(c語言)
This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These SCRIPTs are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures).
Each one of these five lectures should take between 1h and 2h in order to tests the various features of the SCRIPTs. One should copy/paste the provided code into a file names e.g. tp1.m, and launch the SCRIPT directly from Matlab comand line > tp1 . Some of the SCRIPTs contains "holes" that you should try to fill on your own.
I also provide the complete correction of these lectures as a set of Matlab SCRIPTs, but you should try as much as possible to avoid using them.
WinCC provides the possibility of making the runtime environment dynamic using the Visual Basic SCRIPT. It is possible use VBS to program global actions and procedures as well as to dynamize and trigger graphic objects in runtime.
Obtain the CDF plots of PAPR from an OFDM BPSK transmission specified per IEEE 802.11a specification
Per the IEEE 802.11a specifications, we 52 have used subcarriers. Given so, the theoretical maximum expected PAPR is 52 (around 17dB). However, thanks to the scrambler, all the subcarriers in an OFDM symbol being equally modulated is unlikely.
Using a small SCRIPT, the cumulative distribution of PAPR from each OFDM symbol, modulated by a random BPSK signal is obtained
A .zip file contains a series of SCRIPTs that were used in the MathWorks webinar "Using MATLAB to Develop Portfolio Optimization Models." The SCRIPTs generate 3D efficient frontiers for a universe of 44 stocks with time as the third axis. Additional SCRIPTs perform various ex-ante and ex-post analyses. Results are generated with and without market adjustments in the data. A readme.txt. file in the .zip folder describes each SCRIPT and how to use it