├── README.md ├── Win10 x64 v1511 ├── HEVD_arbitraryoverwrite.py ├── HEVD_stackoverflow.py └── README.md ├── Win10 x64 v1607 ├── HEVD_arbitraryoverwrite.py └── README.md ├── Win10 x64 v1703 ├── HEVD_arbitraryoverwrite.py └── README.md ├── Win10 x64 v1709 ├── HEVD_arbitraryoverwrite.py └── README.md └── Win7 x86 ├── HEVD_InsecureKernelResourceAccess.py ├── HEVD_UAF.py ├── HEVD_arbitraryoverwrite.py ├── HEVD_doublefetch.py ├── HEVD_integeroverflow.py ├── HEVD_nullpointerdereference.py ├── HEVD_pooloverflow.py ├── HEVD_stackoverflow.py ├── HEVD_stackoverflowGS.py ├── HEVD_typeconfusion.py ├── HEVD_uninitializedheapvariable.py ├── HEVD_ununitializedstackvariable.py ├── README.md └── readme /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/README.md -------------------------------------------------------------------------------- /Win10 x64 v1511/HEVD_arbitraryoverwrite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win10 x64 v1511/HEVD_arbitraryoverwrite.py -------------------------------------------------------------------------------- /Win10 x64 v1511/HEVD_stackoverflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win10 x64 v1511/HEVD_stackoverflow.py -------------------------------------------------------------------------------- /Win10 x64 v1511/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win10 x64 v1511/README.md -------------------------------------------------------------------------------- /Win10 x64 v1607/HEVD_arbitraryoverwrite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win10 x64 v1607/HEVD_arbitraryoverwrite.py -------------------------------------------------------------------------------- /Win10 x64 v1607/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win10 x64 v1607/README.md -------------------------------------------------------------------------------- /Win10 x64 v1703/HEVD_arbitraryoverwrite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win10 x64 v1703/HEVD_arbitraryoverwrite.py -------------------------------------------------------------------------------- /Win10 x64 v1703/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win10 x64 v1703/README.md -------------------------------------------------------------------------------- /Win10 x64 v1709/HEVD_arbitraryoverwrite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win10 x64 v1709/HEVD_arbitraryoverwrite.py -------------------------------------------------------------------------------- /Win10 x64 v1709/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win10 x64 v1709/README.md -------------------------------------------------------------------------------- /Win7 x86/HEVD_InsecureKernelResourceAccess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win7 x86/HEVD_InsecureKernelResourceAccess.py -------------------------------------------------------------------------------- /Win7 x86/HEVD_UAF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win7 x86/HEVD_UAF.py -------------------------------------------------------------------------------- /Win7 x86/HEVD_arbitraryoverwrite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win7 x86/HEVD_arbitraryoverwrite.py -------------------------------------------------------------------------------- /Win7 x86/HEVD_doublefetch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win7 x86/HEVD_doublefetch.py -------------------------------------------------------------------------------- /Win7 x86/HEVD_integeroverflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win7 x86/HEVD_integeroverflow.py -------------------------------------------------------------------------------- /Win7 x86/HEVD_nullpointerdereference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win7 x86/HEVD_nullpointerdereference.py -------------------------------------------------------------------------------- /Win7 x86/HEVD_pooloverflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win7 x86/HEVD_pooloverflow.py -------------------------------------------------------------------------------- /Win7 x86/HEVD_stackoverflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win7 x86/HEVD_stackoverflow.py -------------------------------------------------------------------------------- /Win7 x86/HEVD_stackoverflowGS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win7 x86/HEVD_stackoverflowGS.py -------------------------------------------------------------------------------- /Win7 x86/HEVD_typeconfusion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win7 x86/HEVD_typeconfusion.py -------------------------------------------------------------------------------- /Win7 x86/HEVD_uninitializedheapvariable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win7 x86/HEVD_uninitializedheapvariable.py -------------------------------------------------------------------------------- /Win7 x86/HEVD_ununitializedstackvariable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win7 x86/HEVD_ununitializedstackvariable.py -------------------------------------------------------------------------------- /Win7 x86/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GradiusX/HEVD-Python-Solutions/HEAD/Win7 x86/README.md -------------------------------------------------------------------------------- /Win7 x86/readme: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------