in reply to raw file system and registry data
If you can achieve the above, you can look at the first option, for "low-level" disk access, the Win32API::File standard module. You most likelly won't find the level of complexity desired there, so your next bet might be Win32::API. I quote from the author's description page "Win32::API is a perl extension to import and call functions from any 32-bit DLL (Dynamic Link Library); its main use is to perform "quick and dirty" calls to non otherwise implemented Win32 APIs or third-party or even homegrown DLLs.".
If that doesn't do it, i suppose you could always resort to writing an XS extension, but then we are somewhat moving away from Perl code...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: raw file system and registry data
by ketema (Scribe) on Dec 01, 2005 at 22:00 UTC | |
by psychotic (Beadle) on Dec 01, 2005 at 22:49 UTC | |
by ketema (Scribe) on Dec 02, 2005 at 14:35 UTC |