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