├── .gitattributes ├── Debug ├── DllInjer.dll └── Securityguards.exe ├── DllIjner ├── DllIjner.vcxproj └── DllIjner.vcxproj.filters ├── DllInjer ├── DllInjer.cpp ├── DllInjer.vcxproj ├── DllInjer.vcxproj.filters ├── DllInjer.vcxproj.user ├── ReadMe.txt ├── dllmain.cpp ├── stdafx.cpp ├── stdafx.h └── targetver.h ├── PythonSERVICE.txt ├── README.md ├── Securityguards.sln ├── Securityguards.v12.suo ├── Securityguards ├── BlacklistDialog.cpp ├── BlacklistDialog.h ├── FileInfo.cpp ├── FileInfo.h ├── HeapInfoDialogBox.cpp ├── HeapInfoDialogBox.h ├── MD5.cpp ├── MD5.h ├── MFCsockclass.cpp ├── MFCsockclass.h ├── MasterTabCtrl.cpp ├── MasterTabCtrl.h ├── MasterWindows.cpp ├── MasterWindows.h ├── ModuleInfoDialogBox.cpp ├── ModuleInfoDialogBox.h ├── ProgramStart.cpp ├── ProgramStart.h ├── RVAtoFOA.cpp ├── RVAtoFOA.h ├── Securityguards.aps ├── Securityguards.rc ├── Securityguards.vcxproj ├── Securityguards.vcxproj.filters ├── StructDataofStream.h ├── Tab_CleanruDialogbox.cpp ├── Tab_CleanruDialogbox.h ├── Tab_DirectoryTables.cpp ├── Tab_DirectoryTables.h ├── Tab_Dlltables.cpp ├── Tab_Dlltables.h ├── Tab_ExportTable.cpp ├── Tab_ExportTable.h ├── Tab_FilePosition.cpp ├── Tab_FilePosition.h ├── Tab_ImportTable.cpp ├── Tab_ImportTable.h ├── Tab_LDCS.cpp ├── Tab_LDCS.h ├── Tab_MemoryDialogbox.cpp ├── Tab_MemoryDialogbox.h ├── Tab_NetworktoolDialogbox.cpp ├── Tab_NetworktoolDialogbox.h ├── Tab_PEfileanalDialogbox.cpp ├── Tab_PEfileanalDialogbox.h ├── Tab_ProcessmangDialogbox.cpp ├── Tab_ProcessmangDialogbox.h ├── Tab_RELOCATION.cpp ├── Tab_RELOCATION.h ├── Tab_SectionView.cpp ├── Tab_SectionView.h ├── Tab_SoftwarmangDialogbox.cpp ├── Tab_SoftwarmangDialogbox.h ├── Tab_TlsTables.cpp ├── Tab_TlsTables.h ├── Tab_resourceTables.cpp ├── Tab_resourceTables.h ├── ThreadDialogbox.cpp ├── ThreadDialogbox.h ├── WhiteDialogBox.cpp ├── WhiteDialogBox.h ├── resource.h └── stdafx.h └── 图片资源管理 ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── image.md ├── snowflake_48px_1196813_easyicon.net.ico ├── snowflakes_snow_48px_1180750_easyicon.net.ico └── wolf_72px_504554_easyicon.net.bmp /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/.gitattributes -------------------------------------------------------------------------------- /Debug/DllInjer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Debug/DllInjer.dll -------------------------------------------------------------------------------- /Debug/Securityguards.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Debug/Securityguards.exe -------------------------------------------------------------------------------- /DllIjner/DllIjner.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/DllIjner/DllIjner.vcxproj -------------------------------------------------------------------------------- /DllIjner/DllIjner.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/DllIjner/DllIjner.vcxproj.filters -------------------------------------------------------------------------------- /DllInjer/DllInjer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/DllInjer/DllInjer.cpp -------------------------------------------------------------------------------- /DllInjer/DllInjer.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/DllInjer/DllInjer.vcxproj -------------------------------------------------------------------------------- /DllInjer/DllInjer.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/DllInjer/DllInjer.vcxproj.filters -------------------------------------------------------------------------------- /DllInjer/DllInjer.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/DllInjer/DllInjer.vcxproj.user -------------------------------------------------------------------------------- /DllInjer/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/DllInjer/ReadMe.txt -------------------------------------------------------------------------------- /DllInjer/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/DllInjer/dllmain.cpp -------------------------------------------------------------------------------- /DllInjer/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/DllInjer/stdafx.cpp -------------------------------------------------------------------------------- /DllInjer/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/DllInjer/stdafx.h -------------------------------------------------------------------------------- /DllInjer/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/DllInjer/targetver.h -------------------------------------------------------------------------------- /PythonSERVICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/PythonSERVICE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/README.md -------------------------------------------------------------------------------- /Securityguards.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards.sln -------------------------------------------------------------------------------- /Securityguards.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards.v12.suo -------------------------------------------------------------------------------- /Securityguards/BlacklistDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/BlacklistDialog.cpp -------------------------------------------------------------------------------- /Securityguards/BlacklistDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/BlacklistDialog.h -------------------------------------------------------------------------------- /Securityguards/FileInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/FileInfo.cpp -------------------------------------------------------------------------------- /Securityguards/FileInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/FileInfo.h -------------------------------------------------------------------------------- /Securityguards/HeapInfoDialogBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/HeapInfoDialogBox.cpp -------------------------------------------------------------------------------- /Securityguards/HeapInfoDialogBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/HeapInfoDialogBox.h -------------------------------------------------------------------------------- /Securityguards/MD5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/MD5.cpp -------------------------------------------------------------------------------- /Securityguards/MD5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/MD5.h -------------------------------------------------------------------------------- /Securityguards/MFCsockclass.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/MFCsockclass.cpp -------------------------------------------------------------------------------- /Securityguards/MFCsockclass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/MFCsockclass.h -------------------------------------------------------------------------------- /Securityguards/MasterTabCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/MasterTabCtrl.cpp -------------------------------------------------------------------------------- /Securityguards/MasterTabCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/MasterTabCtrl.h -------------------------------------------------------------------------------- /Securityguards/MasterWindows.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/MasterWindows.cpp -------------------------------------------------------------------------------- /Securityguards/MasterWindows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/MasterWindows.h -------------------------------------------------------------------------------- /Securityguards/ModuleInfoDialogBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/ModuleInfoDialogBox.cpp -------------------------------------------------------------------------------- /Securityguards/ModuleInfoDialogBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/ModuleInfoDialogBox.h -------------------------------------------------------------------------------- /Securityguards/ProgramStart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/ProgramStart.cpp -------------------------------------------------------------------------------- /Securityguards/ProgramStart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/ProgramStart.h -------------------------------------------------------------------------------- /Securityguards/RVAtoFOA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/RVAtoFOA.cpp -------------------------------------------------------------------------------- /Securityguards/RVAtoFOA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/RVAtoFOA.h -------------------------------------------------------------------------------- /Securityguards/Securityguards.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Securityguards.aps -------------------------------------------------------------------------------- /Securityguards/Securityguards.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Securityguards.rc -------------------------------------------------------------------------------- /Securityguards/Securityguards.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Securityguards.vcxproj -------------------------------------------------------------------------------- /Securityguards/Securityguards.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Securityguards.vcxproj.filters -------------------------------------------------------------------------------- /Securityguards/StructDataofStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/StructDataofStream.h -------------------------------------------------------------------------------- /Securityguards/Tab_CleanruDialogbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_CleanruDialogbox.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_CleanruDialogbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_CleanruDialogbox.h -------------------------------------------------------------------------------- /Securityguards/Tab_DirectoryTables.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_DirectoryTables.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_DirectoryTables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_DirectoryTables.h -------------------------------------------------------------------------------- /Securityguards/Tab_Dlltables.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_Dlltables.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_Dlltables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_Dlltables.h -------------------------------------------------------------------------------- /Securityguards/Tab_ExportTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_ExportTable.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_ExportTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_ExportTable.h -------------------------------------------------------------------------------- /Securityguards/Tab_FilePosition.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_FilePosition.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_FilePosition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_FilePosition.h -------------------------------------------------------------------------------- /Securityguards/Tab_ImportTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_ImportTable.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_ImportTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_ImportTable.h -------------------------------------------------------------------------------- /Securityguards/Tab_LDCS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_LDCS.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_LDCS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_LDCS.h -------------------------------------------------------------------------------- /Securityguards/Tab_MemoryDialogbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_MemoryDialogbox.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_MemoryDialogbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_MemoryDialogbox.h -------------------------------------------------------------------------------- /Securityguards/Tab_NetworktoolDialogbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_NetworktoolDialogbox.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_NetworktoolDialogbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_NetworktoolDialogbox.h -------------------------------------------------------------------------------- /Securityguards/Tab_PEfileanalDialogbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_PEfileanalDialogbox.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_PEfileanalDialogbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_PEfileanalDialogbox.h -------------------------------------------------------------------------------- /Securityguards/Tab_ProcessmangDialogbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_ProcessmangDialogbox.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_ProcessmangDialogbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_ProcessmangDialogbox.h -------------------------------------------------------------------------------- /Securityguards/Tab_RELOCATION.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_RELOCATION.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_RELOCATION.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_RELOCATION.h -------------------------------------------------------------------------------- /Securityguards/Tab_SectionView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_SectionView.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_SectionView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_SectionView.h -------------------------------------------------------------------------------- /Securityguards/Tab_SoftwarmangDialogbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_SoftwarmangDialogbox.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_SoftwarmangDialogbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_SoftwarmangDialogbox.h -------------------------------------------------------------------------------- /Securityguards/Tab_TlsTables.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_TlsTables.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_TlsTables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_TlsTables.h -------------------------------------------------------------------------------- /Securityguards/Tab_resourceTables.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_resourceTables.cpp -------------------------------------------------------------------------------- /Securityguards/Tab_resourceTables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/Tab_resourceTables.h -------------------------------------------------------------------------------- /Securityguards/ThreadDialogbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/ThreadDialogbox.cpp -------------------------------------------------------------------------------- /Securityguards/ThreadDialogbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/ThreadDialogbox.h -------------------------------------------------------------------------------- /Securityguards/WhiteDialogBox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/WhiteDialogBox.cpp -------------------------------------------------------------------------------- /Securityguards/WhiteDialogBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/WhiteDialogBox.h -------------------------------------------------------------------------------- /Securityguards/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/resource.h -------------------------------------------------------------------------------- /Securityguards/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/Securityguards/stdafx.h -------------------------------------------------------------------------------- /图片资源管理/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/图片资源管理/1.png -------------------------------------------------------------------------------- /图片资源管理/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/图片资源管理/2.png -------------------------------------------------------------------------------- /图片资源管理/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/图片资源管理/3.png -------------------------------------------------------------------------------- /图片资源管理/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/图片资源管理/4.png -------------------------------------------------------------------------------- /图片资源管理/image.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /图片资源管理/snowflake_48px_1196813_easyicon.net.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/图片资源管理/snowflake_48px_1196813_easyicon.net.ico -------------------------------------------------------------------------------- /图片资源管理/snowflakes_snow_48px_1180750_easyicon.net.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/图片资源管理/snowflakes_snow_48px_1180750_easyicon.net.ico -------------------------------------------------------------------------------- /图片资源管理/wolf_72px_504554_easyicon.net.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TimelifeCzy/Security-guard/HEAD/图片资源管理/wolf_72px_504554_easyicon.net.bmp --------------------------------------------------------------------------------