实例介绍
PCRat远控开源代码.个人感觉应该是不错的源码
【实例截图】
【核心代码】
PCRat远控开源代码.7z
├── common
│ ├── Audio.cpp
│ ├── Audio.h
│ ├── CursorInfo.h
│ ├── macros.h
│ ├── VideoCodec.h
│ └── zlib
│ ├── zconf.h
│ ├── zlib.h
│ └── zlib.lib
├── Language
│ ├── Debug
│ │ ├── BuildLog.htm
│ │ ├── gh0st.res
│ │ ├── simple_chinese.dll.embed.manifest
│ │ ├── simple_chinese.dll.embed.manifest.res
│ │ └── simple_chinese.dll.intermediate.manifest
│ ├── gh0st.rc
│ ├── Language.cpp
│ ├── Language.vcproj
│ ├── Language.vcproj.8.00.old
│ ├── Language.vcproj.Lang-PC.Administrator.user
│ ├── Language.vcxproj
│ ├── Language.vcxproj.filters
│ ├── Language.vcxproj.user
│ ├── ReadMe.txt
│ ├── Release
│ │ ├── BuildLog.htm
│ │ ├── gh0st.res
│ │ ├── Language.Build.CppClean.log
│ │ ├── Language.dll.intermediate.manifest
│ │ ├── Language.lastbuildstate
│ │ └── Language.log
│ ├── res
│ │ ├── 1.cur
│ │ ├── 2.cur
│ │ ├── 334.ico
│ │ ├── 3.cur
│ │ ├── 4.cur
│ │ ├── about.files
│ │ │ ├── filelist.xml
│ │ │ ├── image001.wmz
│ │ │ └── image002.gif
│ │ ├── about.htm
│ │ ├── About.txt
│ │ ├── audio.ico
│ │ ├── Bitmap_4.bmp
│ │ ├── Bitmap_5.bmp
│ │ ├── BtnPause.ico
│ │ ├── BtnPlay.ico
│ │ ├── cmdshell.ico
│ │ ├── dot.cur
│ │ ├── DownFile.bmp
│ │ ├── dword.ico
│ │ ├── FileToolBar.bmp
│ │ ├── fire.txt
│ │ ├── gh0st.ico
│ │ ├── gh0st.rc2
│ │ ├── icon1.ico
│ │ ├── keyboard.ico
│ │ ├── MainBar3222.bmp
│ │ ├── MainBar323.bmp
│ │ ├── MainBar32.bmp
│ │ ├── mainbar_.bmp
│ │ ├── MainBar.bmp
│ │ ├── MainBarHui32.bmp
│ │ ├── OK.ico
│ │ ├── PCRat 远程管理软件免责声明.txt
│ │ ├── PCRat 远程管理软件免责声明 - 副本.txt
│ │ ├── regedit
│ │ ├── regedit.ico
│ │ ├── regsz.ico
│ │ ├── remote.ico
│ │ ├── SafeSoft.txt
│ │ ├── shut.ico
│ │ ├── system.ico
│ │ ├── SystemInfo.ico
│ │ ├── taskmgr.ico
│ │ ├── Thumbs.db
│ │ ├── thunder.ico
│ │ ├── toolbar1.bmp
│ │ ├── toolbar2.bmp
│ │ ├── virus.txt
│ │ ├── wait.ico
│ │ ├── webcam.ico
│ │ └── 文件夹1.ico
│ ├── resource.h
│ ├── stdafx.cpp
│ └── stdafx.h
├── PCRat
│ ├── AES.cpp
│ ├── AES.h
│ ├── AudioDlg.cpp
│ ├── AudioDlg.h
│ ├── BmpToAvi.cpp
│ ├── BmpToAvi.h
│ ├── BuildTab.cpp
│ ├── BuildTab.h
│ ├── C3322Dlg.cpp
│ ├── C3322Dlg.h
│ ├── CeXDib.cpp
│ ├── CeXDib.h
│ ├── CJ60Lib
│ │ ├── CJ60Lib
│ │ │ ├── CJ60Lib.clw
│ │ │ ├── CJ60lib.cpp
│ │ │ ├── CJ60lib.def
│ │ │ ├── CJ60Lib.dsp
│ │ │ ├── CJ60Lib.dsw
│ │ │ ├── CJ60Lib.positions
│ │ │ ├── CJ60Lib.rc
│ │ │ ├── CJ60StaticLib.dsp
│ │ │ ├── CJ60StaticLib.sln
│ │ │ ├── CJ60StaticLib.sln.old
│ │ │ ├── CJ60StaticLib.suo
│ │ │ ├── CJ60StaticLib.suo.old
│ │ │ ├── CJ60StaticLib.vcproj
│ │ │ ├── CJ60StaticLib.vcproj.8.00.old
│ │ │ ├── CJ60StaticLib.vcproj.LANG.Administrator.user
│ │ │ ├── CJ60StaticLib.vcproj.Lang-PC.Administrator.user
│ │ │ ├── CJ60StaticLib.vcxproj
│ │ │ ├── CJ60StaticLib.vcxproj.filters
│ │ │ ├── CJ60StaticLib.vcxproj.user
│ │ │ ├── CJCaption.cpp
│ │ │ ├── CJControlBar.cpp
│ │ │ ├── CJDockBar.cpp
│ │ │ ├── CJDockContext.cpp
│ │ │ ├── CJExplorerBar.cpp
│ │ │ ├── CJFlatButton.cpp
│ │ │ ├── CJFlatComboBox.cpp
│ │ │ ├── CJFlatHeaderCtrl.cpp
│ │ │ ├── CJFrameInfo.cpp
│ │ │ ├── CJFrameWnd.cpp
│ │ │ ├── CJListCtrl.cpp
│ │ │ ├── CJListView.cpp
│ │ │ ├── CJMDIFrameWnd.cpp
│ │ │ ├── CJMiniDockFrameWnd.cpp
│ │ │ ├── CJOutlookBar.cpp
│ │ │ ├── CJPagerCtrl.cpp
│ │ │ ├── CJSearchEdit.cpp
│ │ │ ├── CJSizeDockBar.cpp
│ │ │ ├── CJTabctrlBar.cpp
│ │ │ ├── CJTabView.cpp
│ │ │ ├── CJToolBar.cpp
│ │ │ ├── CoolBar.cpp
│ │ │ ├── CoolMenu.cpp
│ │ │ ├── Debug
│ │ │ │ ├── BuildLog.htm
│ │ │ │ ├── CJ60StaticLib.lastbuildstate
│ │ │ │ └── CJ60StaticLib.log
│ │ │ ├── FixTB.cpp
│ │ │ ├── FlatBar.cpp
│ │ │ ├── Globals.cpp
│ │ │ ├── Globals.h
│ │ │ ├── hyperlink.cpp
│ │ │ ├── ipch
│ │ │ │ └── cj60staticlib-23968401
│ │ │ ├── MenuBar.cpp
│ │ │ ├── ModulVer.cpp
│ │ │ ├── readme.txt
│ │ │ ├── Release
│ │ │ │ ├── BuildLog.htm
│ │ │ │ ├── CJ60StaticLib.lastbuildstate
│ │ │ │ └── CJ60StaticLib.log
│ │ │ ├── res
│ │ │ │ ├── btn_arro.bmp
│ │ │ │ ├── btn_explorer.bmp
│ │ │ │ ├── button_images.bmp
│ │ │ │ ├── cj60lib.rc2
│ │ │ │ ├── cj_logo.bmp
│ │ │ │ ├── hsplitba.cur
│ │ │ │ └── vsplitba.cur
│ │ │ ├── resource.h
│ │ │ ├── ShellPidl.cpp
│ │ │ ├── ShellTree.cpp
│ │ │ ├── SHFileInfo.cpp
│ │ │ ├── staticdebug
│ │ │ ├── staticrelease
│ │ │ ├── stdafx.cpp
│ │ │ ├── stdafx.h
│ │ │ ├── Subclass.cpp
│ │ │ ├── UpgradeLog2.XML
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── Include
│ │ │ ├── CJ60Lib.h
│ │ │ ├── CJCaption.h
│ │ │ ├── CJControlBar.h
│ │ │ ├── CJDockBar.h
│ │ │ ├── CJDockContext.h
│ │ │ ├── CJExplorerBar.h
│ │ │ ├── CJFlatButton.h
│ │ │ ├── CJFlatComboBox.h
│ │ │ ├── CJFlatHeaderCtrl.h
│ │ │ ├── CJFrameInfo.h
│ │ │ ├── CJFrameWnd.h
│ │ │ ├── CJListCtrl.h
│ │ │ ├── CJListView.h
│ │ │ ├── CJMDIFrameWnd.h
│ │ │ ├── CJMiniDockFrameWnd.h
│ │ │ ├── CJOutlookBar.h
│ │ │ ├── CJPagerCtrl.h
│ │ │ ├── CJSearchEdit.h
│ │ │ ├── CJSizeDockBar.h
│ │ │ ├── CJTabCtrlBar.h
│ │ │ ├── CJTabView.h
│ │ │ ├── CJToolBar.h
│ │ │ ├── CoolBar.h
│ │ │ ├── CoolMenu.h
│ │ │ ├── FixTB.h
│ │ │ ├── FlatBar.h
│ │ │ ├── hyperlink.h
│ │ │ ├── menubar.h
│ │ │ ├── ModulVer.h
│ │ │ ├── ShellPidl.h
│ │ │ ├── ShellTree.h
│ │ │ ├── SHFileInfo.h
│ │ │ └── Subclass.h
│ │ ├── Lib
│ │ │ ├── CJ60StaticLibd1.lib
│ │ │ ├── CJ60StaticLibd.lib
│ │ │ └── CJ60StaticLib.lib
│ │ ├── overview.gif
│ │ └── Readme.htm
│ ├── config.ini
│ ├── control
│ │ ├── BtnST.cpp
│ │ ├── BtnST.h
│ │ ├── HoverEdit.cpp
│ │ ├── HoverEdit.h
│ │ ├── WinXPButtonST.cpp
│ │ └── WinXPButtonST.h
│ ├── CustomTabCtrl.cpp
│ ├── CustomTabCtrl.h
│ ├── debug
│ │ ├── BuildLog.htm
│ │ ├── gh0st.map
│ │ └── gh0st.res
│ ├── DistanceBuildServer.cpp
│ ├── DistanceBuildServer.h
│ ├── DownFileDlg.cpp
│ ├── DownFileDlg.h
│ ├── EncodeChangeHEX.cpp
│ ├── EncodeChangeHEX.h
│ ├── encode.h
│ ├── FileManagerDlg.cpp
│ ├── FileManagerDlg.h
│ ├── FileTransferModeDlg.cpp
│ ├── FileTransferModeDlg.h
│ ├── FTPDlg.cpp
│ ├── FTPDlg.h
│ ├── gh0st.cpp
│ ├── gh0st.dsp
│ ├── gh0st.h
│ ├── gh0st.idc
│ ├── gh0st.opt
│ ├── gh0st.plg
│ ├── gh0st.rc
│ ├── gh0st.sln
│ ├── gh0st.sln.old
│ ├── gh0st.suo
│ ├── gh0st.suo.old
│ ├── gh0st.vcproj
│ ├── gh0st.vcproj.4E4BC2DA8C844EC.Administrator.user
│ ├── gh0st.vcproj.8.00.old
│ ├── gh0st.vcproj.LANG.Administrator.user
│ ├── gh0st.vcproj.Lang-PC.Administrator.user
│ ├── gh0st.vcxproj
│ ├── gh0st.vcxproj.filters
│ ├── gh0st.vcxproj.user
│ ├── HtmlCtrl.cpp
│ ├── HtmlCtrl.h
│ ├── Idiograph.cpp
│ ├── Idiograph.h
│ ├── include
│ │ ├── AppFace.h
│ │ ├── Buffer.cpp
│ │ ├── Buffer.h
│ │ ├── CpuUsage.cpp
│ │ ├── CpuUsage.h
│ │ ├── IOCPServer.cpp
│ │ ├── IOCPServer.h
│ │ ├── Mapper.h
│ │ └── SkinH.h
│ ├── InfoDlg.cpp
│ ├── InfoDlg.h
│ ├── IniFile.cpp
│ ├── IniFile.h
│ ├── InputDlg.cpp
│ ├── InputDlg.h
│ ├── ipch
│ │ └── gh0st-26506ac9
│ │ └── release
│ ├── KeyBoardDlg.cpp
│ ├── KeyBoardDlg.h
│ ├── LangListCtrl.cpp
│ ├── LangListCtrl.h
│ ├── LangListDlg.cpp
│ ├── LangListDlg.h
│ ├── LFileName.cpp
│ ├── LFileName.h
│ ├── lib
│ │ ├── SkinH.lib
│ │ ├── SkinHu.lib
│ │ └── ZProtectSDK.lib
│ ├── MainBuild.cpp
│ ├── MainBuild.h
│ ├── MainDlg.cpp
│ ├── MainDlg.h
│ ├── MainFormDlg.cpp
│ ├── MainFormDlg.h
│ ├── md5.cpp
│ ├── md5.h
│ ├── MianZeDlg.cpp
│ ├── MianZeDlg.h
│ ├── mpr.pdb
│ │ └── 1408743D42224025A49E02A79CE7190A2
│ ├── msctf.pdb
│ │ └── 173DAEF86B2548DBA6134EB74C4D2F232
│ ├── msvcrt.pdb
│ │ └── 6EC79267530C45188F2A816AD59DBBF92
│ ├── MyInfoTab.cpp
│ ├── MyInfoTab.h
│ ├── MyTab.cpp
│ ├── MyTab.h
│ ├── od.h
│ ├── ole32.pdb
│ │ └── 21425202547E4A5DA0F12B17C4131B272
│ ├── PassWordDlg.cpp
│ ├── PassWordDlg.h
│ ├── PPTooltip.cpp
│ ├── PPTooltip.h
│ ├── QQWry.Dat
│ ├── Rand.cpp
│ ├── Rand.h
│ ├── ReadMe.txt
│ ├── RegDataDlg.cpp
│ ├── RegDataDlg.h
│ ├── RegDlg.cpp
│ ├── RegDlg.h
│ ├── Release
│ │ ├── BuildLog.htm
│ │ ├── gh0st.Build.CppClean.log
│ │ ├── gh0st.lastbuildstate
│ │ ├── gh0st.log
│ │ ├── gh0st.map
│ │ ├── gh0st.res
│ │ ├── PCRat.Build.CppClean.log
│ │ └── PCRat.exe.intermediate.manifest
│ ├── removejunk.bat
│ ├── res
│ │ ├── 1.cur
│ │ ├── 2.cur
│ │ ├── 334.ico
│ │ ├── 3.cur
│ │ ├── 4.cur
│ │ ├── about.files
│ │ │ ├── filelist.xml
│ │ │ ├── image001.wmz
│ │ │ └── image002.gif
│ │ ├── about.htm
│ │ ├── About.txt
│ │ ├── audio.ico
│ │ ├── Bitmap_4.bmp
│ │ ├── Bitmap_5.bmp
│ │ ├── BtnPause.ico
│ │ ├── BtnPlay.ico
│ │ ├── cmdshell.ico
│ │ ├── dot.cur
│ │ ├── DownFile.bmp
│ │ ├── dword.ico
│ │ ├── FileToolBar.bmp
│ │ ├── fire.txt
│ │ ├── gh0st.ico
│ │ ├── gh0st.rc2
│ │ ├── icon1.ico
│ │ ├── keyboard.ico
│ │ ├── MainBar323.bmp
│ │ ├── MainBar32.bmp
│ │ ├── MainBar.bmp
│ │ ├── OK.ico
│ │ ├── PCRat 远程管理软件免责声明.txt
│ │ ├── PCRat 远程管理软件免责声明 - 副本.txt
│ │ ├── regedit
│ │ ├── regedit.ico
│ │ ├── regsz.ico
│ │ ├── remote.ico
│ │ ├── SafeSoft.txt
│ │ ├── shut.ico
│ │ ├── system.ico
│ │ ├── SystemInfo.ico
│ │ ├── taskmgr.ico
│ │ ├── Thumbs.db
│ │ ├── thunder.ico
│ │ ├── toolbar1.bmp
│ │ ├── toolbar2.bmp
│ │ ├── virus.txt
│ │ ├── wait.ico
│ │ ├── webcam.ico
│ │ └── 文件夹1.ico
│ ├── resource.h
│ ├── ScreenSpyDlg.cpp
│ ├── ScreenSpyDlg.h
│ ├── SerAttribDlg.cpp
│ ├── SerAttribDlg.h
│ ├── ServersDlg.cpp
│ ├── ServersDlg.h
│ ├── SettingDlg.cpp
│ ├── SettingDlg.h
│ ├── SettingsView.cpp
│ ├── SettingsView.h
│ ├── SEU_QQwry.cpp
│ ├── SEU_QQwry.h
│ ├── ShellDlg.cpp
│ ├── ShellDlg.h
│ ├── SkinDlg.cpp
│ ├── SkinDlg.h
│ ├── Skins
│ │ ├── 5.u3
│ │ └── 8.u3
│ ├── SOUND
│ │ ├── offline.wav
│ │ └── online.wav
│ ├── sspicli.pdb
│ │ └── 79FF79C8BA3E49F3AC1AAA7D6E8011EF2
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── SystemDlg.cpp
│ ├── SystemDlg.h
│ ├── SystemInfoDlg.cpp
│ ├── SystemInfoDlg.h
│ ├── TabInput.cpp
│ ├── TabInput.h
│ ├── TabSDIFrameWnd.cpp
│ ├── TabSDIFrameWnd.h
│ ├── TestAllDlg.cpp
│ ├── TestAllDlg.h
│ ├── TestOsInfo.cpp
│ ├── TestOsInfo.h
│ ├── TestValidata.cpp
│ ├── TestValidata.h
│ ├── TextProgressCtrl.cpp
│ ├── TextProgressCtrl.h
│ ├── ThemeUtil.cpp
│ ├── ThemeUtil.h
│ ├── Tmschema.h
│ ├── TrayIcon.cpp
│ ├── TrayIcon.h
│ ├── TrueColorToolBar.cpp
│ ├── TrueColorToolBar.h
│ ├── UpDate
│ │ └── TestSvchost.exe
│ ├── UpdateClient.cpp
│ ├── UpdateClient.h
│ ├── UpgradeLog2.XML
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── Validate.cpp
│ ├── Validate.h
│ ├── Vip Debug
│ │ ├── BuildLog.htm
│ │ └── gh0st.res
│ ├── Vip Release
│ │ ├── gh0st.exe.intermediate.manifest
│ │ ├── gh0st.lastbuildstate
│ │ ├── gh0st.log
│ │ └── gh0st.res
│ ├── WebCamDlg.cpp
│ ├── WebCamDlg.h
│ ├── WindowSet.cpp
│ └── WindowSet.h
├── removejunk.bat
└── Server
├── Comman
│ ├── install
│ │ └── rundll32
│ │ └── res
│ ├── Rundll32
│ │ ├── acl.h
│ │ ├── AES.cpp
│ │ ├── AES.h
│ │ ├── base.h
│ │ ├── Debug
│ │ │ └── Rundll32.res
│ │ ├── decode.h
│ │ ├── EncodeChangeHEX.cpp
│ │ ├── EncodeChangeHEX.h
│ │ ├── LCloseFSC.cpp
│ │ ├── LCloseFSC.h
│ │ ├── Lpk.cpp
│ │ ├── LSetup_ActiveX.cpp
│ │ ├── LSetup_ActiveX.h
│ │ ├── LSetup_AddService.cpp
│ │ ├── LSetup_AddService.h
│ │ ├── LSetup.cpp
│ │ ├── LSetup.h
│ │ ├── LSetup_ReplaceLPK.cpp
│ │ ├── LSetup_ReplaceLPK.h
│ │ ├── LSetup_ReplaceService.cpp
│ │ ├── LSetup_ReplaceService.h
│ │ ├── Rand.cpp
│ │ ├── Rand.h
│ │ ├── ReadMe.txt
│ │ ├── RegisterExport.cpp
│ │ ├── RegisterExport.h
│ │ ├── Registry.cpp
│ │ ├── Registry.h
│ │ ├── Release
│ │ │ ├── install.map
│ │ │ └── Rundll32.res
│ │ ├── res
│ │ │ ├── ICON.ico
│ │ │ ├── resource.h
│ │ │ └── Rundll32.rc
│ │ ├── Rundll32.cpp
│ │ ├── Rundll32.dsp
│ │ ├── Rundll32.dsw
│ │ ├── Rundll32.opt
│ │ ├── Rundll32.plg
│ │ ├── Rundll32.positions
│ │ ├── Rundll32.suo
│ │ ├── Rundll32.vcproj
│ │ ├── Rundll32.vcproj.LANG.Administrator.user
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TestService.cpp
│ │ ├── TestService.h
│ │ └── Tiny.h
│ ├── svchost
│ │ ├── $RECYCLE.BIN
│ │ │ └── S-1-5-21-1584526771-1249982476-2354143208-500
│ │ │ └── $RSO6JQM
│ │ │ └── 123.she
│ │ ├── 11.she
│ │ ├── 123.she
│ │ ├── ClientSocket.cpp
│ │ ├── ClientSocket.h
│ │ ├── CloseFSC.h
│ │ ├── common
│ │ │ ├── AES.cpp
│ │ │ ├── AES.h
│ │ │ ├── AudioManager.cpp
│ │ │ ├── AudioManager.h
│ │ │ ├── Buffer.cpp
│ │ │ ├── Buffer.h
│ │ │ ├── CaptureVideo.cpp
│ │ │ ├── CaptureVideo.h
│ │ │ ├── decode.h
│ │ │ ├── Dialupass.cpp
│ │ │ ├── Dialupass.h
│ │ │ ├── FileDisposal.cpp
│ │ │ ├── FileDisposal.h
│ │ │ ├── FileManager.cpp
│ │ │ ├── filemanager.h
│ │ │ ├── GetOSInfo.cpp
│ │ │ ├── GetOSInfo.h
│ │ │ ├── hidelibrary.h
│ │ │ ├── inject.h
│ │ │ ├── install.cpp
│ │ │ ├── install.h
│ │ │ ├── KernelManager.cpp
│ │ │ ├── KernelManager.h
│ │ │ ├── KeyboardManager.cpp
│ │ │ ├── KeyboardManager.h
│ │ │ ├── login.h
│ │ │ ├── loop.h
│ │ │ ├── Manager.cpp
│ │ │ ├── Manager.h
│ │ │ ├── RegEditEx.cpp
│ │ │ ├── RegEditEx.h
│ │ │ ├── RegeditOpt.cpp
│ │ │ ├── RegeditOpt.h
│ │ │ ├── Registry.cpp
│ │ │ ├── Registry.h
│ │ │ ├── RegManager.cpp
│ │ │ ├── RegManager.h
│ │ │ ├── ScreenManager.cpp
│ │ │ ├── ScreenManager.h
│ │ │ ├── ScreenSpy.cpp
│ │ │ ├── ScreenSpy.h
│ │ │ ├── ServersManagement.cpp
│ │ │ ├── ServersManagement.h
│ │ │ ├── ServersManager.cpp
│ │ │ ├── ServersManager.h
│ │ │ ├── ShellManager.cpp
│ │ │ ├── ShellManager.h
│ │ │ ├── svchost.dsw
│ │ │ ├── SystemInfoManager.cpp
│ │ │ ├── SystemInfoManager.h
│ │ │ ├── SystemManager.cpp
│ │ │ ├── SystemManager.h
│ │ │ ├── UnStall.cpp
│ │ │ ├── UnStall.h
│ │ │ ├── until.cpp
│ │ │ ├── until.h
│ │ │ ├── VideoManager.cpp
│ │ │ └── VideoManager.h
│ │ ├── DynamicAPI.h
│ │ ├── FileDisposal.cpp
│ │ ├── FileDisposal.h
│ │ ├── hidelibrary.h
│ │ ├── LInjectRun.cpp
│ │ ├── LInjectRun.h
│ │ ├── ReadMe.txt
│ │ ├── RegManager.h
│ │ ├── Release
│ │ │ ├── Server.lib
│ │ │ ├── Server.map
│ │ │ └── svchost.res
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── strmiids.lib
│ │ ├── svchost.cpp
│ │ ├── svchost.dsp
│ │ ├── svchost.dsw
│ │ ├── svchost.opt
│ │ ├── svchost.plg
│ │ ├── svchost.positions
│ │ ├── svchost.rc
│ │ ├── svchost.suo
│ │ ├── svchost.vcproj
│ │ ├── svchost.vcproj.LANG.Administrator.user
│ │ ├── svchost___Win32_Console
│ │ │ └── svchost.res
│ │ ├── svchost___Win32_Debug
│ │ │ ├── Server.lib
│ │ │ ├── Server.map
│ │ │ └── svchost.res
│ │ ├── Tiny.h
│ │ └── VA_C__Documents and Settings_Administrator_Local Settings_Application Data_VisualAssist_vc6_history_
│ └── TestSvchostDll
│ ├── Debug
│ │ └── TestSvchostDll.exe
│ ├── ReadMe.txt
│ ├── Release
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TestSvchostDll.cpp
│ ├── TestSvchostDll.dsp
│ └── TestSvchostDll.plg
├── Server.dsp
├── Server.dsw
├── Server.opt
├── Server.positions
└── Server - 副本.opt
66 directories, 587 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论