"Fossies" - the Fresh Open Source Software Archive

Member "libsafe-2.0-16/exploits/int.sh" (17 Oct 2001, 183 Bytes) of package /linux/misc/old/libsafe-2.0-16.tgz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Bash source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 #!/bin/sh 
    2 
    3 # $Name: release2_0-16 $
    4 # $Id: int.sh,v 1.8 2001/10/17 20:48:51 ttsai Exp $
    5 
    6 
    7 SECURITY_ROOT=../src
    8 
    9 export LD_PRELOAD=$SECURITY_ROOT/libsafe.so
   10 
   11 echo Executing "$*"
   12 ./$*