Fix password inputting issue and improve authorization

This commit is contained in:
yuanyuanxiang
2025-07-21 04:34:48 +08:00
parent ae7ec1a586
commit 1a72a4f520
8 changed files with 53 additions and 17 deletions

View File

@@ -257,7 +257,7 @@ BOOL CBuildDlg::OnInitDialog()
m_ComboExe.InsertString(IndexGhost, "ghost.exe");
m_ComboExe.InsertString(IndexServerDll, "ServerDll.dll");
m_ComboExe.InsertString(OTHER_ITEM, CString("ѡ<EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>"));
m_ComboExe.SetCurSel(0);
m_ComboExe.SetCurSel(IndexTestRun_MemDLL);
m_ComboBits.InsertString(0, "64λ");
m_ComboBits.InsertString(1, "32λ");