~ubuntu-branches/ubuntu/wily/ophcrack/wily

« back to all changes in this revision

Viewing changes to src/callbacks.c

  • Committer: Bazaar Package Importer
  • Author(s): Adam Cécile (Le_Vert)
  • Date: 2006-10-04 15:10:51 UTC
  • Revision ID: james.westby@ubuntu.com-20061004151051-kbxxa7bfwbsypwfd
Tags: 2.3.4~debian-1
* Initial release (Closes: #392906).
* Repack upstream sources to remove non-free "linux_tools" sub-directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
520
520
  
521
521
  filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (fc));
522
522
#ifndef WIN32
523
 
  sprintf(command, "bkhive \"%s/SYSTEM\" %s 2>&1 1>/dev/null", filename, tmp_file2);
 
523
  sprintf(command, "bkhive2 \"%s/SYSTEM\" %s 2>&1 1>/dev/null", filename, tmp_file2);
524
524
  system(command);
525
525
  sprintf(command, "samdump2 \"%s/SAM\" %s > %s 2>/dev/null",  filename, tmp_file2, tmp_file);
526
526
#else /* WIN32 */