├── 3600safeOpenSource.rar ├── Anti-RootKit-Demo ├── 应用层.rar └── 驱动层.rar ├── Deianeira ├── Deianeira api开发文档.doc ├── attachment │ ├── LSP.reg │ └── SafeBoot.reg ├── common │ ├── icon │ │ ├── 0.ico │ │ ├── 1.ico │ │ ├── 10.ico │ │ ├── 11.ico │ │ ├── 12.ico │ │ ├── 13.jpg │ │ ├── 2.ico │ │ ├── 3.ico │ │ ├── 4.ico │ │ ├── 5.ico │ │ ├── 6.ico │ │ ├── 7.ico │ │ ├── 8.ico │ │ ├── 9.ico │ │ └── win.cur │ ├── ioctlcode.h │ └── lib │ │ ├── QQwry │ │ ├── QQwry.cpp │ │ └── QQwry.h │ │ ├── crc │ │ ├── crc.c │ │ ├── crc.h │ │ ├── crc.txt │ │ └── test.c │ │ ├── md5 │ │ ├── c │ │ │ ├── md5.c │ │ │ ├── md5.h │ │ │ └── test.c │ │ └── cpp │ │ │ ├── md5.cpp │ │ │ ├── md5.h │ │ │ └── test.cpp │ │ ├── mysql │ │ ├── libmysql.dll │ │ ├── libmysql.lib │ │ ├── mysql.h │ │ ├── mysqlclient.lib │ │ └── test.cpp │ │ ├── sqlite3 │ │ ├── sqlite3.dll │ │ ├── sqlite3.h │ │ └── sqlite3.lib │ │ └── zlib │ │ ├── test.c │ │ ├── zconf.h │ │ ├── zlib.h │ │ └── zlib.lib ├── exe │ └── Deianeira │ │ ├── Deianeira.sln │ │ ├── Deianeira.suo │ │ ├── Deianeira │ │ ├── AboutForm.cpp │ │ ├── AboutForm.h │ │ ├── AboutForm.resx │ │ ├── AssemblyInfo.cpp │ │ ├── CatchForm.cpp │ │ ├── CatchForm.h │ │ ├── CatchForm.resx │ │ ├── ClassDiagram1.cd │ │ ├── Debug │ │ │ └── Deianeira.write.1.tlog │ │ ├── Deianeira.cpp │ │ ├── Deianeira.vcproj │ │ ├── Deianeira.vcproj.ASUS-C75D99A670.asus.user │ │ ├── Deianeira.vcproj.asus-PC.asus.user │ │ ├── Deianeira.vcxproj │ │ ├── Deianeira.vcxproj.filters │ │ ├── Deianeira.vcxproj.user │ │ ├── DisasmForm.cpp │ │ ├── DisasmForm.h │ │ ├── DisasmForm.resx │ │ ├── Driver.cpp │ │ ├── EventlogForm.cpp │ │ ├── EventlogForm.h │ │ ├── EventlogForm.resx │ │ ├── FileRenameForm.cpp │ │ ├── FileRenameForm.h │ │ ├── FileRenameForm.resx │ │ ├── FileUnlockViewForm.cpp │ │ ├── FileUnlockViewForm.h │ │ ├── FileUnlockViewForm.resx │ │ ├── Form1.h │ │ ├── Form1.resX │ │ ├── ListViewItemComparer.h │ │ ├── OD_DASM │ │ │ ├── disasm.cpp │ │ │ └── disasm.h │ │ ├── OtherCleanSetForm.cpp │ │ ├── OtherCleanSetForm.h │ │ ├── OtherCleanSetForm.resx │ │ ├── OtherCleanTraceForm.cpp │ │ ├── OtherCleanTraceForm.h │ │ ├── OtherCleanTraceForm.resx │ │ ├── OtherShareCreateForm.cpp │ │ ├── OtherShareCreateForm.h │ │ ├── OtherShareCreateForm.resx │ │ ├── OtherUserChangeForm.cpp │ │ ├── OtherUserChangeForm.h │ │ ├── OtherUserChangeForm.resx │ │ ├── OtherUserCreateForm.cpp │ │ ├── OtherUserCreateForm.h │ │ ├── OtherUserCreateForm.resx │ │ ├── ProcessFindModuleForm.cpp │ │ ├── ProcessFindModuleForm.h │ │ ├── ProcessFindModuleForm.resx │ │ ├── ProcessHandleInfoForm.cpp │ │ ├── ProcessHandleInfoForm.h │ │ ├── ProcessHandleInfoForm.resx │ │ ├── ProcessInjectDllByHookMsg1Form.cpp │ │ ├── ProcessInjectDllByHookMsg1Form.h │ │ ├── ProcessInjectDllByHookMsg1Form.resx │ │ ├── ProcessInjectDllByHookMsg2Form.cpp │ │ ├── ProcessInjectDllByHookMsg2Form.h │ │ ├── ProcessInjectDllByHookMsg2Form.resx │ │ ├── ProcessInjectDllForm.cpp │ │ ├── ProcessInjectDllForm.h │ │ ├── ProcessInjectDllForm.resx │ │ ├── ProcessModuleForm.cpp │ │ ├── ProcessModuleForm.h │ │ ├── ProcessModuleForm.resx │ │ ├── ProcessSigverifForm.cpp │ │ ├── ProcessSigverifForm.h │ │ ├── ProcessSigverifForm.resx │ │ ├── ProcessThreadForm.cpp │ │ ├── ProcessThreadForm.h │ │ ├── ProcessThreadForm.resx │ │ ├── ReadMe.txt │ │ ├── RegUnlockViewForm.cpp │ │ ├── RegUnlockViewForm.h │ │ ├── RegUnlockViewForm.resx │ │ ├── ServiceCreateForm.cpp │ │ ├── ServiceCreateForm.h │ │ ├── ServiceCreateForm.resx │ │ ├── ServiceForm.cpp │ │ ├── ServiceForm.h │ │ ├── ServiceForm.resx │ │ ├── WinFindForm.cpp │ │ ├── WinFindForm.h │ │ ├── WinFindForm.resx │ │ ├── WinPropertyForm.cpp │ │ ├── WinPropertyForm.h │ │ ├── WinPropertyForm.resx │ │ ├── app.aps │ │ ├── app.cpp │ │ ├── app.h │ │ ├── app.ico │ │ ├── app.ico.bak │ │ ├── app.rc │ │ ├── kernel.cpp │ │ ├── kernel.h │ │ ├── monitor.h │ │ ├── ntreg.cpp │ │ ├── ntreg.h │ │ ├── ntreg_init.cpp │ │ ├── ntreg_init.h │ │ ├── other_table_export_form.cpp │ │ ├── other_table_export_form.h │ │ ├── other_table_export_form.resx │ │ ├── other_table_infect_form.cpp │ │ ├── other_table_infect_form.h │ │ ├── other_table_infect_form.resx │ │ ├── other_table_view_form.cpp │ │ ├── other_table_view_form.h │ │ ├── other_table_view_form.resx │ │ ├── pe.cpp │ │ ├── pe.h │ │ ├── reg_dword_change_form.cpp │ │ ├── reg_dword_change_form.h │ │ ├── reg_dword_change_form.resx │ │ ├── reg_find_form.cpp │ │ ├── reg_find_form.h │ │ ├── reg_find_form.resx │ │ ├── reg_multi_change_form.cpp │ │ ├── reg_multi_change_form.h │ │ ├── reg_multi_change_form.resx │ │ ├── reg_string_change_form.cpp │ │ ├── reg_string_change_form.h │ │ ├── reg_string_change_form.resx │ │ ├── resource.h │ │ ├── shadow_ssdt.cpp │ │ ├── shadow_ssdt.h │ │ ├── stdafx.cpp │ │ ├── stdafx.h │ │ └── test.resx │ │ ├── Plugin │ │ ├── AssemblyInfo.cpp │ │ ├── Debug │ │ │ └── Plugin.write.1.tlog │ │ ├── ListViewItemComparer.h │ │ ├── Plugin.cpp │ │ ├── Plugin.h │ │ ├── Plugin.vcxproj │ │ ├── Plugin.vcxproj.filters │ │ ├── Plugin.vcxproj.user │ │ ├── ReadMe.txt │ │ ├── Stdafx.cpp │ │ ├── Stdafx.h │ │ ├── app.ico │ │ ├── app.rc │ │ └── resource.h │ │ ├── PluginTest │ │ ├── AssemblyInfo.cpp │ │ ├── Debug │ │ │ ├── PluginTest.write.1.tlog │ │ │ └── ResolveAssemblyReference.cache │ │ ├── Form1.cpp │ │ ├── Form1.h │ │ ├── Form1.resx │ │ ├── PluginTest.cpp │ │ ├── PluginTest.h │ │ ├── PluginTest.vcxproj │ │ ├── PluginTest.vcxproj.filters │ │ ├── PluginTest.vcxproj.user │ │ ├── ReadMe.txt │ │ ├── Stdafx.cpp │ │ ├── Stdafx.h │ │ ├── app.ico │ │ ├── app.rc │ │ └── resource.h │ │ ├── PluginTest2 │ │ ├── AssemblyInfo.cpp │ │ ├── Debug │ │ │ └── PluginTest2.write.1.tlog │ │ ├── PluginTest2.cpp │ │ ├── PluginTest2.h │ │ ├── PluginTest2.vcxproj │ │ ├── PluginTest2.vcxproj.filters │ │ ├── PluginTest2.vcxproj.user │ │ ├── ReadMe.txt │ │ ├── Stdafx.cpp │ │ ├── Stdafx.h │ │ ├── app.ico │ │ ├── app.rc │ │ └── resource.h │ │ └── common │ │ ├── com_.h │ │ ├── common.cpp │ │ ├── common.h │ │ ├── common_net.cpp │ │ ├── common_net.h │ │ ├── process.cpp │ │ ├── process.h │ │ ├── sigverif.cpp │ │ ├── sigverif.h │ │ ├── sysmodule.cpp │ │ └── sysmodule.h ├── release │ ├── Deianeira.config │ ├── Deianeira.exe │ ├── Deianeira.sys │ ├── Plugin.dll │ ├── QQWry.Dat │ └── plugins │ │ ├── PluginTest.dll │ │ └── PluginTest2.dll └── sys_win7 │ └── Deianeira │ ├── Deianeira.ncb │ ├── Deianeira.sln │ ├── Deianeira.suo │ └── Deianeira │ ├── BuildLog.htm │ ├── Deianeira.W7.vcproj │ ├── Deianeira.W7.vcproj.ASUS-3F5CEB6CE3.asus.user │ ├── Deianeira.W7.vcproj.ZZYDOG-WIN7.Administrator.user │ ├── Deianeira.W7.vcproj.asus-PC.asus.user │ ├── Deianeira.c │ ├── Deianeira.vsprops │ ├── LDasm.c │ ├── LDasm.h │ ├── PREfast_defects_chk_win7_x86.xml │ ├── PREfast_defects_chk_win7_x86Sum.txt │ ├── buildchk_win7_x86.log │ ├── buildchk_win7_x86.wrn │ ├── buildfre_win7_x86.log │ ├── buildfre_win7_x86.wrn │ ├── common.c │ ├── common.h │ ├── ddkbldenv.cmd │ ├── ddkpostbld.cmd │ ├── ddkprebld.cmd │ ├── file.c │ ├── file.h │ ├── kernel.c │ ├── kernel.h │ ├── libdasm.c │ ├── libdasm.h │ ├── makefile │ ├── monitor.c │ ├── monitor.h │ ├── monitor2.c │ ├── monitor2.h │ ├── prefastchk_win7_x86.log │ ├── process.c │ ├── process.h │ ├── protection.c │ ├── protection.h │ ├── reg.c │ ├── reg.h │ ├── shadow.c │ ├── shadow.h │ ├── sources │ ├── sysmodule.c │ ├── sysmodule.h │ └── tables.h ├── DiskFilter ├── App │ ├── CoolControlsManager.cpp │ ├── CoolControlsManager.h │ ├── DiskfltInst.cpp │ ├── DiskfltInst.dsp │ ├── DiskfltInst.dsw │ ├── DiskfltInst.h │ ├── DiskfltInst.rc │ ├── GetPassWordDlg.h │ ├── LoginDlg.h │ ├── maindlg.h │ ├── md5.c │ ├── md5.h │ ├── ntdll.h │ ├── ntdll.lib │ ├── res │ │ ├── DiskfltInst.exe.manifest │ │ └── DiskfltInst.ico │ ├── resource.h │ ├── stdafx.cpp │ └── stdafx.h ├── Bin │ └── Aod.exe └── sys │ ├── GenericTable.h │ ├── breakin.c │ ├── diskfilter.aps │ ├── diskfilter.dsp │ ├── diskfilter.dsw │ ├── diskfilter.ncb │ ├── diskfilter.opt │ ├── diskfilter.rc │ ├── diskflt.c │ ├── diskflt.h │ ├── diskfltlib.c │ ├── diskfltlib.h │ ├── fatlbr.h │ ├── log.c │ ├── log.h │ ├── md5.c │ ├── md5.h │ ├── mempool │ ├── debug.c │ ├── debug.h │ ├── malloc.c │ ├── malloc.h │ ├── mempool.c │ └── mempool.h │ ├── notify.c │ ├── notify.h │ ├── ntifs.h │ ├── ntimage.h │ ├── readme.txt │ ├── res │ ├── disk.ico │ ├── disk1.ico │ ├── disk_5.ico │ ├── disk_6.ico │ └── shell32 239.ico │ └── resource.h ├── Driver-Hidden.rar ├── FileMonitor ├── FileMonitor - R0 │ ├── FileMonitor.c │ ├── common.h │ ├── makefile │ └── sources └── FileMonitor - R3 │ ├── FileMoniter.aps │ ├── FileMoniter.clw │ ├── FileMoniter.cpp │ ├── FileMoniter.dsp │ ├── FileMoniter.dsw │ ├── FileMoniter.h │ ├── FileMoniter.ncb │ ├── FileMoniter.opt │ ├── FileMoniter.plg │ ├── FileMoniter.rc │ ├── FileMoniterDoc.cpp │ ├── FileMoniterDoc.h │ ├── FileMoniterView.cpp │ ├── FileMoniterView.h │ ├── MainFrm.cpp │ ├── MainFrm.h │ ├── ReadMe.txt │ ├── Release │ ├── FileMoniter.exe │ ├── FileMoniter.obj │ ├── FileMoniter.pch │ ├── FileMoniter.res │ ├── FileMoniterDoc.obj │ ├── FileMoniterView.obj │ ├── MainFrm.obj │ ├── StdAfx.obj │ └── vc60.idb │ ├── Resource.h │ ├── StdAfx.cpp │ ├── StdAfx.h │ └── res │ ├── FileMoniter.ico │ ├── FileMoniter.rc2 │ ├── FileMoniterDoc.ico │ └── Toolbar.bmp ├── HandlerDisk_ntfs3g.sudami.V1.022.7z ├── KsBinSword ├── 文档 │ ├── 作品开发平台及运行要求.txt │ ├── 团队队员信息.doc │ ├── 帮助文档.doc │ ├── 软件介绍.ppt │ └── 软件构架.doc ├── 源代码 │ ├── 应用层代码 │ │ ├── KsBinSword.sln │ │ ├── KsBinSword.suo │ │ └── KsBinSword │ │ │ ├── DrvFltIp.h │ │ │ ├── EditEx.cpp │ │ │ ├── EditEx.h │ │ │ ├── HexEdit.cpp │ │ │ ├── HexEdit.h │ │ │ ├── Include │ │ │ └── USkin.h │ │ │ ├── KsBinSword.aps │ │ │ ├── KsBinSword.cpp │ │ │ ├── KsBinSword.h │ │ │ ├── KsBinSword.rc │ │ │ ├── KsBinSword.vcproj │ │ │ ├── KsBinSword.vcproj.CF575496F378463.Administrator.user │ │ │ ├── KsBinSwordDlg.cpp │ │ │ ├── KsBinSwordDlg.h │ │ │ ├── Lib │ │ │ └── USkin.lib │ │ │ ├── MyDriver.cpp │ │ │ ├── MyDriver.h │ │ │ ├── MyList.cpp │ │ │ ├── MyList.h │ │ │ ├── MyList1.cpp │ │ │ ├── MyList1.h │ │ │ ├── MyNativeHead.h │ │ │ ├── MySystem.cpp │ │ │ ├── MySystem.h │ │ │ ├── Page1.cpp │ │ │ ├── Page1.h │ │ │ ├── Page2.cpp │ │ │ ├── Page2.h │ │ │ ├── Page3.cpp │ │ │ ├── Page3.h │ │ │ ├── Page4.cpp │ │ │ ├── Page4.h │ │ │ ├── Page5.cpp │ │ │ ├── Page5.h │ │ │ ├── Page6.cpp │ │ │ ├── Page6.h │ │ │ ├── Page7.cpp │ │ │ ├── Page7.h │ │ │ ├── Page8.cpp │ │ │ ├── Page8.h │ │ │ ├── Page9.cpp │ │ │ ├── Page9.h │ │ │ ├── ReadMe.txt │ │ │ ├── Resource.h │ │ │ ├── RuleDlg.cpp │ │ │ ├── RuleDlg.h │ │ │ ├── Skins │ │ │ ├── 200697163746767.u3 │ │ │ └── Media.u3 │ │ │ ├── TrayIcon.cpp │ │ │ ├── TrayIcon.h │ │ │ ├── res │ │ │ ├── 35floppy.ico │ │ │ ├── Cddrive.ico │ │ │ ├── Clsdfold.ico │ │ │ ├── Drive.ico │ │ │ ├── Explorer.sys │ │ │ ├── KsBinSword.ico │ │ │ ├── KsBinSword.rc2 │ │ │ ├── MTrickster.ico │ │ │ ├── MTrickster.rc2 │ │ │ ├── MTrickster.sys │ │ │ ├── MTricksterDoc.ico │ │ │ ├── Mycomp.ico │ │ │ ├── Openfold.ico │ │ │ ├── SETUPFILE.ico │ │ │ ├── Sherlock.ico │ │ │ ├── Thumbs.db │ │ │ ├── Toolbar.bmp │ │ │ ├── a.bmp │ │ │ ├── a.ico │ │ │ ├── ico00001.ico │ │ │ ├── icon1.ico │ │ │ └── icon5.ico │ │ │ ├── sockUtil.cpp │ │ │ ├── sockutil.h │ │ │ ├── ssdt.h │ │ │ ├── stdafx.cpp │ │ │ └── stdafx.h │ └── 驱动代码 │ │ ├── DrvFltIp │ │ ├── DrvFltIp.c │ │ ├── DrvFltIp.dsp │ │ ├── DrvFltIp.dsw │ │ ├── DrvFltIp.h │ │ ├── DrvFltIp.ncb │ │ ├── DrvFltIp.opt │ │ ├── DrvFltIp.plg │ │ ├── buildchk_wxp_x86.log │ │ ├── dbghelp.h │ │ ├── ddkbuild.bat │ │ ├── makefile │ │ ├── readme.txt │ │ └── sources │ │ ├── KsBinSword │ │ ├── KBSProcess.c │ │ ├── KBSmon.c │ │ ├── KBSscsi.c │ │ ├── KsBinSword.c │ │ ├── KsBinSword.dsp │ │ ├── KsBinSword.dsw │ │ ├── KsBinSword.h │ │ ├── KsBinSword.ncb │ │ ├── KsBinSword.opt │ │ ├── KsBinSword.plg │ │ ├── buildchk_wxp_x86.log │ │ ├── dbghelp.h │ │ ├── ddkbuild.bat │ │ ├── makefile │ │ ├── ntifs.h │ │ ├── readme.txt │ │ └── sources │ │ └── explorer │ │ ├── buildchk_wxp_x86.log │ │ ├── dbghelp.h │ │ ├── ddkbuild.bat │ │ ├── explorer.c │ │ ├── explorer.dsp │ │ ├── explorer.dsw │ │ ├── explorer.h │ │ ├── explorer.ncb │ │ ├── explorer.opt │ │ ├── explorer.plg │ │ ├── makefile │ │ ├── ntifs.h │ │ ├── readme.txt │ │ └── sources ├── 程序 │ ├── DrvFltIp.sys │ ├── KsBinSword.exe │ ├── KsBinSword.sys │ ├── Skins │ │ ├── 1.u3 │ │ ├── 10.u3 │ │ ├── 11.u3 │ │ ├── 2.u3 │ │ ├── 3.u3 │ │ ├── 4.u3 │ │ ├── 5.u3 │ │ ├── 6.u3 │ │ ├── 7.u3 │ │ ├── 8.u3 │ │ └── 9.u3 │ ├── Trojan.data │ ├── USkin.dll │ ├── U盘恢复精灵.exe │ ├── explorer.sys │ ├── 帮助文档.files │ │ ├── Thumbs.db │ │ ├── filelist.xml │ │ ├── image001.png │ │ ├── image002.jpg │ │ ├── image003.png │ │ ├── image004.jpg │ │ ├── image005.png │ │ ├── image006.jpg │ │ ├── image007.png │ │ ├── image008.jpg │ │ ├── image009.png │ │ ├── image010.jpg │ │ ├── image011.png │ │ ├── image012.jpg │ │ ├── image013.png │ │ ├── image014.jpg │ │ ├── image015.png │ │ ├── image016.jpg │ │ ├── image017.png │ │ ├── image018.jpg │ │ ├── image019.png │ │ ├── image020.jpg │ │ ├── image021.png │ │ ├── image022.jpg │ │ ├── image023.png │ │ ├── image024.jpg │ │ ├── image025.png │ │ ├── image026.jpg │ │ ├── image027.png │ │ ├── image028.jpg │ │ ├── image029.png │ │ ├── image030.jpg │ │ ├── image031.png │ │ ├── image032.jpg │ │ ├── image033.png │ │ ├── image034.jpg │ │ ├── image035.png │ │ ├── image036.jpg │ │ ├── image037.png │ │ ├── image038.jpg │ │ ├── image039.png │ │ ├── image040.jpg │ │ ├── image041.png │ │ ├── image042.jpg │ │ ├── image043.png │ │ ├── image044.jpg │ │ ├── image045.png │ │ ├── image046.jpg │ │ ├── image047.png │ │ ├── image048.jpg │ │ ├── image049.png │ │ ├── image050.jpg │ │ ├── image051.png │ │ ├── image052.jpg │ │ ├── image053.png │ │ ├── image054.jpg │ │ ├── image055.png │ │ ├── image056.jpg │ │ ├── image057.png │ │ └── image058.jpg │ ├── 帮助文档.htm │ └── 脚本木马查杀.exe └── 重要,必读.txt ├── LpcDemo.7z ├── LpcDemo ├── Debug │ ├── LpcDemo_exe.exe │ ├── LpcDemo_exe.ilk │ ├── LpcDemo_exe.pdb │ ├── LpcDemo_sys.pdb │ ├── LpcDemo_sys.sys │ └── fuck.txt ├── LpcDemo.sln ├── LpcDemo.suo ├── LpcDemo_exe │ ├── Debug │ │ ├── CL.read.1.tlog │ │ ├── CL.write.1.tlog │ │ ├── LpcDemo_exe.Build.CppClean.log │ │ ├── LpcDemo_exe.exe.embed.manifest │ │ ├── LpcDemo_exe.exe.embed.manifest.res │ │ ├── LpcDemo_exe.exe.intermediate.manifest │ │ ├── LpcDemo_exe.lastbuildstate │ │ ├── LpcDemo_exe.log │ │ ├── LpcDemo_exe.obj │ │ ├── LpcDemo_exe_manifest.rc │ │ ├── cl.command.1.tlog │ │ ├── link-cvtres.read.1.tlog │ │ ├── link-cvtres.write.1.tlog │ │ ├── link.4732-cvtres.read.1.tlog │ │ ├── link.4732-cvtres.write.1.tlog │ │ ├── link.4732.read.1.tlog │ │ ├── link.4732.write.1.tlog │ │ ├── link.command.1.tlog │ │ ├── link.read.1.tlog │ │ ├── link.write.1.tlog │ │ ├── mt.command.1.tlog │ │ ├── mt.read.1.tlog │ │ ├── mt.write.1.tlog │ │ ├── rc.command.1.tlog │ │ ├── rc.read.1.tlog │ │ ├── rc.write.1.tlog │ │ ├── vc100.idb │ │ └── vc100.pdb │ ├── LpcDemo_exe.c │ ├── LpcDemo_exe.idc │ ├── LpcDemo_exe.vcxproj │ ├── LpcDemo_exe.vcxproj.filters │ └── LpcDemo_exe.vcxproj.user ├── LpcDemo_sys │ ├── Debug │ │ ├── CL.read.1.tlog │ │ ├── CL.write.1.tlog │ │ ├── LpcDemo_sys.Build.CppClean.log │ │ ├── LpcDemo_sys.lastbuildstate │ │ ├── LpcDemo_sys.log │ │ ├── LpcDemo_sys.obj │ │ ├── cl.command.1.tlog │ │ ├── link.command.1.tlog │ │ ├── link.read.1.tlog │ │ └── link.write.1.tlog │ ├── LpcDemo_sys.c │ ├── LpcDemo_sys.sdf │ ├── LpcDemo_sys.vcxproj │ ├── LpcDemo_sys.vcxproj.filters │ └── LpcDemo_sys.vcxproj.user ├── inc │ ├── CommonDefs.h │ ├── KernelModeDefs.h │ ├── Lpc.h │ ├── UserModeDefs.h │ └── ntstatus.h └── 测试前请读我.txt ├── MzfDeleteFile.rar ├── MzfFileMonSrc.rar ├── MzfHips.rar ├── NDIS6-Firewall-DEMO.rar ├── NtInfoGuySRC ├── Crypt32.Lib ├── DDK_PART │ ├── DDK_C.c │ ├── DDK_C.h │ └── DDK_C.obj ├── HyColorText.c ├── HyColorText.h ├── HyDbgHelp.c ├── HyDbgHelp.h ├── NtDriverGuy.msp ├── NtInfoGuy.c ├── Trust.7z ├── WinTrust.Lib ├── b.bat ├── builder.c ├── builder.exe ├── ccon.c ├── comm.h ├── comm_dll.h ├── comm_ext.h ├── comm_sys.h ├── db.bat ├── dbg.c ├── dbghelp.dll ├── dbghelp.h ├── dbghelp.lib ├── dll.c ├── dll.h ├── dllext.c ├── dllext.h ├── exe.rc ├── gccDbgHelp.h ├── gccWinTrust.h ├── ico │ └── NtInfoGuy.ico ├── readme.txt ├── res.h ├── res.rc ├── symsrv.dll ├── sys.c ├── sys.h ├── sysext.c ├── sysext.h └── 延时.txt ├── README.md ├── RSA-tookit.rar ├── S-Scan.rar ├── chntpw-source-110511.zip ├── gh0st3.6_src_spycoders_marjix.rar ├── lpc.zip └── tiancityLogin.zip /3600safeOpenSource.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/3600safeOpenSource.rar -------------------------------------------------------------------------------- /Anti-RootKit-Demo/应用层.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Anti-RootKit-Demo/应用层.rar -------------------------------------------------------------------------------- /Anti-RootKit-Demo/驱动层.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Anti-RootKit-Demo/驱动层.rar -------------------------------------------------------------------------------- /Deianeira/Deianeira api开发文档.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/Deianeira api开发文档.doc -------------------------------------------------------------------------------- /Deianeira/attachment/LSP.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/attachment/LSP.reg -------------------------------------------------------------------------------- /Deianeira/attachment/SafeBoot.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/attachment/SafeBoot.reg -------------------------------------------------------------------------------- /Deianeira/common/icon/0.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/icon/0.ico -------------------------------------------------------------------------------- /Deianeira/common/icon/1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/icon/1.ico -------------------------------------------------------------------------------- /Deianeira/common/icon/10.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/icon/10.ico -------------------------------------------------------------------------------- /Deianeira/common/icon/11.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/icon/11.ico -------------------------------------------------------------------------------- /Deianeira/common/icon/12.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/icon/12.ico -------------------------------------------------------------------------------- /Deianeira/common/icon/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/icon/13.jpg -------------------------------------------------------------------------------- /Deianeira/common/icon/2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/icon/2.ico -------------------------------------------------------------------------------- /Deianeira/common/icon/3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/icon/3.ico -------------------------------------------------------------------------------- /Deianeira/common/icon/4.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/icon/4.ico -------------------------------------------------------------------------------- /Deianeira/common/icon/5.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/icon/5.ico -------------------------------------------------------------------------------- /Deianeira/common/icon/6.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/icon/6.ico -------------------------------------------------------------------------------- /Deianeira/common/icon/7.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/icon/7.ico -------------------------------------------------------------------------------- /Deianeira/common/icon/8.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/icon/8.ico -------------------------------------------------------------------------------- /Deianeira/common/icon/9.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/icon/9.ico -------------------------------------------------------------------------------- /Deianeira/common/icon/win.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/icon/win.cur -------------------------------------------------------------------------------- /Deianeira/common/ioctlcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/ioctlcode.h -------------------------------------------------------------------------------- /Deianeira/common/lib/QQwry/QQwry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/lib/QQwry/QQwry.cpp -------------------------------------------------------------------------------- /Deianeira/common/lib/QQwry/QQwry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/lib/QQwry/QQwry.h -------------------------------------------------------------------------------- /Deianeira/common/lib/md5/c/test.c: -------------------------------------------------------------------------------- 1 | // md5Test 2 | // A simple test of the MD5 library. 3 | 4 | 5 | #include 6 | #include "md5.h" 7 | 8 | void MD5Test( const void *data, unsigned int len, void *dest ) 9 | { 10 | MD5_CTX ctx; 11 | 12 | MD5Init( &ctx ); 13 | MD5Update( &ctx, (unsigned char *)data, len ); 14 | MD5Final(( unsigned char * )dest, &ctx ); 15 | } 16 | 17 | int main(void) 18 | { 19 | //MD5Test 20 | return 0; 21 | } 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /Deianeira/common/lib/md5/cpp/md5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/lib/md5/cpp/md5.cpp -------------------------------------------------------------------------------- /Deianeira/common/lib/md5/cpp/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/lib/md5/cpp/md5.h -------------------------------------------------------------------------------- /Deianeira/common/lib/md5/cpp/test.cpp: -------------------------------------------------------------------------------- 1 | 2 | // md5Test 3 | // A simple test of the MD5 library. 4 | 5 | 6 | #include 7 | #include "md5.h" 8 | 9 | 10 | int main(void) 11 | { 12 | printf("MD5 Key of the phrase 'md5Test' = <%s>\n", MD5String("md5Test")); 13 | 14 | printf("MD5 Key of the file 'md5.cpp' = <%s>\n", MD5File("md5.cpp")); 15 | 16 | return 0; 17 | } -------------------------------------------------------------------------------- /Deianeira/common/lib/mysql/libmysql.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/lib/mysql/libmysql.dll -------------------------------------------------------------------------------- /Deianeira/common/lib/mysql/libmysql.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/lib/mysql/libmysql.lib -------------------------------------------------------------------------------- /Deianeira/common/lib/mysql/mysqlclient.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/lib/mysql/mysqlclient.lib -------------------------------------------------------------------------------- /Deianeira/common/lib/mysql/test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/lib/mysql/test.cpp -------------------------------------------------------------------------------- /Deianeira/common/lib/sqlite3/sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/lib/sqlite3/sqlite3.dll -------------------------------------------------------------------------------- /Deianeira/common/lib/sqlite3/sqlite3.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/lib/sqlite3/sqlite3.lib -------------------------------------------------------------------------------- /Deianeira/common/lib/zlib/zlib.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/common/lib/zlib/zlib.lib -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira.suo -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/AboutForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "AboutForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/AboutForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/AboutForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/AssemblyInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/AssemblyInfo.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/CatchForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "CatchForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/CatchForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/CatchForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ClassDiagram1.cd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/Debug/Deianeira.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/Debug/Deianeira.write.1.tlog -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/Deianeira.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/Deianeira.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/Deianeira.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/Deianeira.vcproj -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/Deianeira.vcproj.ASUS-C75D99A670.asus.user: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 35 | 36 | 39 | 63 | 64 | 65 | 66 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/Deianeira.vcproj.asus-PC.asus.user: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 35 | 36 | 39 | 63 | 64 | 65 | 66 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/Deianeira.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/DisasmForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "DisasmForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/DisasmForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/DisasmForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/Driver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/Driver.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/EventlogForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "EventlogForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/EventlogForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/EventlogForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/FileRenameForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "FileRenameForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/FileRenameForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/FileRenameForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/FileUnlockViewForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "FileUnlockViewForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/FileUnlockViewForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/FileUnlockViewForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/Form1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/Form1.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ListViewItemComparer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ListViewItemComparer.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/OD_DASM/disasm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/OD_DASM/disasm.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/OtherCleanSetForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "OtherCleanSetForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/OtherCleanSetForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/OtherCleanSetForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/OtherCleanTraceForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "OtherCleanTraceForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/OtherCleanTraceForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/OtherCleanTraceForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/OtherShareCreateForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "OtherShareCreateForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/OtherShareCreateForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/OtherShareCreateForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/OtherUserChangeForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "OtherUserChangeForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/OtherUserChangeForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/OtherUserChangeForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/OtherUserCreateForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "OtherUserCreateForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/OtherUserCreateForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/OtherUserCreateForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessFindModuleForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "ProcessFindModuleForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessFindModuleForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ProcessFindModuleForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessHandleInfoForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "ProcessHandleInfoForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessHandleInfoForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ProcessHandleInfoForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessInjectDllByHookMsg1Form.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "ProcessInjectDllByHookMsg1Form.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessInjectDllByHookMsg1Form.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ProcessInjectDllByHookMsg1Form.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessInjectDllByHookMsg2Form.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "ProcessInjectDllByHookMsg2Form.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessInjectDllByHookMsg2Form.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ProcessInjectDllByHookMsg2Form.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessInjectDllForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "ProcessInjectDllForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessInjectDllForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ProcessInjectDllForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessModuleForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "ProcessModuleForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessModuleForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ProcessModuleForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessSigverifForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "ProcessSigverifForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessSigverifForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ProcessSigverifForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessThreadForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "ProcessThreadForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ProcessThreadForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ProcessThreadForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ReadMe.txt -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/RegUnlockViewForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "RegUnlockViewForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/RegUnlockViewForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/RegUnlockViewForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ServiceCreateForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "ServiceCreateForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ServiceCreateForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ServiceCreateForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ServiceForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "ServiceForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ServiceForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ServiceForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/WinFindForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "WinFindForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/WinFindForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/WinFindForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/WinPropertyForm.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "WinPropertyForm.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/WinPropertyForm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/WinPropertyForm.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/app.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/app.aps -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/app.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/app.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/app.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/app.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/app.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/app.ico -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/app.ico.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/app.ico.bak -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/app.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/app.rc -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/kernel.cpp: -------------------------------------------------------------------------------- 1 | #include "stdafx.h" 2 | #include "kernel.h" -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/kernel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/kernel.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/monitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/monitor.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ntreg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ntreg.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ntreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ntreg.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ntreg_init.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ntreg_init.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/ntreg_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/ntreg_init.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/other_table_export_form.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "other_table_export_form.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/other_table_export_form.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/other_table_export_form.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/other_table_infect_form.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "other_table_infect_form.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/other_table_infect_form.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/other_table_infect_form.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/other_table_view_form.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "other_table_view_form.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/other_table_view_form.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/other_table_view_form.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/pe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/pe.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/pe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/pe.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/reg_dword_change_form.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "reg_dword_change_form.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/reg_dword_change_form.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/reg_dword_change_form.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/reg_find_form.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "reg_find_form.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/reg_find_form.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/reg_find_form.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/reg_multi_change_form.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "reg_multi_change_form.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/reg_multi_change_form.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/reg_multi_change_form.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/reg_string_change_form.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "reg_string_change_form.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/reg_string_change_form.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/reg_string_change_form.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by app.rc 4 | // 5 | #define IDR_ATTACHMENT_LSP 103 6 | #define IDR_ATTACHMENT_SAFEBOOT 104 7 | #define IDR_ATTACHMENT_DRIVER 105 8 | #define IDR_ATTACHMENT_CONFIG 106 9 | #define IDR_ATTACHMENT_PLUGIN 107 10 | #define IDC_CURSOR1 108 11 | #define IDC_CURSOR2 109 12 | 13 | // Next default values for new objects 14 | // 15 | #ifdef APSTUDIO_INVOKED 16 | #ifndef APSTUDIO_READONLY_SYMBOLS 17 | #define _APS_NEXT_RESOURCE_VALUE 110 18 | #define _APS_NEXT_COMMAND_VALUE 40002 19 | #define _APS_NEXT_CONTROL_VALUE 1000 20 | #define _APS_NEXT_SYMED_VALUE 101 21 | #endif 22 | #endif 23 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/shadow_ssdt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/shadow_ssdt.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/shadow_ssdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/shadow_ssdt.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/stdafx.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Deianeira/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Deianeira/stdafx.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Plugin/AssemblyInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Plugin/AssemblyInfo.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Plugin/Debug/Plugin.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Plugin/Debug/Plugin.write.1.tlog -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Plugin/ListViewItemComparer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Plugin/ListViewItemComparer.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Plugin/Plugin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Plugin/Plugin.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Plugin/Plugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Plugin/Plugin.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Plugin/Plugin.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Plugin/ReadMe.txt: -------------------------------------------------------------------------------- 1 | ======================================================================== 2 | 动态链接库:Plugin 项目概述 3 | ======================================================================== 4 | 5 | 应用程序向导已为您创建了此 Plugin DLL。 6 | 7 | 本文件概要介绍组成 Plugin 应用程序的每个文件的内容。 8 | 9 | Plugin.vcxproj 10 | 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 11 | 其中包含生成该文件的 Visual C++ 的版本信息, 12 | 以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 13 | 14 | Plugin.vcxproj.filters 15 | 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。 16 | 它包含有关项目文件与筛选器之间的关联信息。 在 IDE 中, 17 | 通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。 18 | 例如,“.cpp”文件与“源文件”筛选器关联。 19 | 20 | Plugin.cpp 21 | 这是主 DLL 源文件。 22 | 23 | Plugin.h 24 | 此文件包含类声明。 25 | 26 | AssemblyInfo.cpp 27 | 包含用于修改程序集元数据的自定义特性。 28 | 29 | ///////////////////////////////////////////////////////////////////////////// 30 | 其他注释: 31 | 32 | 应用程序向导使用“TODO:”来指示应添加或自定义的源代码部分。 33 | 34 | ///////////////////////////////////////////////////////////////////////////// 35 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Plugin/Stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Plugin/Stdafx.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Plugin/Stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Plugin/Stdafx.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Plugin/app.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Plugin/app.ico -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Plugin/app.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/Plugin/app.rc -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/Plugin/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by app.rc 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest/AssemblyInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest/AssemblyInfo.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest/Debug/PluginTest.write.1.tlog: -------------------------------------------------------------------------------- 1 | D:\Deianeira\exe\Deianeira\Debug\Plugin.dll 2 | D:\Deianeira\exe\Deianeira\Debug\Plugin.pdb 3 | D:\Deianeira\exe\Deianeira\Debug\Plugin.dll 4 | D:\Deianeira\exe\Deianeira\Debug\Plugin.pdb 5 | D:\Deianeira\exe\Deianeira\Debug\Plugin.dll 6 | D:\Deianeira\exe\Deianeira\Debug\Plugin.pdb 7 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest/Debug/ResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest/Debug/ResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest/Form1.cpp: -------------------------------------------------------------------------------- 1 | #include "StdAfx.h" 2 | #include "Form1.h" 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest/Form1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest/Form1.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest/PluginTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest/PluginTest.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest/PluginTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest/PluginTest.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest/PluginTest.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest/ReadMe.txt: -------------------------------------------------------------------------------- 1 | ======================================================================== 2 | 动态链接库:PluginTest 项目概述 3 | ======================================================================== 4 | 5 | 应用程序向导已为您创建了此 PluginTest DLL。 6 | 7 | 本文件概要介绍组成 PluginTest 应用程序的每个文件的内容。 8 | 9 | PluginTest.vcxproj 10 | 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 11 | 其中包含生成该文件的 Visual C++ 的版本信息, 12 | 以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 13 | 14 | PluginTest.vcxproj.filters 15 | 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。 16 | 它包含有关项目文件与筛选器之间的关联信息。 在 IDE 中, 17 | 通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。 18 | 例如,“.cpp”文件与“源文件”筛选器关联。 19 | 20 | PluginTest.cpp 21 | 这是主 DLL 源文件。 22 | 23 | PluginTest.h 24 | 此文件包含类声明。 25 | 26 | AssemblyInfo.cpp 27 | 包含用于修改程序集元数据的自定义特性。 28 | 29 | ///////////////////////////////////////////////////////////////////////////// 30 | 其他注释: 31 | 32 | 应用程序向导使用“TODO:”来指示应添加或自定义的源代码部分。 33 | 34 | ///////////////////////////////////////////////////////////////////////////// 35 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest/Stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest/Stdafx.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest/Stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest/Stdafx.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest/app.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest/app.ico -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest/app.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest/app.rc -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by app.rc 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest2/AssemblyInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest2/AssemblyInfo.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest2/Debug/PluginTest2.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest2/Debug/PluginTest2.write.1.tlog -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest2/PluginTest2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest2/PluginTest2.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest2/PluginTest2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest2/PluginTest2.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest2/PluginTest2.vcxproj.filters: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | {4FC737F1-C7A5-4376-A066-2A32D752A2FF} 6 | cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx 7 | 8 | 9 | {93995380-89BD-4b04-88EB-625FBE52EBFB} 10 | h;hpp;hxx;hm;inl;inc;xsd 11 | 12 | 13 | {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} 14 | rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms 15 | 16 | 17 | 18 | 19 | 头文件 20 | 21 | 22 | 头文件 23 | 24 | 25 | 头文件 26 | 27 | 28 | 29 | 30 | 源文件 31 | 32 | 33 | 源文件 34 | 35 | 36 | 源文件 37 | 38 | 39 | 40 | 41 | 42 | 资源文件 43 | 44 | 45 | 46 | 47 | 资源文件 48 | 49 | 50 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest2/PluginTest2.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest2/ReadMe.txt: -------------------------------------------------------------------------------- 1 | ======================================================================== 2 | 动态链接库:PluginTest2 项目概述 3 | ======================================================================== 4 | 5 | 应用程序向导已为您创建了此 PluginTest2 DLL。 6 | 7 | 本文件概要介绍组成 PluginTest2 应用程序的每个文件的内容。 8 | 9 | PluginTest2.vcxproj 10 | 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 11 | 其中包含生成该文件的 Visual C++ 的版本信息, 12 | 以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 13 | 14 | PluginTest2.vcxproj.filters 15 | 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。 16 | 它包含有关项目文件与筛选器之间的关联信息。 在 IDE 中, 17 | 通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。 18 | 例如,“.cpp”文件与“源文件”筛选器关联。 19 | 20 | PluginTest2.cpp 21 | 这是主 DLL 源文件。 22 | 23 | PluginTest2.h 24 | 此文件包含类声明。 25 | 26 | AssemblyInfo.cpp 27 | 包含用于修改程序集元数据的自定义特性。 28 | 29 | ///////////////////////////////////////////////////////////////////////////// 30 | 其他注释: 31 | 32 | 应用程序向导使用“TODO:”来指示应添加或自定义的源代码部分。 33 | 34 | ///////////////////////////////////////////////////////////////////////////// 35 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest2/Stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest2/Stdafx.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest2/Stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest2/Stdafx.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest2/app.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest2/app.ico -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest2/app.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/PluginTest2/app.rc -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/PluginTest2/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by app.rc 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/common/com_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/common/com_.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/common/common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/common/common.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/common/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/common/common.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/common/common_net.cpp: -------------------------------------------------------------------------------- 1 | #include "common_net.h" 2 | 3 | 4 | -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/common/common_net.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/common/common_net.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/common/process.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/common/process.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/common/process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/common/process.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/common/sigverif.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/common/sigverif.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/common/sigverif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/common/sigverif.h -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/common/sysmodule.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/common/sysmodule.cpp -------------------------------------------------------------------------------- /Deianeira/exe/Deianeira/common/sysmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/exe/Deianeira/common/sysmodule.h -------------------------------------------------------------------------------- /Deianeira/release/Deianeira.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/release/Deianeira.config -------------------------------------------------------------------------------- /Deianeira/release/Deianeira.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/release/Deianeira.exe -------------------------------------------------------------------------------- /Deianeira/release/Deianeira.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/release/Deianeira.sys -------------------------------------------------------------------------------- /Deianeira/release/Plugin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/release/Plugin.dll -------------------------------------------------------------------------------- /Deianeira/release/QQWry.Dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/release/QQWry.Dat -------------------------------------------------------------------------------- /Deianeira/release/plugins/PluginTest.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/release/plugins/PluginTest.dll -------------------------------------------------------------------------------- /Deianeira/release/plugins/PluginTest2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/release/plugins/PluginTest2.dll -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira.ncb -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira.suo -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/BuildLog.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/BuildLog.htm -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/Deianeira.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/Deianeira.c -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/Deianeira.vsprops: -------------------------------------------------------------------------------- 1 | 2 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/LDasm.h: -------------------------------------------------------------------------------- 1 | #ifndef _LDASM_ 2 | #define _LDASM_ 3 | 4 | #include 5 | 6 | 7 | unsigned long __fastcall SizeOfCode(void *Code, unsigned char **pOpcode); 8 | 9 | unsigned long __fastcall SizeOfProc(void *Proc); 10 | 11 | char __fastcall IsRelativeCmd(unsigned char *pOpcode); 12 | 13 | 14 | #endif //_LDASM_ 15 | -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/PREfast_defects_chk_win7_x86Sum.txt: -------------------------------------------------------------------------------- 1 | Thu Sep 08 12:42:25 2011 (4e68b831) 2 | 6001 25 3 | 6011 34 4 | 6014 5 5 | 6031 4 6 | 6204 4 7 | 6244 4 8 | 6262 3 9 | 6273 6 10 | 6290 1 11 | 6302 1 12 | 6309 1 13 | 6320 185 14 | 6322 3 15 | 6385 1 16 | 6387 8 17 | 28101 1 18 | 28155 6 19 | 28159 54 20 | 28169 3 21 | 28175 16 22 | 28193 1 23 | 28197 2 24 | 28251 6 25 | 28252 5 26 | 28714 1 27 | 28719 63 28 | -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/common.c -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/common.h -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/ddkbldenv.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: $Id$ 3 | -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/ddkpostbld.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: $Id$ 3 | setlocal 4 | :: Perform post-build steps 5 | :: An example follows on the next two lines ... 6 | :: xcopy /y ".\obj%BUILD_ALT_DIR%\i386\*.sys" "..\" 7 | :: xcopy /y ".\obj%BUILD_ALT_DIR%\i386\*.pdb" "..\" 8 | 9 | xcopy /y ".\obj%BUILD_ALT_DIR%\i386\*.sys" "..\..\..\release" 10 | endlocal -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/ddkprebld.cmd: -------------------------------------------------------------------------------- 1 | @echo off 2 | :: $Id$ 3 | setlocal 4 | :: Perform any pre-build steps 5 | endlocal -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/file.c -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/file.h -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/kernel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/kernel.c -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/kernel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/kernel.h -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/makefile: -------------------------------------------------------------------------------- 1 | # 2 | # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source 3 | # file to this component. This file merely indirects to the real make file 4 | # that is shared by all the components of the Windows NT DDK 5 | # 6 | 7 | !INCLUDE $(NTMAKEENV)\makefile.def 8 | -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/monitor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/monitor.c -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/monitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/monitor.h -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/monitor2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/monitor2.c -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/monitor2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/monitor2.h -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/process.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/process.c -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/process.h -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/protection.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/protection.c -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/protection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/protection.h -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/reg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/reg.c -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/reg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/reg.h -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/shadow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/shadow.c -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/shadow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/shadow.h -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/sources: -------------------------------------------------------------------------------- 1 | # $Id$ 2 | TARGETNAME=Deianeira 3 | TARGETPATH=obj 4 | TARGETTYPE=DRIVER 5 | 6 | # Create browse info 7 | #BROWSER_INFO=1 8 | #BROWSERFILE= 9 | 10 | # Additional defines for the C/C++ preprocessor 11 | C_DEFINES=$(C_DEFINES) 12 | 13 | SOURCES = common.c \ 14 | LDasm.c\ 15 | monitor.c\ 16 | protection.c\ 17 | process.c\ 18 | file.c\ 19 | shadow.c\ 20 | monitor2.c\ 21 | reg.c\ 22 | sysmodule.c\ 23 | kernel.c\ 24 | Deianeira.c 25 | -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/sysmodule.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/sysmodule.c -------------------------------------------------------------------------------- /Deianeira/sys_win7/Deianeira/Deianeira/sysmodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Deianeira/sys_win7/Deianeira/Deianeira/sysmodule.h -------------------------------------------------------------------------------- /DiskFilter/App/CoolControlsManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/App/CoolControlsManager.h -------------------------------------------------------------------------------- /DiskFilter/App/DiskfltInst.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/App/DiskfltInst.cpp -------------------------------------------------------------------------------- /DiskFilter/App/DiskfltInst.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "DiskfltInst"=.\DiskfltInst.dsp - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | -------------------------------------------------------------------------------- /DiskFilter/App/DiskfltInst.h: -------------------------------------------------------------------------------- 1 | // DiskfltInst.h 2 | -------------------------------------------------------------------------------- /DiskFilter/App/DiskfltInst.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/App/DiskfltInst.rc -------------------------------------------------------------------------------- /DiskFilter/App/GetPassWordDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/App/GetPassWordDlg.h -------------------------------------------------------------------------------- /DiskFilter/App/maindlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/App/maindlg.h -------------------------------------------------------------------------------- /DiskFilter/App/ntdll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/App/ntdll.h -------------------------------------------------------------------------------- /DiskFilter/App/ntdll.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/App/ntdll.lib -------------------------------------------------------------------------------- /DiskFilter/App/res/DiskfltInst.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | 10 | DiskfltInst Application 11 | 12 | 13 | 14 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /DiskFilter/App/res/DiskfltInst.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/App/res/DiskfltInst.ico -------------------------------------------------------------------------------- /DiskFilter/App/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by DiskfltInst.rc 4 | // 5 | #define IDD_ABOUTBOX 100 6 | #define IDR_MAINFRAME 128 7 | #define IDD_MAINDLG 129 8 | #define IDR_BIN1 202 9 | #define IDD_GETPASS 203 10 | #define IDD_LOGIN 204 11 | #define IDC_VOLUMELIST 1000 12 | #define IDC_INSTALLSYS 1001 13 | #define IDC_APPLY 1002 14 | #define IDC_COMMAND 1003 15 | #define IDC_MODIFYPWD 1004 16 | #define IDC_CURRENT_PWD 1005 17 | #define IDC_EXIT 1005 18 | #define IDC_NEW_PWD 1008 19 | #define IDC_PASSWORD 1008 20 | #define IDC_CONFIRM_PWD 1009 21 | #define IDC_PROTECTSYS 1011 22 | #define IDC_VER 1013 23 | 24 | // Next default values for new objects 25 | // 26 | #ifdef APSTUDIO_INVOKED 27 | #ifndef APSTUDIO_READONLY_SYMBOLS 28 | #define _APS_NEXT_RESOURCE_VALUE 205 29 | #define _APS_NEXT_COMMAND_VALUE 32772 30 | #define _APS_NEXT_CONTROL_VALUE 1014 31 | #define _APS_NEXT_SYMED_VALUE 101 32 | #endif 33 | #endif 34 | -------------------------------------------------------------------------------- /DiskFilter/App/stdafx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // DiskfltInst.pch will be the pre-compiled header 3 | // stdafx.obj will contain the pre-compiled type information 4 | 5 | #include "stdafx.h" 6 | 7 | #if (_ATL_VER < 0x0700) 8 | //#include 9 | #endif //(_ATL_VER < 0x0700) 10 | -------------------------------------------------------------------------------- /DiskFilter/App/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/App/stdafx.h -------------------------------------------------------------------------------- /DiskFilter/Bin/Aod.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/Bin/Aod.exe -------------------------------------------------------------------------------- /DiskFilter/sys/breakin.c: -------------------------------------------------------------------------------- 1 | // test driver 2 | 3 | #include 4 | #include 5 | 6 | #define FILE_DEVICE_DISKFLT 0x8000 7 | #define DISKFLT_IOCTL_BASE 0x800 8 | 9 | #define CTL_CODE_DISKFLT(i) \ 10 | CTL_CODE(FILE_DEVICE_DISKFLT, DISKFLT_IOCTL_BASE+i, METHOD_BUFFERED, FILE_ANY_ACCESS) 11 | 12 | #define IOCTL_DISKFLT_START CTL_CODE_DISKFLT(0) 13 | 14 | #define DISKFILTER_DOS_DEVICE_NAME_W L"\\DosDevices\\DiskFlt" 15 | #define DISKFILTER_DEVICE_NAME_W L"\\Device\\DiskFlt" 16 | 17 | int main(int argc, char* argv[]) 18 | { 19 | DWORD retBytes = 0; 20 | HANDLE handle = CreateFile("\\\\.\\DiskFlt", 21 | GENERIC_READ | GENERIC_WRITE, 22 | 0, 23 | NULL, 24 | OPEN_EXISTING, 25 | FILE_ATTRIBUTE_NORMAL, 26 | NULL); 27 | 28 | if (handle) 29 | { 30 | DeviceIoControl(handle, IOCTL_DISKFLT_START, 0, 0, 0, 0, &retBytes, NULL); 31 | CloseHandle(handle); 32 | } 33 | else 34 | { 35 | MessageBox(NULL, "CreateFile error", NULL, MB_OK | MB_ICONERROR); 36 | } 37 | 38 | return 0; 39 | } 40 | -------------------------------------------------------------------------------- /DiskFilter/sys/diskfilter.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/sys/diskfilter.aps -------------------------------------------------------------------------------- /DiskFilter/sys/diskfilter.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ### 5 | 6 | Project: "diskfilter"=.\diskfilter.dsp - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ### 29 | 30 | -------------------------------------------------------------------------------- /DiskFilter/sys/diskfilter.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/sys/diskfilter.ncb -------------------------------------------------------------------------------- /DiskFilter/sys/diskfilter.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/sys/diskfilter.opt -------------------------------------------------------------------------------- /DiskFilter/sys/diskflt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/sys/diskflt.c -------------------------------------------------------------------------------- /DiskFilter/sys/diskflt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/sys/diskflt.h -------------------------------------------------------------------------------- /DiskFilter/sys/diskfltlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/sys/diskfltlib.c -------------------------------------------------------------------------------- /DiskFilter/sys/diskfltlib.h: -------------------------------------------------------------------------------- 1 | #ifndef diskfltlib_h__ 2 | #define diskfltlib_h__ 3 | 4 | extern 5 | PDEVICE_OBJECT 6 | on_diskperf_driver_entry( 7 | PDRIVER_OBJECT driver, 8 | PUNICODE_STRING reg 9 | ); 10 | 11 | extern 12 | VOID 13 | on_diskperf_driver_unload(PDRIVER_OBJECT DriverObject); 14 | 15 | 16 | extern 17 | BOOLEAN 18 | on_diskperf_dispatch( 19 | PDEVICE_OBJECT dev, 20 | PIRP irp, 21 | NTSTATUS *status); 22 | 23 | extern 24 | BOOLEAN 25 | on_diskperf_read_write( 26 | IN PUNICODE_STRING physics_device_name, 27 | IN ULONG device_type, 28 | IN ULONG device_number, 29 | IN ULONG partition_number, 30 | IN PDEVICE_OBJECT device_object, 31 | IN PIRP irp, 32 | IN NTSTATUS *status); 33 | 34 | extern 35 | VOID 36 | on_diskperf_new_disk( 37 | IN PDEVICE_OBJECT device_object, 38 | IN PUNICODE_STRING physics_device_name, 39 | IN ULONG device_type, 40 | IN ULONG disk_number, 41 | IN ULONG partition_number 42 | ); 43 | 44 | extern 45 | VOID 46 | on_diskperf_remove_disk( 47 | IN PDEVICE_OBJECT device_object, 48 | IN PUNICODE_STRING physics_device_name 49 | ); 50 | 51 | 52 | #endif // diskfltlib_h__ 53 | -------------------------------------------------------------------------------- /DiskFilter/sys/log.c: -------------------------------------------------------------------------------- 1 | 2 | #include 3 | #include 4 | #include 5 | 6 | HANDLE _logFileHandle = NULL; 7 | 8 | NTSTATUS 9 | log_init(PUNICODE_STRING fileName) 10 | { 11 | OBJECT_ATTRIBUTES objAttr = { 0 }; 12 | IO_STATUS_BLOCK ioStatusBlock; 13 | NTSTATUS status; 14 | 15 | if(KeGetCurrentIrql() != PASSIVE_LEVEL) 16 | { 17 | return STATUS_INVALID_DEVICE_STATE; 18 | } 19 | 20 | InitializeObjectAttributes(&objAttr, fileName, OBJ_CASE_INSENSITIVE | OBJ_KERNEL_HANDLE, NULL, NULL); 21 | 22 | status = ZwCreateFile(&_logFileHandle, FILE_APPEND_DATA | SYNCHRONIZE, &objAttr, &ioStatusBlock, NULL, 23 | FILE_ATTRIBUTE_NORMAL, 0, FILE_OVERWRITE_IF, FILE_SYNCHRONOUS_IO_NONALERT, NULL, 0); 24 | if (status != STATUS_SUCCESS) 25 | _logFileHandle = NULL; 26 | return status; 27 | } 28 | 29 | NTSTATUS 30 | log_write(const char *fmt, ...) 31 | { 32 | static BOOLEAN IsInit = FALSE; 33 | va_list args; 34 | ULONG length; 35 | IO_STATUS_BLOCK ioStatus; 36 | char buff[1024]; 37 | 38 | ASSERT(_logFileHandle != NULL); 39 | 40 | va_start(args, fmt); 41 | length = _vsnprintf(buff, sizeof(buff), fmt, args); 42 | va_end(args); 43 | 44 | return ZwWriteFile(_logFileHandle, NULL, NULL, NULL, &ioStatus, buff, length, NULL, NULL); 45 | } 46 | 47 | NTSTATUS 48 | log_fini() 49 | { 50 | if (_logFileHandle) 51 | { 52 | ZwClose(_logFileHandle); 53 | _logFileHandle = NULL; 54 | } 55 | 56 | return STATUS_SUCCESS; 57 | } -------------------------------------------------------------------------------- /DiskFilter/sys/log.h: -------------------------------------------------------------------------------- 1 | #ifndef log_h__ 2 | #define log_h__ 3 | 4 | 5 | #include 6 | 7 | extern HANDLE _logFileHandle; 8 | 9 | NTSTATUS 10 | log_init(PUNICODE_STRING fileName); 11 | 12 | NTSTATUS 13 | log_write(const char *fmt, ...); 14 | 15 | NTSTATUS 16 | log_fini(); 17 | 18 | #endif // log_h__ 19 | -------------------------------------------------------------------------------- /DiskFilter/sys/mempool/mempool.h: -------------------------------------------------------------------------------- 1 | #ifndef mempool_h__ 2 | #define mempool_h__ 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | /** tag for memory blocks */ 9 | //lint -e742 10 | #define MEM_TAG '1VRD' 11 | 12 | 13 | void mempool_init(void); 14 | void mempool_fini(void); 15 | 16 | #if DBG 17 | 18 | /** 19 | * Allocate memory from nonpaged pool and store name of file and line of code with this block 20 | * @param size size of block 21 | * @param file name of file to associate with memory block 22 | * @param line line number to associate with memory block 23 | * @return address of allocated block in nonpaged pool 24 | * @retval NULL error 25 | */ 26 | void *mt_malloc(ULONG size, const char *file, ULONG line); 27 | void mt_free(void *ptr); 28 | 29 | #define __malloc(size) mt_malloc((size), __FILE__, __LINE__) 30 | #define __free(ptr) mt_free(ptr) 31 | 32 | #define _TEST_ME_ __asm int 3 33 | 34 | #else /* DBG */ 35 | 36 | void * mempool_malloc(size_t size); 37 | void mempool_free(void * ptr); 38 | 39 | #define __malloc(size) mempool_malloc(size) 40 | #define __free(ptr) mempool_free(ptr) 41 | 42 | //#endif /* _NDIS_ */ 43 | 44 | /** macro for debug break in checked build */ 45 | #define _TEST_ME_ 46 | 47 | 48 | #endif /* DBG */ 49 | 50 | #ifdef __cplusplus 51 | } // extern "C" 52 | #endif 53 | #endif // mempool_h__ -------------------------------------------------------------------------------- /DiskFilter/sys/notify.c: -------------------------------------------------------------------------------- 1 | #include "ntddk.h" 2 | #include "notify.h" 3 | #include "ntifs.h" 4 | 5 | 6 | NTSTATUS 7 | NTAPI 8 | ExRaiseHardError( 9 | IN NTSTATUS ErrorStatus, 10 | IN ULONG NumberOfParameters, 11 | IN ULONG UnicodeStringParameterMask, 12 | IN PVOID Parameters, 13 | IN ULONG ResponseOption, 14 | OUT PULONG Response ); 15 | 16 | 17 | ULONG 18 | kMessageBox ( 19 | PUNICODE_STRING Message, 20 | PUNICODE_STRING Caption, 21 | ULONG ResponseOption, 22 | ULONG Type 23 | ) 24 | { 25 | NTSTATUS Status; 26 | PVOID Parameters[] = { 27 | Message, 28 | Caption, 29 | ResponseOption | Type, 30 | 0 31 | }; 32 | 33 | ULONG Response = 0; 34 | 35 | Status = ExRaiseHardError ( 36 | STATUS_SERVICE_NOTIFICATION|0x10000000, 37 | 3, // Number of parameters 38 | 3, // Parameter mask -- first two are pointers 39 | &Parameters, 40 | ResponseOption, 41 | &Response 42 | ); 43 | 44 | return Response; 45 | } -------------------------------------------------------------------------------- /DiskFilter/sys/notify.h: -------------------------------------------------------------------------------- 1 | 2 | typedef enum _HARDERROR_RESPONSE_OPTION { 3 | OptionAbortRetryIgnore, 4 | OptionOk, 5 | OptionOkCancel, 6 | OptionRetryCancel, 7 | OptionYesNo, 8 | OptionYesNoCancel, 9 | OptionShutdownSystem, 10 | OptionExplorerTrayBaloon, 11 | OptionCancelTryAgainContinue 12 | } HARDERROR_RESPONSE_OPTION, *PHARDERROR_RESPONSE_OPTION; 13 | 14 | typedef enum _HARDERROR_RESPONSE { 15 | ResponseReturnToCaller, 16 | ResponseNotHandled, 17 | ResponseAbort, 18 | ResponseCancel, 19 | ResponseIgnore, 20 | ResponseNo, 21 | ResponseOk, 22 | ResponseRetry, 23 | ResponseYes, 24 | ResponseTryAgain, 25 | ResponseContinue 26 | } HARDERROR_RESPONSE, *PHARDERROR_RESPONSE; 27 | 28 | 29 | #define MB_ICONHAND 0x00000010L 30 | #define MB_ICONQUESTION 0x00000020L 31 | #define MB_ICONEXCLAMATION 0x00000030L 32 | #define MB_ICONASTERISK 0x00000040L 33 | 34 | #if(WINVER >= 0x0400) 35 | #define MB_USERICON 0x00000080L 36 | #define MB_ICONWARNING MB_ICONEXCLAMATION 37 | #define MB_ICONERROR MB_ICONHAND 38 | #endif /* WINVER >= 0x0400 */ 39 | 40 | #define MB_ICONINFORMATION MB_ICONASTERISK 41 | #define MB_ICONSTOP MB_ICONHAND 42 | #define MB_SETFOREGROUND 0x00010000L 43 | 44 | #define MB_DEFBUTTON1 0x00000000L 45 | #define MB_DEFBUTTON2 0x00000100L 46 | #define MB_DEFBUTTON3 0x00000200L 47 | 48 | ULONG 49 | kMessageBox ( 50 | PUNICODE_STRING Message, 51 | PUNICODE_STRING Caption, 52 | ULONG ResponseOption, 53 | ULONG Type 54 | ); 55 | -------------------------------------------------------------------------------- /DiskFilter/sys/ntifs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/sys/ntifs.h -------------------------------------------------------------------------------- /DiskFilter/sys/readme.txt: -------------------------------------------------------------------------------- 1 | ======================================================================== 2 | NT Kernel Driver : diskfilter 3 | ======================================================================== 4 | 5 | 6 | QuickSYS has created this diskfilter SYS for you. 7 | 8 | This file contains a summary of what you will find in each of the files that 9 | make up your application. 10 | 11 | diskfilter.dsp 12 | This file (the project file) contains information at the project level and 13 | is used to build a single project or subproject. Other users can share the 14 | project (.dsp) file, but they should export the makefiles locally. 15 | 16 | diskfilter.c 17 | This is the main SYS source file. 18 | 19 | diskfilter.h 20 | This file contains your SYS definition. 21 | 22 | dbghelp.h 23 | This file contains some useful macros. 24 | 25 | ///////////////////////////////////////////////////////////////////////////// 26 | Other notes: 27 | 28 | AppWizard uses "TODO:" to indicate parts of the source code you 29 | should add to or customize. 30 | 31 | 32 | ///////////////////////////////////////////////////////////////////////////// 33 | -------------------------------------------------------------------------------- /DiskFilter/sys/res/disk.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/sys/res/disk.ico -------------------------------------------------------------------------------- /DiskFilter/sys/res/disk1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/sys/res/disk1.ico -------------------------------------------------------------------------------- /DiskFilter/sys/res/disk_5.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/sys/res/disk_5.ico -------------------------------------------------------------------------------- /DiskFilter/sys/res/disk_6.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/sys/res/disk_6.ico -------------------------------------------------------------------------------- /DiskFilter/sys/res/shell32 239.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/DiskFilter/sys/res/shell32 239.ico -------------------------------------------------------------------------------- /DiskFilter/sys/resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Developer Studio generated include file. 3 | // Used by diskfilter.rc 4 | // 5 | #define IDI_ICON1 101 6 | #define IDI_ICON2 102 7 | 8 | // Next default values for new objects 9 | // 10 | #ifdef APSTUDIO_INVOKED 11 | #ifndef APSTUDIO_READONLY_SYMBOLS 12 | #define _APS_NO_MFC 1 13 | #define _APS_NEXT_RESOURCE_VALUE 103 14 | #define _APS_NEXT_COMMAND_VALUE 40001 15 | #define _APS_NEXT_CONTROL_VALUE 1000 16 | #define _APS_NEXT_SYMED_VALUE 101 17 | #endif 18 | #endif 19 | -------------------------------------------------------------------------------- /Driver-Hidden.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/Driver-Hidden.rar -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R0/FileMonitor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R0/FileMonitor.c -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R0/common.h: -------------------------------------------------------------------------------- 1 | #ifndef _MZF_COMMON_HEADER_ 2 | #define _MZF_COMMON_HEADER_ 3 | 4 | 5 | #define IOCTL_BASE 0x800 6 | #define MY_CTL_CODE(i) \ 7 | CTL_CODE \ 8 | ( \ 9 | FILE_DEVICE_DISK_FILE_SYSTEM, \ 10 | IOCTL_BASE + i, \ 11 | METHOD_BUFFERED, \ 12 | FILE_ANY_ACCESS \ 13 | ) 14 | 15 | #define IOCTL_FILEMON_SETEVENT MY_CTL_CODE(1) 16 | #define IOCTL_FILEMON_GETINFO MY_CTL_CODE(2) 17 | #define IOCTRL_STARTMON MY_CTL_CODE(3) 18 | #define IOCTRL_STOPMON MY_CTL_CODE(4) 19 | 20 | // 21 | // TODO: Add your IOCTL define here 22 | // 23 | 24 | 25 | #endif //_MZF_COMMON_HEADER_ -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R0/makefile: -------------------------------------------------------------------------------- 1 | # 2 | # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source 3 | # file to this component. This file merely indirects to the real make file 4 | # that is shared by all the components of NT OS/2 5 | # 6 | !INCLUDE $(NTMAKEENV)\makefile.def -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R0/sources: -------------------------------------------------------------------------------- 1 | TARGETNAME=FileMonitor 2 | TARGETPATH=obj 3 | TARGETTYPE=DRIVER 4 | DRIVERTYPE=FS 5 | 6 | SOURCES=FileMonitor.c -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/FileMoniter.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/FileMoniter.aps -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/FileMoniter.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "FileMoniter"=.\FileMoniter.dsp - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/FileMoniter.h: -------------------------------------------------------------------------------- 1 | // FileMoniter.h : main header file for the FILEMONITER application 2 | // 3 | 4 | #if !defined(AFX_FILEMONITER_H__FC84452A_4F54_4497_9AE6_EC74D6C522C2__INCLUDED_) 5 | #define AFX_FILEMONITER_H__FC84452A_4F54_4497_9AE6_EC74D6C522C2__INCLUDED_ 6 | 7 | #if _MSC_VER > 1000 8 | #pragma once 9 | #endif // _MSC_VER > 1000 10 | 11 | #ifndef __AFXWIN_H__ 12 | #error include 'stdafx.h' before including this file for PCH 13 | #endif 14 | 15 | #include "resource.h" // main symbols 16 | 17 | ///////////////////////////////////////////////////////////////////////////// 18 | // CFileMoniterApp: 19 | // See FileMoniter.cpp for the implementation of this class 20 | // 21 | 22 | class CFileMoniterApp : public CWinApp 23 | { 24 | public: 25 | CFileMoniterApp(); 26 | 27 | // Overrides 28 | // ClassWizard generated virtual function overrides 29 | //{{AFX_VIRTUAL(CFileMoniterApp) 30 | public: 31 | virtual BOOL InitInstance(); 32 | //}}AFX_VIRTUAL 33 | 34 | // Implementation 35 | //{{AFX_MSG(CFileMoniterApp) 36 | afx_msg void OnAppAbout(); 37 | // NOTE - the ClassWizard will add and remove member functions here. 38 | // DO NOT EDIT what you see in these blocks of generated code ! 39 | //}}AFX_MSG 40 | DECLARE_MESSAGE_MAP() 41 | }; 42 | 43 | 44 | ///////////////////////////////////////////////////////////////////////////// 45 | 46 | //{{AFX_INSERT_LOCATION}} 47 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 48 | 49 | #endif // !defined(AFX_FILEMONITER_H__FC84452A_4F54_4497_9AE6_EC74D6C522C2__INCLUDED_) 50 | -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/FileMoniter.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/FileMoniter.ncb -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/FileMoniter.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/FileMoniter.opt -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/FileMoniter.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/FileMoniter.plg -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/FileMoniter.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/FileMoniter.rc -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/FileMoniterDoc.h: -------------------------------------------------------------------------------- 1 | // FileMoniterDoc.h : interface of the CFileMoniterDoc class 2 | // 3 | ///////////////////////////////////////////////////////////////////////////// 4 | 5 | #if !defined(AFX_FILEMONITERDOC_H__EC5F81B1_6E18_4BF6_A0CE_AD7D762B4824__INCLUDED_) 6 | #define AFX_FILEMONITERDOC_H__EC5F81B1_6E18_4BF6_A0CE_AD7D762B4824__INCLUDED_ 7 | 8 | #if _MSC_VER > 1000 9 | #pragma once 10 | #endif // _MSC_VER > 1000 11 | 12 | 13 | class CFileMoniterDoc : public CDocument 14 | { 15 | protected: // create from serialization only 16 | CFileMoniterDoc(); 17 | DECLARE_DYNCREATE(CFileMoniterDoc) 18 | 19 | // Attributes 20 | public: 21 | 22 | // Operations 23 | public: 24 | 25 | // Overrides 26 | // ClassWizard generated virtual function overrides 27 | //{{AFX_VIRTUAL(CFileMoniterDoc) 28 | public: 29 | virtual BOOL OnNewDocument(); 30 | virtual void Serialize(CArchive& ar); 31 | //}}AFX_VIRTUAL 32 | 33 | // Implementation 34 | public: 35 | virtual ~CFileMoniterDoc(); 36 | #ifdef _DEBUG 37 | virtual void AssertValid() const; 38 | virtual void Dump(CDumpContext& dc) const; 39 | #endif 40 | 41 | protected: 42 | 43 | // Generated message map functions 44 | protected: 45 | //{{AFX_MSG(CFileMoniterDoc) 46 | // NOTE - the ClassWizard will add and remove member functions here. 47 | // DO NOT EDIT what you see in these blocks of generated code ! 48 | //}}AFX_MSG 49 | DECLARE_MESSAGE_MAP() 50 | }; 51 | 52 | ///////////////////////////////////////////////////////////////////////////// 53 | 54 | //{{AFX_INSERT_LOCATION}} 55 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 56 | 57 | #endif // !defined(AFX_FILEMONITERDOC_H__EC5F81B1_6E18_4BF6_A0CE_AD7D762B4824__INCLUDED_) 58 | -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/FileMoniterView.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/FileMoniterView.cpp -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/MainFrm.h: -------------------------------------------------------------------------------- 1 | // MainFrm.h : interface of the CMainFrame class 2 | // 3 | ///////////////////////////////////////////////////////////////////////////// 4 | 5 | #if !defined(AFX_MAINFRM_H__FAC9E983_938F_454A_9979_7079E96A1421__INCLUDED_) 6 | #define AFX_MAINFRM_H__FAC9E983_938F_454A_9979_7079E96A1421__INCLUDED_ 7 | 8 | #if _MSC_VER > 1000 9 | #pragma once 10 | #endif // _MSC_VER > 1000 11 | 12 | class CMainFrame : public CFrameWnd 13 | { 14 | 15 | protected: // create from serialization only 16 | CMainFrame(); 17 | DECLARE_DYNCREATE(CMainFrame) 18 | 19 | // Attributes 20 | public: 21 | 22 | // Operations 23 | public: 24 | 25 | // Overrides 26 | // ClassWizard generated virtual function overrides 27 | //{{AFX_VIRTUAL(CMainFrame) 28 | virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 29 | //}}AFX_VIRTUAL 30 | 31 | // Implementation 32 | public: 33 | virtual ~CMainFrame(); 34 | #ifdef _DEBUG 35 | virtual void AssertValid() const; 36 | virtual void Dump(CDumpContext& dc) const; 37 | #endif 38 | 39 | protected: // control bar embedded members 40 | CStatusBar m_wndStatusBar; 41 | CToolBar m_wndToolBar; 42 | 43 | // Generated message map functions 44 | protected: 45 | //{{AFX_MSG(CMainFrame) 46 | afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 47 | // NOTE - the ClassWizard will add and remove member functions here. 48 | // DO NOT EDIT what you see in these blocks of generated code! 49 | //}}AFX_MSG 50 | DECLARE_MESSAGE_MAP() 51 | }; 52 | 53 | ///////////////////////////////////////////////////////////////////////////// 54 | 55 | //{{AFX_INSERT_LOCATION}} 56 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 57 | 58 | #endif // !defined(AFX_MAINFRM_H__FAC9E983_938F_454A_9979_7079E96A1421__INCLUDED_) 59 | -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/Release/FileMoniter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/Release/FileMoniter.exe -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/Release/FileMoniter.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/Release/FileMoniter.obj -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/Release/FileMoniter.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/Release/FileMoniter.pch -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/Release/FileMoniter.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/Release/FileMoniter.res -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/Release/FileMoniterDoc.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/Release/FileMoniterDoc.obj -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/Release/FileMoniterView.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/Release/FileMoniterView.obj -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/Release/MainFrm.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/Release/MainFrm.obj -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/Release/StdAfx.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/Release/StdAfx.obj -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/Release/vc60.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/Release/vc60.idb -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/Resource.h: -------------------------------------------------------------------------------- 1 | //{{NO_DEPENDENCIES}} 2 | // Microsoft Visual C++ generated include file. 3 | // Used by FILEMONITER.RC 4 | // 5 | #define IDD_ABOUTBOX 100 6 | #define IDR_MAINFRAME 128 7 | #define IDR_FILEMOTYPE 129 8 | 9 | // Next default values for new objects 10 | // 11 | #ifdef APSTUDIO_INVOKED 12 | #ifndef APSTUDIO_READONLY_SYMBOLS 13 | #define _APS_3D_CONTROLS 1 14 | #define _APS_NEXT_RESOURCE_VALUE 130 15 | #define _APS_NEXT_CONTROL_VALUE 1000 16 | #define _APS_NEXT_SYMED_VALUE 101 17 | #define _APS_NEXT_COMMAND_VALUE 32771 18 | #endif 19 | #endif 20 | -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/StdAfx.cpp: -------------------------------------------------------------------------------- 1 | // stdafx.cpp : source file that includes just the standard includes 2 | // FileMoniter.pch will be the pre-compiled header 3 | // stdafx.obj will contain the pre-compiled type information 4 | 5 | #include "stdafx.h" 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/StdAfx.h: -------------------------------------------------------------------------------- 1 | // stdafx.h : include file for standard system include files, 2 | // or project specific include files that are used frequently, but 3 | // are changed infrequently 4 | // 5 | 6 | #if !defined(AFX_STDAFX_H__3622E818_871C_40EE_840A_2E964BB1AE83__INCLUDED_) 7 | #define AFX_STDAFX_H__3622E818_871C_40EE_840A_2E964BB1AE83__INCLUDED_ 8 | 9 | #if _MSC_VER > 1000 10 | #pragma once 11 | #endif // _MSC_VER > 1000 12 | 13 | #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers 14 | 15 | #include // MFC core and standard components 16 | #include // MFC extensions 17 | #include 18 | #include // MFC Automation classes 19 | #include // MFC support for Internet Explorer 4 Common Controls 20 | #ifndef _AFX_NO_AFXCMN_SUPPORT 21 | #include // MFC support for Windows Common Controls 22 | #endif // _AFX_NO_AFXCMN_SUPPORT 23 | 24 | 25 | //{{AFX_INSERT_LOCATION}} 26 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 27 | 28 | #endif // !defined(AFX_STDAFX_H__3622E818_871C_40EE_840A_2E964BB1AE83__INCLUDED_) 29 | -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/res/FileMoniter.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/res/FileMoniter.ico -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/res/FileMoniter.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // FILEMONITER.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/res/FileMoniterDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/res/FileMoniterDoc.ico -------------------------------------------------------------------------------- /FileMonitor/FileMonitor - R3/res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/FileMonitor/FileMonitor - R3/res/Toolbar.bmp -------------------------------------------------------------------------------- /HandlerDisk_ntfs3g.sudami.V1.022.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/HandlerDisk_ntfs3g.sudami.V1.022.7z -------------------------------------------------------------------------------- /KsBinSword/文档/作品开发平台及运行要求.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/文档/作品开发平台及运行要求.txt -------------------------------------------------------------------------------- /KsBinSword/文档/团队队员信息.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/文档/团队队员信息.doc -------------------------------------------------------------------------------- /KsBinSword/文档/帮助文档.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/文档/帮助文档.doc -------------------------------------------------------------------------------- /KsBinSword/文档/软件介绍.ppt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/文档/软件介绍.ppt -------------------------------------------------------------------------------- /KsBinSword/文档/软件构架.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/文档/软件构架.doc -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword.sln: -------------------------------------------------------------------------------- 1 |  2 | Microsoft Visual Studio Solution File, Format Version 9.00 3 | # Visual Studio 2005 4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KsBinSword", "KsBinSword\KsBinSword.vcproj", "{335C923D-DAF3-4435-9546-3F114A9549FE}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|Win32 = Debug|Win32 9 | Release|Win32 = Release|Win32 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {335C923D-DAF3-4435-9546-3F114A9549FE}.Debug|Win32.ActiveCfg = Debug|Win32 13 | {335C923D-DAF3-4435-9546-3F114A9549FE}.Debug|Win32.Build.0 = Debug|Win32 14 | {335C923D-DAF3-4435-9546-3F114A9549FE}.Release|Win32.ActiveCfg = Release|Win32 15 | {335C923D-DAF3-4435-9546-3F114A9549FE}.Release|Win32.Build.0 = Release|Win32 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword.suo -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/DrvFltIp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/DrvFltIp.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/EditEx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/EditEx.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/EditEx.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | 4 | // CEditEx 5 | 6 | class CEditEx : public CEdit 7 | { 8 | DECLARE_DYNAMIC(CEditEx) 9 | 10 | public: 11 | CEditEx(); 12 | virtual ~CEditEx(); 13 | void OnRButtonDown(UINT nFlags, CPoint point) ; 14 | void OnContextMenu(CWnd* pWnd, CPoint point); 15 | protected: 16 | DECLARE_MESSAGE_MAP() 17 | 18 | public: 19 | afx_msg void OnMenuCut(); 20 | public: 21 | afx_msg void OnMenuCopy(); 22 | public: 23 | afx_msg void OnMenuPaste(); 24 | }; 25 | 26 | 27 | -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/HexEdit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/HexEdit.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/HexEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/HexEdit.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/KsBinSword.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/KsBinSword.aps -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/KsBinSword.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/KsBinSword.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/KsBinSword.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/KsBinSword.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/KsBinSword.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/KsBinSword.rc -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/KsBinSword.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/KsBinSword.vcproj -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/KsBinSword.vcproj.CF575496F378463.Administrator.user: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 35 | 36 | 39 | 63 | 64 | 65 | 66 | -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/KsBinSwordDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/KsBinSwordDlg.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/KsBinSwordDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/KsBinSwordDlg.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Lib/USkin.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Lib/USkin.lib -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/MyDriver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/MyDriver.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/MyList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/MyList.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/MyList.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include 3 | 4 | // CMyList 5 | 6 | class CMyList : public CListCtrl 7 | { 8 | DECLARE_DYNAMIC(CMyList) 9 | 10 | public: 11 | CMyList(); 12 | CMap MapItemColor; 13 | virtual ~CMyList(); 14 | void SetItemColor(DWORD iItem, COLORREF color); 15 | bool InitSystemImageLists(HWND hwndList); 16 | int GetFileIcon(LPCTSTR lpFileName); 17 | protected: 18 | DECLARE_MESSAGE_MAP() 19 | }; 20 | 21 | 22 | -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/MyList1.h: -------------------------------------------------------------------------------- 1 | #if !defined(AFX_MYLIST_H__1F22266C_98BE_4EA2_BCE1_64967D0CC301__INCLUDED_) 2 | #define AFX_MYLIST_H__1F22266C_98BE_4EA2_BCE1_64967D0CC301__INCLUDED_ 3 | 4 | #if _MSC_VER > 1000 5 | #pragma once 6 | #endif // _MSC_VER > 1000 7 | // MyList.h : header file 8 | // 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // CMyList window 12 | #include 13 | #include "MyList.cpp" 14 | class CMyList : public CListCtrl 15 | { 16 | // Construction 17 | public: 18 | CMyList(); 19 | CMap MapItemColor; 20 | // Attributes 21 | public: 22 | 23 | // Operations 24 | public: 25 | 26 | // Overrides 27 | // ClassWizard generated virtual function overrides 28 | //{{AFX_VIRTUAL(CMyList) 29 | //}}AFX_VIRTUAL 30 | 31 | // Implementation 32 | public: 33 | virtual ~CMyList(); 34 | afx_msg void OnNMCustomdraw(NMHDR *pNMHDR, LRESULT *pResult); 35 | void SetItemColor(DWORD iItem, COLORREF color); 36 | bool InitSystemImageLists(HWND hwndList); 37 | int GetFileIcon(LPCTSTR lpFileName); 38 | //void SetFolder(CString sFile); 39 | // Generated message map functions 40 | protected: 41 | //{{AFX_MSG(CMyList) 42 | //afx_msg void OnColumnClick(NMHDR* pNMHDR, LRESULT* pResult); 43 | //}}AFX_MSG 44 | 45 | DECLARE_MESSAGE_MAP() 46 | }; 47 | 48 | ///////////////////////////////////////////////////////////////////////////// 49 | 50 | //{{AFX_INSERT_LOCATION}} 51 | // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 52 | 53 | #endif // !defined(AFX_MYLIST_H__1F22266C_98BE_4EA2_BCE1_64967D0CC301__INCLUDED_) 54 | -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/MyNativeHead.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/MyNativeHead.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/MySystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/MySystem.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/MySystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/MySystem.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page1.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page1.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page2.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page2.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page3.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page3.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page4.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page4.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page5.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page5.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page6.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page6.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page7.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page7.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page8.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page8.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page9.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Page9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Page9.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/ReadMe.txt -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/RuleDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/RuleDlg.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/RuleDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/RuleDlg.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Skins/200697163746767.u3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Skins/200697163746767.u3 -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/Skins/Media.u3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/Skins/Media.u3 -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/TrayIcon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/TrayIcon.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/TrayIcon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/TrayIcon.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/35floppy.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/35floppy.ico -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/Cddrive.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/Cddrive.ico -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/Clsdfold.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/Clsdfold.ico -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/Drive.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/Drive.ico -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/Explorer.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/Explorer.sys -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/KsBinSword.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/KsBinSword.ico -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/KsBinSword.rc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/KsBinSword.rc2 -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/MTrickster.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/MTrickster.ico -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/MTrickster.rc2: -------------------------------------------------------------------------------- 1 | // 2 | // MTRICKSTER.RC2 - resources Microsoft Visual C++ does not edit directly 3 | // 4 | 5 | #ifdef APSTUDIO_INVOKED 6 | #error this file is not editable by Microsoft Visual C++ 7 | #endif //APSTUDIO_INVOKED 8 | 9 | 10 | ///////////////////////////////////////////////////////////////////////////// 11 | // Add manually edited resources here... 12 | 13 | ///////////////////////////////////////////////////////////////////////////// 14 | -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/MTrickster.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/MTrickster.sys -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/MTricksterDoc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/MTricksterDoc.ico -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/Mycomp.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/Mycomp.ico -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/Openfold.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/Openfold.ico -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/SETUPFILE.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/SETUPFILE.ico -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/Sherlock.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/Sherlock.ico -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/Thumbs.db -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/Toolbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/Toolbar.bmp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/a.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/a.bmp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/a.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/a.ico -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/ico00001.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/ico00001.ico -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/icon1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/icon1.ico -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/res/icon5.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/res/icon5.ico -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/sockUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/sockUtil.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/sockutil.h: -------------------------------------------------------------------------------- 1 | #if !defined(SOCKUTIL_H) 2 | #define SOCKUTIL_H 3 | 4 | int inet_addr(const char *sIp, unsigned long *lIp); 5 | 6 | unsigned short htons(unsigned short port); 7 | 8 | char *IpToString(char *ip, unsigned long lIp); 9 | 10 | #endif 11 | -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/ssdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/ssdt.h -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/stdafx.cpp -------------------------------------------------------------------------------- /KsBinSword/源代码/应用层代码/KsBinSword/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/应用层代码/KsBinSword/stdafx.h -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/DrvFltIp/DrvFltIp.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ################################################ 5 | Project: "DrvFltIp"=.\DrvFltIp.dsp - Package Owner=<4> 6 | Package=<5> 7 | {{{ 8 | 9 | }}} 10 | Package=<4> 11 | {{{ 12 | }}} 13 | ################################################ 14 | Global: 15 | Package=<5> 16 | {{{ 17 | 18 | }}} 19 | Package=<3> 20 | {{{ 21 | }}} 22 | ################################################ 23 | -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/DrvFltIp/DrvFltIp.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/驱动代码/DrvFltIp/DrvFltIp.ncb -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/DrvFltIp/DrvFltIp.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/驱动代码/DrvFltIp/DrvFltIp.opt -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/DrvFltIp/DrvFltIp.plg: -------------------------------------------------------------------------------- 1 | 2 | 3 |
 4 | 

