├── LICENSE ├── README.md ├── Win32Data_Rw_NoChange ├── Win32Data_Rw_NoChange.sln └── Win32Data_Rw_NoChange │ ├── Win32Data_Rw_NoChange.vcxproj │ ├── Win32Data_Rw_NoChange.vcxproj.filters │ ├── Win32Data_Rw_NoChange.vcxproj.user │ ├── debug.c │ ├── debug.h │ └── main.c ├── Win32Data_Rw_To_Rx ├── Win32Data_Rw_To_Rx.sln └── Win32Data_Rw_To_Rx │ ├── Win32Data_Rw_To_Rx.vcxproj │ ├── Win32Data_Rw_To_Rx.vcxproj.filters │ ├── Win32Data_Rw_To_Rx.vcxproj.user │ ├── debug.c │ ├── debug.h │ └── main.c └── Win32HWBPs ├── Win32HWBPs.sln └── Win32HWBPs ├── Win32HWBPs.vcxproj ├── Win32HWBPs.vcxproj.filters ├── Win32HWBPs.vcxproj.user ├── debug.c ├── debug.h ├── emu.c ├── emu.h └── main.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/README.md -------------------------------------------------------------------------------- /Win32Data_Rw_NoChange/Win32Data_Rw_NoChange.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32Data_Rw_NoChange/Win32Data_Rw_NoChange.sln -------------------------------------------------------------------------------- /Win32Data_Rw_NoChange/Win32Data_Rw_NoChange/Win32Data_Rw_NoChange.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32Data_Rw_NoChange/Win32Data_Rw_NoChange/Win32Data_Rw_NoChange.vcxproj -------------------------------------------------------------------------------- /Win32Data_Rw_NoChange/Win32Data_Rw_NoChange/Win32Data_Rw_NoChange.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32Data_Rw_NoChange/Win32Data_Rw_NoChange/Win32Data_Rw_NoChange.vcxproj.filters -------------------------------------------------------------------------------- /Win32Data_Rw_NoChange/Win32Data_Rw_NoChange/Win32Data_Rw_NoChange.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32Data_Rw_NoChange/Win32Data_Rw_NoChange/Win32Data_Rw_NoChange.vcxproj.user -------------------------------------------------------------------------------- /Win32Data_Rw_NoChange/Win32Data_Rw_NoChange/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32Data_Rw_NoChange/Win32Data_Rw_NoChange/debug.c -------------------------------------------------------------------------------- /Win32Data_Rw_NoChange/Win32Data_Rw_NoChange/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32Data_Rw_NoChange/Win32Data_Rw_NoChange/debug.h -------------------------------------------------------------------------------- /Win32Data_Rw_NoChange/Win32Data_Rw_NoChange/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32Data_Rw_NoChange/Win32Data_Rw_NoChange/main.c -------------------------------------------------------------------------------- /Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx.sln -------------------------------------------------------------------------------- /Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx.vcxproj -------------------------------------------------------------------------------- /Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx.vcxproj.filters -------------------------------------------------------------------------------- /Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx.vcxproj.user -------------------------------------------------------------------------------- /Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx/debug.c -------------------------------------------------------------------------------- /Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx/debug.h -------------------------------------------------------------------------------- /Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32Data_Rw_To_Rx/Win32Data_Rw_To_Rx/main.c -------------------------------------------------------------------------------- /Win32HWBPs/Win32HWBPs.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32HWBPs/Win32HWBPs.sln -------------------------------------------------------------------------------- /Win32HWBPs/Win32HWBPs/Win32HWBPs.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32HWBPs/Win32HWBPs/Win32HWBPs.vcxproj -------------------------------------------------------------------------------- /Win32HWBPs/Win32HWBPs/Win32HWBPs.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32HWBPs/Win32HWBPs/Win32HWBPs.vcxproj.filters -------------------------------------------------------------------------------- /Win32HWBPs/Win32HWBPs/Win32HWBPs.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32HWBPs/Win32HWBPs/Win32HWBPs.vcxproj.user -------------------------------------------------------------------------------- /Win32HWBPs/Win32HWBPs/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32HWBPs/Win32HWBPs/debug.c -------------------------------------------------------------------------------- /Win32HWBPs/Win32HWBPs/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32HWBPs/Win32HWBPs/debug.h -------------------------------------------------------------------------------- /Win32HWBPs/Win32HWBPs/emu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32HWBPs/Win32HWBPs/emu.c -------------------------------------------------------------------------------- /Win32HWBPs/Win32HWBPs/emu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32HWBPs/Win32HWBPs/emu.h -------------------------------------------------------------------------------- /Win32HWBPs/Win32HWBPs/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VirtualAlllocEx/HWBP-DEP-Bypass/HEAD/Win32HWBPs/Win32HWBPs/main.c --------------------------------------------------------------------------------