├── LICENSE ├── Memory Patcher └── Hook │ ├── Hook.sln │ └── Hook │ ├── Hook.cpp │ ├── Hook.vcxproj │ ├── Hook.vcxproj.filters │ ├── Hook.vcxproj.user │ └── x64 │ ├── Debug │ ├── Hook.dll.recipe │ ├── Hook.ilk │ ├── Hook.log │ ├── Hook.pch │ ├── Hook.tlog │ │ ├── CL.command.1.tlog │ │ ├── CL.read.1.tlog │ │ ├── CL.write.1.tlog │ │ ├── Cl.items.tlog │ │ ├── Hook.lastbuildstate │ │ ├── link.command.1.tlog │ │ ├── link.read.1.tlog │ │ └── link.write.1.tlog │ ├── dllmain.obj │ ├── pch.obj │ ├── vc143.idb │ └── vc143.pdb │ └── Release │ ├── Hook.Build.CppClean.log │ ├── Hook.dll.recipe │ ├── Hook.iobj │ ├── Hook.ipdb │ ├── Hook.log │ ├── Hook.obj │ ├── Hook.tlog │ ├── CL.command.1.tlog │ ├── CL.read.1.tlog │ ├── CL.write.1.tlog │ ├── Cl.items.tlog │ ├── Hook.lastbuildstate │ ├── link.command.1.tlog │ ├── link.read.1.tlog │ └── link.write.1.tlog │ ├── Hook.vcxproj.FileListAbsolute.txt │ └── vc143.pdb └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/LICENSE -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook.sln -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/Hook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/Hook.cpp -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/Hook.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/Hook.vcxproj -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/Hook.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/Hook.vcxproj.filters -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/Hook.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/Hook.vcxproj.user -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/Hook.dll.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/Hook.dll.recipe -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/Hook.ilk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/Hook.ilk -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/Hook.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/Hook.log -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/Hook.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/Hook.pch -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/Cl.items.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/Cl.items.tlog -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/Hook.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/Hook.lastbuildstate -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/Hook.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/dllmain.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/dllmain.obj -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/pch.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/pch.obj -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/vc143.idb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/vc143.idb -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Debug/vc143.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Debug/vc143.pdb -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/Hook.Build.CppClean.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Release/Hook.Build.CppClean.log -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/Hook.dll.recipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Release/Hook.dll.recipe -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/Hook.iobj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Release/Hook.iobj -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/Hook.ipdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Release/Hook.ipdb -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/Hook.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Release/Hook.log -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/Hook.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Release/Hook.obj -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/CL.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/CL.command.1.tlog -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/CL.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/CL.read.1.tlog -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/CL.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/CL.write.1.tlog -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/Cl.items.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/Cl.items.tlog -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/Hook.lastbuildstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/Hook.lastbuildstate -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/link.command.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/link.command.1.tlog -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/link.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/link.read.1.tlog -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/link.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Release/Hook.tlog/link.write.1.tlog -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/Hook.vcxproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Memory Patcher/Hook/Hook/x64/Release/vc143.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/Memory Patcher/Hook/Hook/x64/Release/vc143.pdb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/idkhidden/winapipatcher/HEAD/README.md --------------------------------------------------------------------------------