On Mon, Jan 12, 2009 at 23:39, Armin Garcia <[email protected]> wrote: > Hi !!! > Well Does anybody knows how Can I analyze a dd image of WindowsXP using > Perl? > I mean, exist some module for obtain info of this dd files? > Books? articles? URLS? > > > I hope some body help me.... And thans so much >
You could try mounting the image as a loopback: mount file /mnt/xp -t ntfs -o loop I have done this with isos in the past. -- 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/
