mirror of
https://github.com/rescatux/chntpw
synced 2026-06-21 14:07:44 +00:00
sampasswd: Now it does work because we actually write the Hive as we were not doing before
This commit is contained in:
+1
-1
@@ -243,7 +243,7 @@ int main(int argc, char **argv)
|
||||
|
||||
wret = 0;
|
||||
for (il = 0; il < no_hives; il++) {
|
||||
// wret |= writeHive(hive[il]);
|
||||
wret |= writeHive(hive[il]);
|
||||
if (hive[il]->state & HMODE_DIDEXPAND)
|
||||
fprintf(stderr," WARNING: Registry file %s was expanded! Experimental! Use at own risk!\n",hive[il]->filename);
|
||||
while (no_hives > 0)
|
||||
|
||||
Reference in New Issue
Block a user