Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        print encode_base64($buf);
    }
    close FILE;
    
  2. or download this
    c:\>perl encode.pl myexe.exe > mybase64.txt
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    __END__
    TVqQAAMAAAQAAAAAAAAAAAAAA etc. (the content of mybase64.txt)
    
  4. or download this
    c:\>perl2exe second_exe.pl
    
  5. or download this
    system("$exe_full_path -$ARGV[0]");