Build Log

5 |

6 | --------------------Configuration: DrvFltIp - Win32 XP Checked-------------------- 7 |

8 | 9 | DDKBUILD VERSION 3.12.35 FREEWARE FROM HOLLIS TECHNOLOGY SOLUTIONS 10 | Comments? Suggestions? info@hollistech.com 11 | 12 | DDKBUILD using NET DDK in directory . 13 | for chk version (basedir F:\WINDDK\3790.1830 extension chk_wxp_x86) 14 | commandline: " build -e " 15 | 16 | BUILD: Adding /Y to COPYCMD so xcopy ops won't hang. 17 | BUILD: Object root set to: ==> objchk_wxp_x86 18 | BUILD: Compile and Link for i386 19 | BUILD: Loading F:\WINDDK\3790.1830\build.dat... 20 | BUILD: Computing Include file dependencies: 21 | BUILD: Examining g:\ntoskrnl\drvfltip directory for files to compile. 22 | g:\ntoskrnl\drvfltip 23 | g:\ntoskrnl\drvfltip - 1 source files (522 lines) 24 | BUILD: Saving F:\WINDDK\3790.1830\build.dat... 25 | BUILD: Compiling (NoSync) g:\ntoskrnl\drvfltip directory 26 | Compiling - drvfltip.c for i386 27 | BUILD: Linking g:\ntoskrnl\drvfltip directory 28 | Linking Executable - objchk_wxp_x86\i386\drvfltip.sys for i386 29 | BUILD: Done 30 | 31 | 2 files compiled - 522 LPS 32 | 1 executable built 33 | =============== build warnings ====================== 34 | 35 | 36 | build complete status 0 37 | building browse information files 38 | 39 | 40 | 41 |

