Re: [sleuthkit-users] No mactime in Windows Version of Sleuthkit
Brought to you by:
carrier
|
From: s0rr0w <mr....@gm...> - 2009-09-14 13:25:31
|
Mathew Brown wrote: > I was able to compile it into an exe using Perl2Exe. All I had to add > was the my $VER = "3.0.1"; line and then run: perl2exe mactime.base and > it generated mactime.exe. However, there are 2 problems with this > approach: > > * The .exe generated is kind of big (1.3 MB). The professional > edition of Perl2Exe allows you to generate smaller binaries. > * You can't distribute it (according to > http://www.indigostar.com/pxman.htm, "Exe files generated by the > registered version of Perl2exe may be freely distributed") > > If we can find someone who has the Pro version (or even a normal > licensed version), they I think they can compile it and then we can > distribute it. Regarding how to create executables from perl scripts, take a look at the perl PAR package http://search.cpan.org/~smueller/PAR-0.977/lib/PAR/FAQ.pod But, as RB wrote in this thread, in a CF environment you should get and use a perl distribution. Using EXE files is useful in IR (generally speaking, during live response). Regards fpi |