嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
金山卫士漏洞扫描C 源码 放在这里留个底。
.
├── CHANGELOG.txt
├── NOTICE.txt
├── README.txt
├── bin
│ └── release
│ ├── Cfg
│ │ └── vulfix.ini
│ ├── KSafeVul.exe
│ ├── data
│ │ ├── office.dat
│ │ ├── office64.dat
│ │ ├── soft.dat
│ │ ├── system.dat
│ │ └── system64.dat
│ ├── hotfix
│ │ ├── IE8-WindowsXP-x86-CHS.exe
│ │ ├── Windows-KB943729-x86-CHS.exe
│ │ ├── WindowsXP-KB895961-v4-x86-CHS.exe
│ │ ├── WindowsXP-KB942288-v3-x86.exe
│ │ ├── WindowsXP-KB954708-x86-CHS.exe
│ │ ├── WindowsXP-KB954920-v2-x86-CHS.exe
│ │ ├── WindowsXP-KB969084-x86-chs.exe
│ │ ├── WindowsXP-KB971276-v3-x86-ENU.exe
│ │ ├── WindowsXP-KB971513-x86-CHS.exe
│ │ ├── WindowsXP-KB982316-x86-CHS.exe
│ │ ├── WindowsXP-WindowsMedia-KB972187-x86-CHS.exe
│ │ └── windows-kb890830-v3.12.exe
│ ├── ksafevul.dll
│ └── leakscan_test.exe
├── builder
│ ├── NOTICE.txt
│ └── buildcfg
│ ├── Microsoft.VC80.CRT.manifest
│ ├── buildcfg.h
│ ├── manifest_tool
│ │ └── Microsoft.VC80.CRT.manifest
│ ├── resource.h
│ ├── version.rc
│ └── versionno.rc2
├── liehuo.net.txt
├── publish
│ ├── bkres
│ │ ├── NOTICE.txt
│ │ ├── bkbmppool.h
│ │ ├── bkfontpool.h
│ │ ├── bkpngpool.h
│ │ ├── bkres.h
│ │ ├── bkres.rc
│ │ ├── bkresutil.h
│ │ └── bkstringpool.h
│ ├── bksafe
│ │ ├── NOTICE.txt
│ │ ├── bksafeconfig.h
│ │ └── bksafedefines.h
│ ├── bkwin
│ │ ├── NOTICE.txt
│ │ ├── bak_bkwnd.h
│ │ ├── bkatldefine.h
│ │ ├── bkcolor.h
│ │ ├── bkdlgview.h
│ │ ├── bkimage.h
│ │ ├── bklistbox.h
│ │ ├── bklistview.h
│ │ ├── bkobject.h
│ │ ├── bkskin.h
│ │ ├── bktheme.h
│ │ ├── bkwnd.h
│ │ ├── bkwndcmnctrl.h
│ │ ├── bkwnddlg.h
│ │ ├── bkwnddlgfile.h
│ │ ├── bkwndnotify.h
│ │ ├── bkwndpanel.h
│ │ ├── bkwndrichtxt.h
│ │ ├── bkwndstyle.h
│ │ ├── bkwndtabctrl.h
│ │ └── listboxbase.h
│ ├── common
│ │ ├── NOTICE.txt
│ │ ├── bkcmdline.h
│ │ ├── registrywow.cpp
│ │ ├── registrywow.h
│ │ ├── shandian_utility.cpp
│ │ ├── shandian_utility.h
│ │ └── utility.h
│ ├── libdownload
│ │ ├── NOTICE.txt
│ │ └── libDownload.h
│ ├── libheader
│ │ ├── NOTICE.txt
│ │ ├── libheader.h
│ │ └── libupdhelper.h
│ ├── md5
│ │ ├── NOTICE.txt
│ │ ├── md5.c
│ │ └── md5.h
│ ├── miniutil
│ │ ├── NOTICE.txt
│ │ ├── bkconsole.h
│ │ └── bkprocprivilege.h
│ ├── pubconfig
│ │ ├── NOTICE.txt
│ │ └── pubconfig.h
│ ├── regularexpress
│ │ ├── NOTICE.txt
│ │ └── RegularExpress.h
│ ├── tinyxml
│ │ ├── NOTICE.txt
│ │ ├── tinystr.cpp
│ │ ├── tinystr.h
│ │ ├── tinyxml.cpp
│ │ ├── tinyxml.h
│ │ ├── tinyxmlerror.cpp
│ │ └── tinyxmlparser.cpp
│ ├── vulfix
│ │ ├── BeikeUtils.h
│ │ ├── Defines.h
│ │ ├── IVulFix.h
│ │ ├── NOTICE.txt
│ │ ├── Vulfix.h
│ │ └── vulfixspecifics.h
│ ├── winhttp
│ │ ├── NOTICE.txt
│ │ ├── WinHttpApi.cpp
│ │ ├── WinHttpApi.h
│ │ └── winhttp.h
│ ├── winmod
│ │ ├── NOTICE.txt
│ │ ├── winmodbase.h
│ │ ├── winmodule.h
│ │ ├── winpath.cpp
│ │ ├── winpath.h
│ │ ├── wintrustmod.h
│ │ ├── wintrustverifier.cpp
│ │ └── wintrustverifier.h
│ ├── wtl
│ │ ├── NOTICE.txt
│ │ ├── atlapp.h
│ │ ├── atlcrack.h
│ │ ├── atlctrls.h
│ │ ├── atlctrlw.h
│ │ ├── atlctrlx.h
│ │ ├── atlddx.h
│ │ ├── atldlgs.h
│ │ ├── atlfind.h
│ │ ├── atlframe.h
│ │ ├── atlgdi.h
│ │ ├── atlmisc.h
│ │ ├── atlprint.h
│ │ ├── atlres.h
│ │ ├── atlresce.h
│ │ ├── atlscrl.h
│ │ ├── atlsplit.h
│ │ ├── atltheme.h
│ │ ├── atluser.h
│ │ ├── atlwince.h
│ │ └── atlwinx.h
│ └── wtlhelper
│ ├── NOTICE.txt
│ ├── bkfolderbrowsectrl.h
│ ├── iidl.h
│ ├── wh3statecheckimglst.h
│ ├── whthreadnotify.h
│ └── whwindow.h
├── sln
│ ├── NOTICE.txt
│ └── beikesafevul.sln
├── src_bksafevul
│ ├── BeikeUtils
│ │ ├── BeikeUtils.cpp
│ │ ├── BeikeUtils.vcproj
│ │ ├── ConditionEvaluate.cpp
│ │ ├── CryptService.cpp
│ │ ├── ExpEvaluate.cpp
│ │ ├── ExpEvaluate.h
│ │ ├── NOTICE.txt
│ │ ├── SmartHandle.h
│ │ ├── SpecialFolder.cpp
│ │ ├── WinService.cpp
│ │ ├── WinService.h
│ │ └── getdxver.cpp
│ ├── bksafevul
│ │ ├── NOTICE.txt
│ │ ├── Vulfix
│ │ │ ├── BaseViewHandler.h
│ │ │ ├── BeikeVulfix.h
│ │ │ ├── BeikeVulfixEngine.cpp
│ │ │ ├── BeikeVulfixEngine.h
│ │ │ ├── BeikeVulfixFileLog.cpp
│ │ │ ├── BeikeVulfixFileLog.h
│ │ │ ├── BeikeVulfixHandler.cpp
│ │ │ ├── BeikeVulfixHandler.h
│ │ │ ├── BeikeVulfixUtils.cpp
│ │ │ ├── BeikeVulfixUtils.h
│ │ │ ├── DlgShutdownPrompt.cpp
│ │ │ ├── DlgShutdownPrompt.h
│ │ │ ├── DlgViewDetail.cpp
│ │ │ ├── DlgViewDetail.h
│ │ │ ├── HyperTextCtrl.cpp
│ │ │ ├── HyperTextCtrl.h
│ │ │ ├── HyperTextParser.cpp
│ │ │ ├── HyperTextParser.h
│ │ │ ├── ListViewCtrlEx.cpp
│ │ │ ├── ListViewCtrlEx.h
│ │ │ ├── RichEditCtrlEx.cpp
│ │ │ └── RichEditCtrlEx.h
│ │ ├── beikesafe.rc
│ │ ├── beikesafe.vcproj
│ │ ├── beikesafemsgbox.cpp
│ │ ├── beikesafemsgbox.h
│ │ ├── bksafevulmaindlg.cpp
│ │ ├── bksafevulmaindlg.h
│ │ ├── bksafevulmodule.cpp
│ │ ├── bksafevulmodule.h
│ │ ├── bkwinres.h
│ │ ├── bkwinres.rc2
│ │ ├── res
│ │ │ ├── beikesafe.ico
│ │ │ ├── beikesafe.manifest
│ │ │ ├── btn_sys_close.png
│ │ │ ├── btn_sys_maximize.png
│ │ │ ├── btn_sys_minimize.png
│ │ │ ├── btn_sys_restore.bmp
│ │ │ ├── btn_sys_restore.png
│ │ │ ├── def_skin.xml
│ │ │ ├── def_string.xml
│ │ │ ├── def_style.xml
│ │ │ ├── detail_header.bmp
│ │ │ ├── dlg_main.xml
│ │ │ ├── dlg_msgbox.xml
│ │ │ ├── dlg_msgbox2.xml
│ │ │ ├── dlg_virscan_white_list.xml
│ │ │ ├── dlg_vul_Detail.xml
│ │ │ ├── dlg_vul_Superseded.xml
│ │ │ ├── dlg_vul_main.xml
│ │ │ ├── dlg_vul_shutdownPrompt.xml
│ │ │ ├── dlgfile_foot.xml
│ │ │ ├── dlgfile_header.xml
│ │ │ ├── dlgfile_home.xml
│ │ │ ├── frame_panel.bmp
│ │ │ ├── frame_panel_gray.bmp
│ │ │ ├── icon_virscan.png
│ │ │ ├── list_template_iefix_init_ctrl.xml
│ │ │ ├── list_template_protection_ctrl.xml
│ │ │ ├── list_template_protection_log.xml
│ │ │ ├── list_template_softmgr_necess.xml
│ │ │ ├── listctrl_check.bmp
│ │ │ ├── listctrl_check2.bmp
│ │ │ ├── listctrl_header.bmp
│ │ │ ├── listctrl_radio.bmp
│ │ │ ├── main_bg_body.bmp
│ │ │ ├── main_bg_footer.bmp
│ │ │ ├── main_bg_header.bmp
│ │ │ ├── minus_plus.bmp
│ │ │ ├── msgbox_bg - 鍓湰.bmp
│ │ │ ├── msgbox_bg.bmp
│ │ │ ├── msgbox_body_bg.bmp
│ │ │ ├── panel_vul_display_hide_detail.xml
│ │ │ ├── panel_vul_display_show_detail.xml
│ │ │ ├── progress_bar_bg.bmp
│ │ │ ├── progress_bar_value.bmp
│ │ │ ├── scan_result_list_bar.bmp
│ │ │ ├── small.ico
│ │ │ ├── split_datail.png
│ │ │ ├── splitter_arrow.bmp
│ │ │ ├── vul_Detail.bmp
│ │ │ └── vul_tip_icon.png
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ └── vulfix_dll
│ ├── NOTICE.txt
│ ├── VulfixDll
│ │ ├── Release
│ │ │ └── BuildLog.htm
│ │ ├── Vulfix.cpp
│ │ ├── VulfixDll.vcproj
│ │ ├── export.def
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── VulfixLib
│ │ ├── EnvUtils.cpp
│ │ ├── EnvUtils.h
│ │ ├── FileDownloader.cpp
│ │ ├── FileDownloader.h
│ │ ├── HotfixUtils.cpp
│ │ ├── HotfixUtils.h
│ │ ├── ImplRepairVul.cpp
│ │ ├── ImplRepairVul.h
│ │ ├── ImplUpdateHelper.cpp
│ │ ├── ImplUpdateHelper.h
│ │ ├── ImplVulIgnore.cpp
│ │ ├── ImplVulIgnore.h
│ │ ├── ImplVulfix.cpp
│ │ ├── ImplVulfix.h
│ │ ├── ItemFilter.cpp
│ │ ├── ItemFilter.h
│ │ ├── LeakDB.cpp
│ │ ├── LeakDB.h
│ │ ├── LeakDBUpdate.cpp
│ │ ├── LeakDBUpdate.h
│ │ ├── LibLoader.cpp
│ │ ├── LibLoader.h
│ │ ├── Release
│ │ │ └── BuildLog.htm
│ │ ├── UserPatcher.cpp
│ │ ├── UserPatcher.h
│ │ ├── Utils.h
│ │ ├── VulfixLib.vcproj
│ │ ├── WUAUpdateInfo.cpp
│ │ ├── WUAUpdateInfo.h
│ │ ├── XmlManager.cpp
│ │ ├── XmlManager.h
│ │ ├── pkgupk
│ │ │ ├── CabUpk.cpp
│ │ │ ├── CabUpk.h
│ │ │ ├── INCLUDE
│ │ │ │ ├── FCI.H
│ │ │ │ └── FDI.H
│ │ │ ├── LIB
│ │ │ │ ├── FCI.LIB
│ │ │ │ └── FDI.LIB
│ │ │ ├── LibPkgUpk.cpp
│ │ │ ├── LibPkgUpk.h
│ │ │ ├── MsiUpk.cpp
│ │ │ ├── MsiUpk.h
│ │ │ ├── Utils.cpp
│ │ │ └── Utils.h
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ └── libDownload
│ ├── Debug
│ │ └── BuildLog.htm
│ ├── Defines.cpp
│ ├── Defines.h
│ ├── Download.cpp
│ ├── Download.h
│ ├── FileStream.cpp
│ ├── FileStream.h
│ ├── HttpAsyncRequest.cpp
│ ├── HttpAsyncRequest.h
│ ├── LibDownload.cpp
│ ├── LocalFileDownload.cpp
│ ├── LocalFileDownload.h
│ ├── MD5Checksum.cpp
│ ├── MD5Checksum.h
│ ├── MD5ChecksumDefines.h
│ ├── Macro.h
│ ├── Release
│ │ └── BuildLog.htm
│ ├── RequestPool.cpp
│ ├── RequestPool.h
│ ├── Segment.cpp
│ ├── Segment.h
│ ├── SegmentPool.cpp
│ ├── SegmentPool.h
│ ├── UrlPool.cpp
│ ├── UrlPool.h
│ ├── Utilfunction.cpp
│ ├── Utilfunction.h
│ ├── libDownload.vcproj
│ ├── stdafx.cpp
│ └── stdafx.h
├── test
│ └── leakscan_test
│ ├── leakscan_test.cpp
│ ├── leakscan_test.vcproj
│ ├── stdafx.cpp
│ └── stdafx.h
└── 金山卫士漏洞扫描C 源码_Kinsoft.Net.rar
44 directories, 325 files