Results

42 | DrvFltIp.sys - 0 error(s), 0 warning(s) 43 |
44 | 45 | 46 | -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/DrvFltIp/dbghelp.h: -------------------------------------------------------------------------------- 1 | 2 | #ifndef _DBGHELP_H 3 | #define _DBGHELP_H 1 4 | 5 | #include 6 | 7 | #define dprintf if (DBG) DbgPrint 8 | #define nprintf DbgPrint 9 | 10 | #define kmalloc(_s) ExAllocatePoolWithTag(NonPagedPool, _s, 'SYSQ') 11 | //#define kfree(_p) ExFreePoolWithTag(_p, 'SYSQ') 12 | #define kfree(_p) ExFreePool(_p) 13 | 14 | #endif -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/DrvFltIp/makefile: -------------------------------------------------------------------------------- 1 | # 2 | # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source 3 | # file to this component. This file merely indirects to the real make file 4 | # that is shared by all the components of NT OS/2 5 | # 6 | !INCLUDE $(NTMAKEENV)\makefile.def 7 | -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/DrvFltIp/readme.txt: -------------------------------------------------------------------------------- 1 | ======================================================================== 2 | Windows Driver Model: DrvFltIp 3 | ======================================================================== 4 | 5 | 6 | QuickSYS has created this DrvFltIp SYS for you. 7 | 8 | This file contains a summary of what you will find in each of the files that 9 | make up your wpsman application. 10 | 11 | DrvFltIp.dsp 12 | This file (the project file) contains information at the project level and 13 | is used to build a single project or subproject. Other users can share the 14 | project (.dsp) file, but they should export the makefiles locally. 15 | 16 | DrvFltIp.c 17 | This is the main SYS source file. 18 | 19 | DrvFltIp.h 20 | This file contains your SYS definition. 21 | 22 | ///////////////////////////////////////////////////////////////////////////// 23 | Other notes: 24 | 25 | AppWizard uses "TODO:" to indicate parts of the source code you 26 | should add to or customize. 27 | 28 | 29 | ///////////////////////////////////////////////////////////////////////////// 30 | -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/DrvFltIp/sources: -------------------------------------------------------------------------------- 1 | TARGETNAME=DrvFltIp 2 | TARGETTYPE=DRIVER 3 | TARGETPATH=obj 4 | 5 | 6 | INCLUDES=.\ 7 | 8 | SOURCES = DrvFltIp.c -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/KsBinSword/KBSProcess.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/驱动代码/KsBinSword/KBSProcess.c -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/KsBinSword/KBSmon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/驱动代码/KsBinSword/KBSmon.c -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/KsBinSword/KBSscsi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/驱动代码/KsBinSword/KBSscsi.c -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/KsBinSword/KsBinSword.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/驱动代码/KsBinSword/KsBinSword.c -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/KsBinSword/KsBinSword.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ################################################ 5 | Project: "KsBinSword"=.\KsBinSword.dsp - Package Owner=<4> 6 | Package=<5> 7 | {{{ 8 | 9 | }}} 10 | Package=<4> 11 | {{{ 12 | }}} 13 | ################################################ 14 | Global: 15 | Package=<5> 16 | {{{ 17 | 18 | }}} 19 | Package=<3> 20 | {{{ 21 | }}} 22 | ################################################ 23 | -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/KsBinSword/KsBinSword.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/驱动代码/KsBinSword/KsBinSword.h -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/KsBinSword/KsBinSword.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/驱动代码/KsBinSword/KsBinSword.ncb -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/KsBinSword/KsBinSword.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/驱动代码/KsBinSword/KsBinSword.opt -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/KsBinSword/dbghelp.h: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | dbghelp.h 4 | 5 | Author: Chunhua Liu 6 | Last Updated: 2006-02-12 7 | 8 | This framework is generated by EasySYS 0.3.0 9 | This template file is copying from QuickSYS 0.3.0 written by Chunhua Liu 10 | 11 | */ 12 | 13 | #ifndef _DBGHELP_H 14 | #define _DBGHELP_H 1 15 | 16 | //#include 17 | 18 | #define dprintf if (DBG) DbgPrint 19 | #define nprintf DbgPrint 20 | 21 | #define kmalloc(_s) ExAllocatePoolWithTag(NonPagedPool, _s, 'SYSQ') 22 | //#define kfree(_p) ExFreePoolWithTag(_p, 'SYSQ') 23 | #define kfree(_p) ExFreePool(_p) 24 | 25 | #endif -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/KsBinSword/makefile: -------------------------------------------------------------------------------- 1 | # 2 | # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source 3 | # file to this component. This file merely indirects to the real make file 4 | # that is shared by all the components of NT OS/2 5 | # 6 | !INCLUDE $(NTMAKEENV)\makefile.def 7 | -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/KsBinSword/readme.txt: -------------------------------------------------------------------------------- 1 | ======================================================================== 2 | Windows Driver Model: KsBinSword 3 | ======================================================================== 4 | 5 | 6 | QuickSYS has created this KsBinSword SYS for you. 7 | 8 | This file contains a summary of what you will find in each of the files that 9 | make up your wpsman application. 10 | 11 | KsBinSword.dsp 12 | This file (the project file) contains information at the project level and 13 | is used to build a single project or subproject. Other users can share the 14 | project (.dsp) file, but they should export the makefiles locally. 15 | 16 | KsBinSword.c 17 | This is the main SYS source file. 18 | 19 | KsBinSword.h 20 | This file contains your SYS definition. 21 | 22 | ///////////////////////////////////////////////////////////////////////////// 23 | Other notes: 24 | 25 | AppWizard uses "TODO:" to indicate parts of the source code you 26 | should add to or customize. 27 | 28 | 29 | ///////////////////////////////////////////////////////////////////////////// 30 | -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/KsBinSword/sources: -------------------------------------------------------------------------------- 1 | TARGETNAME=KsBinSword 2 | TARGETTYPE=DRIVER 3 | TARGETPATH=obj 4 | 5 | 6 | INCLUDES=.\ 7 | 8 | SOURCES = KsBinSword.c -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/explorer/dbghelp.h: -------------------------------------------------------------------------------- 1 | 2 | 3 | #ifndef _DBGHELP_H 4 | #define _DBGHELP_H 1 5 | 6 | #include 7 | 8 | #define dprintf if (DBG) DbgPrint 9 | #define nprintf DbgPrint 10 | 11 | #define kmalloc(_s) ExAllocatePoolWithTag(NonPagedPool, _s, 'SYSQ') 12 | //#define kfree(_p) ExFreePoolWithTag(_p, 'SYSQ') 13 | #define kfree(_p) ExFreePool(_p) 14 | 15 | #endif -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/explorer/explorer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/驱动代码/explorer/explorer.c -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/explorer/explorer.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ################################################ 5 | Project: "explorer"=.\explorer.dsp - Package Owner=<4> 6 | Package=<5> 7 | {{{ 8 | 9 | }}} 10 | Package=<4> 11 | {{{ 12 | }}} 13 | ################################################ 14 | Global: 15 | Package=<5> 16 | {{{ 17 | 18 | }}} 19 | Package=<3> 20 | {{{ 21 | }}} 22 | ################################################ 23 | -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/explorer/explorer.h: -------------------------------------------------------------------------------- 1 | 2 | #ifndef _EXPLORER_H 3 | #define _EXPLORER_H 1 4 | 5 | #define FILE_DEVICE_EXPLORER 0x8000 6 | 7 | 8 | #define EXPLORER_IOCTL_BASE 0x800 9 | 10 | #define CTL_CODE_EXPLORER(i) CTL_CODE(FILE_DEVICE_EXPLORER, EXPLORER_IOCTL_BASE+i, METHOD_BUFFERED, FILE_ANY_ACCESS) 11 | 12 | #define IOCTL_EXPLORER_HELLO CTL_CODE_EXPLORER(0) 13 | #define IOCTL_EXPLORER_TEST CTL_CODE_EXPLORER(1) 14 | 15 | #define EXPLORER_WIN32_DEVICE_NAME_A "\\\\.\\explorer" 16 | #define EXPLORER_WIN32_DEVICE_NAME_W L"\\\\.\\explorer" 17 | #define EXPLORER_DEVICE_NAME_A "\\Device\\explorer" 18 | #define EXPLORER_DEVICE_NAME_W L"\\Device\\explorer" 19 | #define EXPLORER_DOS_DEVICE_NAME_A "\\DosDevices\\explorer" 20 | #define EXPLORER_DOS_DEVICE_NAME_W L"\\DosDevices\\explorer" 21 | 22 | #ifdef _UNICODE 23 | #define EXPLORER_WIN32_DEVICE_NAME EXPLORER_WIN32_DEVICE_NAME_W 24 | #define EXPLORER_DEVICE_NAME EXPLORER_DEVICE_NAME_W 25 | #define EXPLORER_DOS_DEVICE_NAME EXPLORER_DOS_DEVICE_NAME_W 26 | #else 27 | #define EXPLORER_WIN32_DEVICE_NAME EXPLORER_WIN32_DEVICE_NAME_A 28 | #define EXPLORER_DEVICE_NAME EXPLORER_DEVICE_NAME_A 29 | #define EXPLORER_DOS_DEVICE_NAME EXPLORER_DOS_DEVICE_NAME_A 30 | #endif 31 | 32 | #endif -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/explorer/explorer.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/驱动代码/explorer/explorer.ncb -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/explorer/explorer.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/源代码/驱动代码/explorer/explorer.opt -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/explorer/explorer.plg: -------------------------------------------------------------------------------- 1 | 2 | 3 |
 4 | 

