Merge branch 'reg_set'

This commit is contained in:
christopher.paschen
2026-03-05 16:14:28 -06:00
3 changed files with 2 additions and 1 deletions
Binary file not shown.
Binary file not shown.
+2 -1
View File
@@ -56,7 +56,7 @@ set_regkey_end:
if(RemoteKey)
{
ADVAPI32$RegCloseKey(RemoteKey);
rootkey = NULL;
RemoteKey = NULL;
}
if(rootkey)
@@ -135,6 +135,7 @@ VOID go(
internal_printf("SUCCESS.\n");
go_end:
if(type == REG_QWORD){intFree((void*)data);}
printoutput(TRUE);
bofstop();