patch-rip_pl 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. $OpenBSD: patch-rip_pl,v 1.1.1.1 2015/10/28 09:55:17 rpointel Exp $
  2. --- rip.pl.orig Mon Sep 14 14:39:32 2015
  3. +++ rip.pl Wed Oct 21 21:12:44 2015
  4. @@ -1,4 +1,4 @@
  5. -#! c:\perl\bin\perl.exe
  6. +#! /usr/bin/perl
  7. #-------------------------------------------------------------------------
  8. # Rip - RegRipper, CLI version
  9. # Use this utility to run a plugins file or a single plugin against a Reg
  10. @@ -60,7 +60,7 @@ $str =~ s/($path[scalar(@path) - 1])//;
  11. #push(@INC,$str);
  12. #my $plugindir = $str."plugins/";
  13. -my $plugindir = File::Spec->catfile("plugins");
  14. +my $plugindir = File::Spec->catfile("${TRUEPREFIX}/share/regripper/plugins/");
  15. #print "Plugins Dir = ".$plugindir."\n";
  16. # End code update
  17. my $VERSION = "2\.8_20130801";
  18. @@ -201,9 +201,9 @@ Parse Windows Registry files, using either a single mo
  19. -u username........User name (TLN support)
  20. -h.................Help (print this information)
  21. -Ex: C:\\>rip -r c:\\case\\system -f system
  22. - C:\\>rip -r c:\\case\\ntuser.dat -p userassist
  23. - C:\\>rip -l -c
  24. +Ex: \$ rip.pl -r system -f system
  25. + \$ rip.pl -r ntuser.dat -p userassist
  26. + \$ rip.pl -l -c
  27. All output goes to STDOUT; use redirection (ie, > or >>) to output to a file\.