Build Log

5 |

6 | --------------------Configuration: explorer - Win32 XP Checked-------------------- 7 |

8 | 9 | DDKBUILD VERSION 3.12.35 FREEWARE FROM HOLLIS TECHNOLOGY SOLUTIONS 10 | Comments? Suggestions? info@hollistech.com 11 | 12 | DDKBUILD using NET DDK in directory . 13 | for chk version (basedir F:\WINDDK\3790.1830 extension chk_wxp_x86) 14 | commandline: " build -e " 15 | 16 | BUILD: Adding /Y to COPYCMD so xcopy ops won't hang. 17 | BUILD: Object root set to: ==> objchk_wxp_x86 18 | BUILD: Compile and Link for i386 19 | BUILD: Loading F:\WINDDK\3790.1830\build.dat... 20 | BUILD: Computing Include file dependencies: 21 | BUILD: Examining g:\ntoskrnl\explorer directory for files to compile. 22 | g:\ntoskrnl\explorer 23 | g:\ntoskrnl\explorer - 1 source files (651 lines) 24 | BUILD: Saving F:\WINDDK\3790.1830\build.dat... 25 | BUILD: Compiling (NoSync) g:\ntoskrnl\explorer directory 26 | Compiling - explorer.c for i386 27 | BUILD: Linking g:\ntoskrnl\explorer directory 28 | Linking Executable - objchk_wxp_x86\i386\explorer.sys for i386 29 | BUILD: Done 30 | 31 | 2 files compiled 32 | 1 executable built 33 | =============== build warnings ====================== 34 | 35 | 36 | build complete status 0 37 | building browse information files 38 | 39 | 40 | 41 |

