On Tue, Jan 13, 2009 at 14:59, Armin Garcia <[email protected]> wrote: > thanks > > > But Im know do that... > > I want > Read the dd image file using perl and with some modules (thats my question) > xtract information to do a forensic analyse... > snip
The easiest way to do that would be to mount the file with a loopback and then process the mounted filesystem with Perl; otherwise, you are going to need to write a lot of filesystem code. Don't reinvent the wheel. -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
