文件名称:rundll32_thing:Windows 中花哨的 rundll32 功能的快速测试
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-25 12:34:27
C++
rundll32_thing 可以使用rundll32运行的微型 Win32 DLL。 它也可以加载到程序中,导出其他非rundll32兼容的函数,以及做任何普通 DLL 可以做的事情。 建造 如果你有 Visual Studio: 使用提供的解决方案文件。 如果没有,Visual Studio 将生成编译阶段的选项,如下所示: /Yu"stdafx.h" /GS /GL /analyze- /W3 /Gy /Zc:wchar_t /Zi /Gm- /O2 /sdl /Fd"Release\vc120.pdb" /fp:precise /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "RUNDLL32_THING_EXPORTS" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /er
【文件预览】:
rundll32_thing-master
----.gitattributes(2KB)
----LICENSE(1KB)
----rundll32_thing()
--------rundll32_thing.vcxproj.filters(1KB)
--------rundll32_thing.def(22B)
--------stdafx.h(135B)
--------stdafx.cpp(293B)
--------rundll32_thing.cpp(615B)
--------rundll32_thing.vcxproj(5KB)
--------dllmain.cpp(391B)
--------targetver.h(306B)
----README.md(2KB)
----rundll32_thing.sln(966B)
----.gitignore(2KB)