Results

42 | explorer.sys - 0 error(s), 0 warning(s) 43 |
44 | 45 | 46 | -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/explorer/makefile: -------------------------------------------------------------------------------- 1 | # 2 | # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source 3 | # file to this component. This file merely indirects to the real make file 4 | # that is shared by all the components of NT OS/2 5 | # 6 | !INCLUDE $(NTMAKEENV)\makefile.def 7 | -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/explorer/readme.txt: -------------------------------------------------------------------------------- 1 | ======================================================================== 2 | Windows Driver Model: explorer 3 | ======================================================================== 4 | 5 | 6 | QuickSYS has created this explorer SYS for you. 7 | 8 | This file contains a summary of what you will find in each of the files that 9 | make up your wpsman application. 10 | 11 | explorer.dsp 12 | This file (the project file) contains information at the project level and 13 | is used to build a single project or subproject. Other users can share the 14 | project (.dsp) file, but they should export the makefiles locally. 15 | 16 | explorer.c 17 | This is the main SYS source file. 18 | 19 | explorer.h 20 | This file contains your SYS definition. 21 | 22 | ///////////////////////////////////////////////////////////////////////////// 23 | Other notes: 24 | 25 | AppWizard uses "TODO:" to indicate parts of the source code you 26 | should add to or customize. 27 | 28 | 29 | ///////////////////////////////////////////////////////////////////////////// 30 | -------------------------------------------------------------------------------- /KsBinSword/源代码/驱动代码/explorer/sources: -------------------------------------------------------------------------------- 1 | TARGETNAME=explorer 2 | TARGETTYPE=DRIVER 3 | TARGETPATH=obj 4 | 5 | 6 | INCLUDES=.\ 7 | 8 | SOURCES = explorer.c -------------------------------------------------------------------------------- /KsBinSword/程序/DrvFltIp.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/DrvFltIp.sys -------------------------------------------------------------------------------- /KsBinSword/程序/KsBinSword.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/KsBinSword.exe -------------------------------------------------------------------------------- /KsBinSword/程序/KsBinSword.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/KsBinSword.sys -------------------------------------------------------------------------------- /KsBinSword/程序/Skins/1.u3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/Skins/1.u3 -------------------------------------------------------------------------------- /KsBinSword/程序/Skins/10.u3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/Skins/10.u3 -------------------------------------------------------------------------------- /KsBinSword/程序/Skins/11.u3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/Skins/11.u3 -------------------------------------------------------------------------------- /KsBinSword/程序/Skins/2.u3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/Skins/2.u3 -------------------------------------------------------------------------------- /KsBinSword/程序/Skins/3.u3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/Skins/3.u3 -------------------------------------------------------------------------------- /KsBinSword/程序/Skins/4.u3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/Skins/4.u3 -------------------------------------------------------------------------------- /KsBinSword/程序/Skins/5.u3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/Skins/5.u3 -------------------------------------------------------------------------------- /KsBinSword/程序/Skins/6.u3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/Skins/6.u3 -------------------------------------------------------------------------------- /KsBinSword/程序/Skins/7.u3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/Skins/7.u3 -------------------------------------------------------------------------------- /KsBinSword/程序/Skins/8.u3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/Skins/8.u3 -------------------------------------------------------------------------------- /KsBinSword/程序/Skins/9.u3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/Skins/9.u3 -------------------------------------------------------------------------------- /KsBinSword/程序/Trojan.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/Trojan.data -------------------------------------------------------------------------------- /KsBinSword/程序/USkin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/USkin.dll -------------------------------------------------------------------------------- /KsBinSword/程序/U盘恢复精灵.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/U盘恢复精灵.exe -------------------------------------------------------------------------------- /KsBinSword/程序/explorer.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/explorer.sys -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/Thumbs.db -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image001.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image002.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image003.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image004.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image005.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image006.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image007.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image008.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image009.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image010.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image011.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image012.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image013.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image014.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image015.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image016.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image017.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image018.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image019.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image020.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image021.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image022.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image023.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image024.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image025.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image026.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image027.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image028.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image029.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image030.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image031.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image032.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image033.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image034.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image035.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image036.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image037.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image038.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image039.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image040.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image041.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image042.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image042.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image043.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image044.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image045.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image046.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image046.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image047.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image048.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image048.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image049.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image050.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image050.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image051.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image052.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image052.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image053.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image054.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image054.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image055.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image056.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image056.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image057.png -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.files/image058.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.files/image058.jpg -------------------------------------------------------------------------------- /KsBinSword/程序/帮助文档.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/帮助文档.htm -------------------------------------------------------------------------------- /KsBinSword/程序/脚本木马查杀.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/程序/脚本木马查杀.exe -------------------------------------------------------------------------------- /KsBinSword/重要,必读.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/KsBinSword/重要,必读.txt -------------------------------------------------------------------------------- /LpcDemo.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo.7z -------------------------------------------------------------------------------- /LpcDemo/Debug/LpcDemo_exe.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/Debug/LpcDemo_exe.exe -------------------------------------------------------------------------------- /LpcDemo/Debug/LpcDemo_exe.ilk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/Debug/LpcDemo_exe.ilk -------------------------------------------------------------------------------- /LpcDemo/Debug/LpcDemo_exe.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/Debug/LpcDemo_exe.pdb -------------------------------------------------------------------------------- /LpcDemo/Debug/LpcDemo_sys.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/Debug/LpcDemo_sys.pdb -------------------------------------------------------------------------------- /LpcDemo/Debug/LpcDemo_sys.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/Debug/LpcDemo_sys.sys -------------------------------------------------------------------------------- /LpcDemo/Debug/fuck.txt: -------------------------------------------------------------------------------- 1 | Suppose computers were infinitely fast and computer memory was free. Would you have any reason to study algorithms? The answer is yes, if for no other reason than that you would still like to demonstrate that your solution method terminates and does so with the correct answer. 2 | 3 | If computers were infinitely fast, any correct method for solving a problem would do. You would probably want your implementation to be within the bounds of good software engineering practice (i.e., well designed and documented), but you would most often use whichever method was the easiest to implement. 4 | 5 | Of course, computers may be fast, but they are not infinitely fast. And memory may be cheap, but it is not free. Computing time is therefore a bounded resource, and so is space in memory. These resources should be used wisely, and algorithms that are efficient in terms of time or space will help you do so. 6 | 7 | -------------------------------------------------------------------------------- /LpcDemo/LpcDemo.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo.suo -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/CL.read.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/CL.write.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/LpcDemo_exe.exe.embed.manifest: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/LpcDemo_exe.exe.embed.manifest.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/LpcDemo_exe.exe.embed.manifest.res -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/LpcDemo_exe.exe.intermediate.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/LpcDemo_exe.lastbuildstate: -------------------------------------------------------------------------------- 1 | #v4.0:v100 2 | Debug|Win32|G:\Demo Projects\LpcDemo\| 3 | -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/LpcDemo_exe.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/LpcDemo_exe.obj -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/LpcDemo_exe_manifest.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/LpcDemo_exe_manifest.rc -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/cl.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/cl.command.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/link-cvtres.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/link-cvtres.read.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/link-cvtres.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/link-cvtres.write.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/link.4732-cvtres.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/link.4732-cvtres.read.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/link.4732-cvtres.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/link.4732-cvtres.write.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/link.4732.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/link.4732.read.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/link.4732.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/link.4732.write.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/link.command.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/link.read.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/link.write.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/mt.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/mt.command.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/mt.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/mt.read.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/mt.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/mt.write.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/rc.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/rc.command.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/rc.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/rc.read.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/rc.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/rc.write.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/vc100.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/vc100.idb -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/Debug/vc100.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_exe/Debug/vc100.pdb -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/LpcDemo_exe.idc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/LpcDemo_exe.vcxproj.filters: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | {4FC737F1-C7A5-4376-A066-2A32D752A2FF} 6 | cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx 7 | 8 | 9 | {93995380-89BD-4b04-88EB-625FBE52EBFB} 10 | h;hpp;hxx;hm;inl;inc;xsd 11 | 12 | 13 | {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} 14 | rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms 15 | 16 | 17 | 18 | 19 | 源文件 20 | 21 | 22 | -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_exe/LpcDemo_exe.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | WindowsLocalDebugger 5 | 6 | -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_sys/Debug/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_sys/Debug/CL.read.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_sys/Debug/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_sys/Debug/CL.write.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_sys/Debug/LpcDemo_sys.Build.CppClean.log: -------------------------------------------------------------------------------- 1 | G:\DEMO PROJECTS\LPCDEMO\DEBUG\LPCDEMO_SYS.PDB 2 | G:\DEMO PROJECTS\LPCDEMO\DEBUG\LPCDEMO_SYS.SYS 3 | G:\Demo Projects\LpcDemo\LpcDemo_sys\Debug\cl.command.1.tlog 4 | G:\Demo Projects\LpcDemo\LpcDemo_sys\Debug\CL.read.1.tlog 5 | G:\Demo Projects\LpcDemo\LpcDemo_sys\Debug\CL.write.1.tlog 6 | G:\Demo Projects\LpcDemo\LpcDemo_sys\Debug\link.command.1.tlog 7 | G:\Demo Projects\LpcDemo\LpcDemo_sys\Debug\link.read.1.tlog 8 | G:\Demo Projects\LpcDemo\LpcDemo_sys\Debug\link.write.1.tlog 9 | G:\DEMO PROJECTS\LPCDEMO\LPCDEMO_SYS\DEBUG\LPCDEMO_SYS.OBJ 10 | -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_sys/Debug/LpcDemo_sys.lastbuildstate: -------------------------------------------------------------------------------- 1 | #v4.0:v100 2 | Debug|Win32|G:\Demo Projects\LpcDemo\| 3 | -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_sys/Debug/LpcDemo_sys.log: -------------------------------------------------------------------------------- 1 | 生成启动时间为 2011-8-3 18:29:42。 2 | 1>项目“G:\Demo Projects\LpcDemo\LpcDemo_sys\LpcDemo_sys.vcxproj”在节点 2 上(rebuild 个目标)。 3 | 1>_PrepareForClean: 4 | 正在删除文件“Debug\LpcDemo_sys.lastbuildstate”。 5 | InitializeBuildStatus: 6 | 正在创建“Debug\LpcDemo_sys.unsuccessfulbuild”,因为已指定“AlwaysCreate”。 7 | ClCompile: 8 | G:\Visual Studio 2010\VC\bin\CL.exe /c /Z7 /nologo /W3 /WX /Od /Oy- /D WIN32 /D _DEBUG /D DBG /D _X86_ /Gm- /MDd /GS- /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc100.pdb" /Gz /TC /analyze- /errorReport:prompt LpcDemo_sys.c 9 | LpcDemo_sys.c 10 | Link: 11 | G:\Visual Studio 2010\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"G:\Demo Projects\LpcDemo\Debug\LpcDemo_sys.sys" /INCREMENTAL:NO /NOLOGO ntoskrnl.lib hal.lib /NODEFAULTLIB /MANIFEST:NO /DEBUG /PDB:"G:\Demo Projects\LpcDemo\Debug\LpcDemo_sys.pdb" /SUBSYSTEM:NATIVE /Driver /TLBID:1 /ENTRY:"DriverEntry" /RELEASE /BASE:"0x10000" /IMPLIB:"G:\Demo Projects\LpcDemo\Debug\LpcDemo_sys.lib" /MACHINE:X86 Debug\LpcDemo_sys.obj 12 | LpcDemo_sys.vcxproj -> G:\Demo Projects\LpcDemo\Debug\LpcDemo_sys.sys 13 | FinalizeBuildStatus: 14 | 正在删除文件“Debug\LpcDemo_sys.unsuccessfulbuild”。 15 | 正在对“Debug\LpcDemo_sys.lastbuildstate”执行 Touch 任务。 16 | 1>已完成生成项目“G:\Demo Projects\LpcDemo\LpcDemo_sys\LpcDemo_sys.vcxproj”(rebuild 个目标)的操作。 17 | 18 | 生成成功。 19 | 20 | 已用时间 00:00:01.32 21 | -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_sys/Debug/LpcDemo_sys.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_sys/Debug/LpcDemo_sys.obj -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_sys/Debug/cl.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_sys/Debug/cl.command.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_sys/Debug/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_sys/Debug/link.command.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_sys/Debug/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_sys/Debug/link.read.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_sys/Debug/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_sys/Debug/link.write.1.tlog -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_sys/LpcDemo_sys.sdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/LpcDemo_sys/LpcDemo_sys.sdf -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_sys/LpcDemo_sys.vcxproj.filters: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | {4FC737F1-C7A5-4376-A066-2A32D752A2FF} 6 | cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx 7 | 8 | 9 | {93995380-89BD-4b04-88EB-625FBE52EBFB} 10 | h;hpp;hxx;hm;inl;inc;xsd 11 | 12 | 13 | {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} 14 | rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms 15 | 16 | 17 | 18 | 19 | 源文件 20 | 21 | 22 | -------------------------------------------------------------------------------- /LpcDemo/LpcDemo_sys/LpcDemo_sys.vcxproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /LpcDemo/inc/UserModeDefs.h: -------------------------------------------------------------------------------- 1 | 2 | /* 3 | this header file defines the things cannot find at SDK but we 4 | wanna use at our demo in ring3 5 | just like macros , structures , functions .etc 6 | */ 7 | 8 | #define NTSTATUS LONG 9 | #define NTAPI __stdcall 10 | 11 | #define NT_SUCCESS(Status) (((NTSTATUS)(Status)) >= 0) 12 | 13 | #define InitializeObjectAttributes( p, n, a, r, s ) { \ 14 | (p)->Length = sizeof( OBJECT_ATTRIBUTES ); \ 15 | (p)->RootDirectory = r; \ 16 | (p)->Attributes = a; \ 17 | (p)->ObjectName = n; \ 18 | (p)->SecurityDescriptor = s; \ 19 | (p)->SecurityQualityOfService = NULL; \ 20 | } 21 | 22 | typedef struct _UNICODE_STRING { 23 | USHORT Length; 24 | USHORT MaximumLength; 25 | PWSTR Buffer; 26 | } UNICODE_STRING, *PUNICODE_STRING; 27 | 28 | typedef struct _OBJECT_ATTRIBUTES { 29 | ULONG Length; 30 | HANDLE RootDirectory; 31 | PUNICODE_STRING ObjectName; 32 | ULONG Attributes; 33 | PVOID SecurityDescriptor; 34 | PVOID SecurityQualityOfService; 35 | } OBJECT_ATTRIBUTES, *POBJECT_ATTRIBUTES; 36 | typedef CONST OBJECT_ATTRIBUTES *PCOBJECT_ATTRIBUTES; 37 | 38 | typedef void (NTAPI* _InitUnicodeString)( 39 | IN OUT PUNICODE_STRING DestinationString, 40 | IN PCWSTR SourceString 41 | ); 42 | 43 | typedef struct _CLIENT_ID { 44 | ULONG UniqueProcessId; 45 | ULONG UniqueThreadId; 46 | } CLIENT_ID,*PCLIENT_ID; 47 | 48 | -------------------------------------------------------------------------------- /LpcDemo/测试前请读我.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/LpcDemo/测试前请读我.txt -------------------------------------------------------------------------------- /MzfDeleteFile.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/MzfDeleteFile.rar -------------------------------------------------------------------------------- /MzfFileMonSrc.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/MzfFileMonSrc.rar -------------------------------------------------------------------------------- /MzfHips.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/MzfHips.rar -------------------------------------------------------------------------------- /NDIS6-Firewall-DEMO.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NDIS6-Firewall-DEMO.rar -------------------------------------------------------------------------------- /NtInfoGuySRC/Crypt32.Lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/Crypt32.Lib -------------------------------------------------------------------------------- /NtInfoGuySRC/DDK_PART/DDK_C.c: -------------------------------------------------------------------------------- 1 | #include "DDK_C.h" 2 | 3 | unsigned g_ddk_val = 0x20100617;; 4 | 5 | bool DDKAPI DDKHello(void) 6 | { 7 | bool bRet = false; 8 | DbgPrint("[%s]msg : Hello DDK!\n",__func__); 9 | 10 | __try 11 | { 12 | int *pi = (int*)0x1000; 13 | DbgPrint("[%s]msg : can you see %d\n",__func__,*pi); 14 | bRet = true; 15 | } 16 | __except(EXCEPTION_EXECUTE_HANDLER) 17 | { 18 | #if defined(GOTO_DEBUG) 19 | DbgPrint("%s's try block rise a Except!\n",__func__); 20 | #endif 21 | } 22 | return bRet; 23 | } 24 | -------------------------------------------------------------------------------- /NtInfoGuySRC/DDK_PART/DDK_C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/DDK_PART/DDK_C.h -------------------------------------------------------------------------------- /NtInfoGuySRC/DDK_PART/DDK_C.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/DDK_PART/DDK_C.obj -------------------------------------------------------------------------------- /NtInfoGuySRC/HyColorText.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/HyColorText.c -------------------------------------------------------------------------------- /NtInfoGuySRC/HyColorText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/HyColorText.h -------------------------------------------------------------------------------- /NtInfoGuySRC/HyDbgHelp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/HyDbgHelp.c -------------------------------------------------------------------------------- /NtInfoGuySRC/NtInfoGuy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/NtInfoGuy.c -------------------------------------------------------------------------------- /NtInfoGuySRC/Trust.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/Trust.7z -------------------------------------------------------------------------------- /NtInfoGuySRC/WinTrust.Lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/WinTrust.Lib -------------------------------------------------------------------------------- /NtInfoGuySRC/b.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/b.bat -------------------------------------------------------------------------------- /NtInfoGuySRC/builder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/builder.c -------------------------------------------------------------------------------- /NtInfoGuySRC/builder.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/builder.exe -------------------------------------------------------------------------------- /NtInfoGuySRC/ccon.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | 5 | #define NAME ZZWANG 6 | #define STR1(x) #x 7 | #define STR2(x) L###x 8 | 9 | #define STRA(x) STR1(x) 10 | #define STRW(x) STR2(x) 11 | 12 | #define MSGA "Hello " STRA(NAME) 13 | #define MSGW L"Hello " STRW(NAME) 14 | 15 | 16 | int main(int argc,char *argv[],char *env[]) 17 | { 18 | printf("%S\n",MSGW); 19 | 20 | getchar(); 21 | return 0; 22 | } 23 | -------------------------------------------------------------------------------- /NtInfoGuySRC/comm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/comm.h -------------------------------------------------------------------------------- /NtInfoGuySRC/comm_dll.h: -------------------------------------------------------------------------------- 1 | #if !defined(COMM_DLL_H) 2 | #define COMM_DLL_H 3 | 4 | #include "comm.h" 5 | #include 6 | #include 7 | #include 8 | 9 | #if defined(_GOTO_DEBUG_) 10 | #define PRINT(...) printf(__VA_ARGS__) 11 | #else 12 | #define PRINT(...) ((void)0) 13 | #endif 14 | 15 | #if defined(IN_DLL_FILE_) 16 | #define DLLEXP __declspec(dllexport) WINAPI 17 | #define DLLEXPVAL __declspec(dllexport) 18 | #else 19 | #define DLLEXP __declspec(dllimport) WINAPI 20 | #define DLLEXPVAL __declspec(dllimport) 21 | #endif 22 | #endif 23 | -------------------------------------------------------------------------------- /NtInfoGuySRC/comm_ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/comm_ext.h -------------------------------------------------------------------------------- /NtInfoGuySRC/comm_sys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/comm_sys.h -------------------------------------------------------------------------------- /NtInfoGuySRC/db.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/db.bat -------------------------------------------------------------------------------- /NtInfoGuySRC/dbg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/dbg.c -------------------------------------------------------------------------------- /NtInfoGuySRC/dbghelp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/dbghelp.dll -------------------------------------------------------------------------------- /NtInfoGuySRC/dbghelp.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/dbghelp.lib -------------------------------------------------------------------------------- /NtInfoGuySRC/dll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/dll.c -------------------------------------------------------------------------------- /NtInfoGuySRC/dll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/dll.h -------------------------------------------------------------------------------- /NtInfoGuySRC/dllext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/dllext.c -------------------------------------------------------------------------------- /NtInfoGuySRC/dllext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/dllext.h -------------------------------------------------------------------------------- /NtInfoGuySRC/exe.rc: -------------------------------------------------------------------------------- 1 | #include "res.h" 2 | 3 | ICO_MAIN ICON DISCARDABLE "ico\\NtInfoGuy.ico" 4 | -------------------------------------------------------------------------------- /NtInfoGuySRC/ico/NtInfoGuy.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/ico/NtInfoGuy.ico -------------------------------------------------------------------------------- /NtInfoGuySRC/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/readme.txt -------------------------------------------------------------------------------- /NtInfoGuySRC/res.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/res.h -------------------------------------------------------------------------------- /NtInfoGuySRC/res.rc: -------------------------------------------------------------------------------- 1 | #include "res.h" 2 | 3 | #if defined(CHK) 4 | SYSBIN RCDATA DISCARDABLE "check\\sys.sys" 5 | #elif defined(FRE) 6 | SYSBIN RCDATA DISCARDABLE "free\\sys.sys" 7 | #elif defined(FNL) 8 | SYSBIN RCDATA DISCARDABLE "final\\sys.sys" 9 | #else 10 | #error UNKNOW BUILD_SYM 11 | #endif 12 | -------------------------------------------------------------------------------- /NtInfoGuySRC/symsrv.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/symsrv.dll -------------------------------------------------------------------------------- /NtInfoGuySRC/sys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/sys.c -------------------------------------------------------------------------------- /NtInfoGuySRC/sys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/sys.h -------------------------------------------------------------------------------- /NtInfoGuySRC/sysext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/sysext.c -------------------------------------------------------------------------------- /NtInfoGuySRC/sysext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/NtInfoGuySRC/sysext.h -------------------------------------------------------------------------------- /NtInfoGuySRC/延时.txt: -------------------------------------------------------------------------------- 1 | @echo off 2 | echo Wscript.Sleep Wscript.Arguments(0) * 1000>delay.vbs 3 | delay.vbs 0.5 4 | del delay.vbs 5 | rem echo ok! 6 | @echo on -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # openlibs 2 | -------------------------------------------------------------------------------- /RSA-tookit.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/RSA-tookit.rar -------------------------------------------------------------------------------- /S-Scan.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/S-Scan.rar -------------------------------------------------------------------------------- /chntpw-source-110511.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/chntpw-source-110511.zip -------------------------------------------------------------------------------- /gh0st3.6_src_spycoders_marjix.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/gh0st3.6_src_spycoders_marjix.rar -------------------------------------------------------------------------------- /lpc.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/lpc.zip -------------------------------------------------------------------------------- /tiancityLogin.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerronjo/openlibs/24b9aea915ed7ea9b56f4aadbcaa0aa2738f2f69/tiancityLogin.zip --------------------------------------------------------------------------------