[sleuthkit-users] Sleuthkit v3.0 b3 Win32: split image not recognized
Brought to you by:
carrier
|
From: Mark S. <dig...@gm...> - 2008-09-25 06:38:11
|
Hi Farmerdude, too bad, I have tried the impressive Powershell and it's also not very successfull, the error: Error stat(ing) image file (image.* : No such file or directory) For me, the only way to open splitted images with Windows is by using Cygwin Brian, maybe it's an idea to use the rather small cygwin1.dll (the POSIX Emulation DLL) and put it in the 'Sleuthkit for Windows package'. The Win32 version of Testdisk / Photorec (http://www.cgsecurity.org/wiki/TestDisk) uses cygwin1.dll and can open splitted images without any problems. Maybe Christoph Grenier (creator of Testdisk - gr...@cg...) can tell you more details Mark 2008/9/25 farmerdude <ke...@cr...> For those working in Windows you can use Powershell - it respects the > globbing * . > > And if you're using Windows you should have Powershell installed, > because it has a number of very cool commands built-in useful for > analysis. > > Cheers! > > farmerdude > > > http://www.forensicbootcd.com > > http://www.onlineforensictraining.com > > > > On Mon, 2008-09-22 at 09:28 -0400, Brian Carrier wrote: > > Hi Mark, > > > > That is because Windows does not provide the same "glob"ing feature > > that Unix systems do. The Unix shell typically breaks image.* into a > > list of individual file names. Windows does not and I don't have a > > work around yet. > > > > It is on the todo list: > > http://wiki.sleuthkit.org/index.php?title=Todo_List > > > > thanks, > > brian > > > |