Re: [sleuthkit-users] No mactime in Windows Version of Sleuthkit
Brought to you by:
carrier
|
From: RB <ao...@gm...> - 2009-09-05 19:17:02
|
On Sat, Sep 5, 2009 at 03:44, Mathew Brown<mat...@fa...> wrote: > * The .exe generated is kind of big (1.3 MB). The professional > edition of Perl2Exe allows you to generate smaller binaries. This happens with most Perl "compilers", as they have to embed a large part of the Perl interpreter into the binary. > 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. Perhaps I'm missing the point - what's the problem with using a standard distribution of Perl, like Strawberry or ActiveState? If you're doing much in the way of forensics with OSS tools, you are eventually going to run into both Perl and Python scripts that are really better off just using a native interpreter than creating one-shot nonportable binaries. |