cdkey独立,可作用于中继和内网穿透

This commit is contained in:
snltty
2025-06-10 17:28:54 +08:00
parent 322098e472
commit ae4da940d0
143 changed files with 2200 additions and 1770 deletions

View File

@@ -358,7 +358,7 @@ namespace linker.libs.winapis
{
users.Add(new WindowUserInfo { LastLogon = info.LastLogon, Sid = stringSid });
}
NetApiBufferFree(bufptr);
int value = NetApiBufferFree(bufptr);
}
}
catch (Exception)
@@ -366,7 +366,7 @@ namespace linker.libs.winapis
}
finally
{
NetApiBufferFree(bufPtr);
int _ = NetApiBufferFree(bufPtr);
}
}