Info
Version: | 1.0.1.2 |
Author(s): | YY |
Last Update: | Monday, July 27, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Chuyu-Team/YY-Guard |
NuGet Url: | https://www.nuget.org/packages/YY-Guard |
Install
Install-Package YY-Guard
dotnet add package YY-Guard
paket add YY-Guard
YY-Guard Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
我们知道,加载dll时是有搜索顺序的,具体顺序可以参考MSDN —— dynamic-link-library-search-order。
这个顺序给我们提供便利的同时也引入了安全隐患,比如的程序根目录放上修改版的 version.dll、msimg32.dll或者其他。如果你的程序直接或者间接的依赖了这些dll,那么极有可能被劫持。.