Forensic Laptop rec...
 
Notifications
Clear all

Forensic Laptop recommendations - can you help?

21 Posts
11 Users
0 Reactions
2,477 Views
(@kovar)
Prominent Member
Joined: 18 years ago
Posts: 805
 

Greetings,

I probably shot myself in the foot by doing more than was required. I figured I should install all of Bundlelibwin32 and just get it done with. That fails when trying to build Win32TieRegistry due to the following

# This module is only for Win32
unless ( $^O eq 'MSWin32' or $^O eq 'cygwin' ) {
print "Win32TieRegistry is only applicable to Win32 and cygwin\n";
print "Install Result N/A\n";
exit(255);
}

But, since that may only be needed for live analysis, I may be OK. It may mean that I cannot build executables using PDK without hacking on some modules, but I'll cross that bridge when I come to it.

So I've dropped back and am just installing individual modules as I need them.

I was using the native OS X perl (5.8.8) but I took your hint and added ActivePerl just now. I'll probably shoot myself in the foot a few more times when I forget which perl I'm using….

Thanks for the help. (Again.)

-David


   
ReplyQuote
Page 3 / 3
Share: