├── ArbitraryOverwrite └── Win7_x86_SP1 │ ├── ArbitraryOverwrite.asm │ ├── ArbitraryOverwrite.cpp │ ├── ArbitraryOverwrite.exe │ └── ArbitraryOverwrite.h ├── IntegerOverflow ├── README.md └── Win7_x86_SP1 │ ├── IntegerOverflow.asm │ ├── IntegerOverflow.cpp │ └── IntegerOverflow.exe ├── NullPageDereference ├── README.md ├── Win7_x64_SP1 │ ├── NullPageDereference.asm │ ├── NullPageDereference.cpp │ └── NullPageDereference.exe └── Win7_x86_SP1 │ ├── NullPageDereference.asm │ ├── NullPageDereference.cpp │ └── NullPageDereference.exe └── StackOverflow ├── README.md ├── Win10_x64 ├── StackOverflow.asm ├── StackOverflow.cpp └── StackOverflow.exe ├── Win7_x64_SP1 ├── StackOverflow.asm ├── StackOverflow.cpp └── StackOverflow.exe └── Win7_x86_SP1 ├── StackOverflow.asm ├── StackOverflow.cpp └── StackOverflow.exe /ArbitraryOverwrite/Win7_x86_SP1/ArbitraryOverwrite.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/ArbitraryOverwrite/Win7_x86_SP1/ArbitraryOverwrite.asm -------------------------------------------------------------------------------- /ArbitraryOverwrite/Win7_x86_SP1/ArbitraryOverwrite.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/ArbitraryOverwrite/Win7_x86_SP1/ArbitraryOverwrite.cpp -------------------------------------------------------------------------------- /ArbitraryOverwrite/Win7_x86_SP1/ArbitraryOverwrite.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/ArbitraryOverwrite/Win7_x86_SP1/ArbitraryOverwrite.exe -------------------------------------------------------------------------------- /ArbitraryOverwrite/Win7_x86_SP1/ArbitraryOverwrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/ArbitraryOverwrite/Win7_x86_SP1/ArbitraryOverwrite.h -------------------------------------------------------------------------------- /IntegerOverflow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/IntegerOverflow/README.md -------------------------------------------------------------------------------- /IntegerOverflow/Win7_x86_SP1/IntegerOverflow.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/IntegerOverflow/Win7_x86_SP1/IntegerOverflow.asm -------------------------------------------------------------------------------- /IntegerOverflow/Win7_x86_SP1/IntegerOverflow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/IntegerOverflow/Win7_x86_SP1/IntegerOverflow.cpp -------------------------------------------------------------------------------- /IntegerOverflow/Win7_x86_SP1/IntegerOverflow.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/IntegerOverflow/Win7_x86_SP1/IntegerOverflow.exe -------------------------------------------------------------------------------- /NullPageDereference/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/NullPageDereference/README.md -------------------------------------------------------------------------------- /NullPageDereference/Win7_x64_SP1/NullPageDereference.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/NullPageDereference/Win7_x64_SP1/NullPageDereference.asm -------------------------------------------------------------------------------- /NullPageDereference/Win7_x64_SP1/NullPageDereference.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/NullPageDereference/Win7_x64_SP1/NullPageDereference.cpp -------------------------------------------------------------------------------- /NullPageDereference/Win7_x64_SP1/NullPageDereference.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/NullPageDereference/Win7_x64_SP1/NullPageDereference.exe -------------------------------------------------------------------------------- /NullPageDereference/Win7_x86_SP1/NullPageDereference.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/NullPageDereference/Win7_x86_SP1/NullPageDereference.asm -------------------------------------------------------------------------------- /NullPageDereference/Win7_x86_SP1/NullPageDereference.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/NullPageDereference/Win7_x86_SP1/NullPageDereference.cpp -------------------------------------------------------------------------------- /NullPageDereference/Win7_x86_SP1/NullPageDereference.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/NullPageDereference/Win7_x86_SP1/NullPageDereference.exe -------------------------------------------------------------------------------- /StackOverflow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/StackOverflow/README.md -------------------------------------------------------------------------------- /StackOverflow/Win10_x64/StackOverflow.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/StackOverflow/Win10_x64/StackOverflow.asm -------------------------------------------------------------------------------- /StackOverflow/Win10_x64/StackOverflow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/StackOverflow/Win10_x64/StackOverflow.cpp -------------------------------------------------------------------------------- /StackOverflow/Win10_x64/StackOverflow.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/StackOverflow/Win10_x64/StackOverflow.exe -------------------------------------------------------------------------------- /StackOverflow/Win7_x64_SP1/StackOverflow.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/StackOverflow/Win7_x64_SP1/StackOverflow.asm -------------------------------------------------------------------------------- /StackOverflow/Win7_x64_SP1/StackOverflow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/StackOverflow/Win7_x64_SP1/StackOverflow.cpp -------------------------------------------------------------------------------- /StackOverflow/Win7_x64_SP1/StackOverflow.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/StackOverflow/Win7_x64_SP1/StackOverflow.exe -------------------------------------------------------------------------------- /StackOverflow/Win7_x86_SP1/StackOverflow.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/StackOverflow/Win7_x86_SP1/StackOverflow.asm -------------------------------------------------------------------------------- /StackOverflow/Win7_x86_SP1/StackOverflow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/StackOverflow/Win7_x86_SP1/StackOverflow.cpp -------------------------------------------------------------------------------- /StackOverflow/Win7_x86_SP1/StackOverflow.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abatchy17/HEVD-Exploits/HEAD/StackOverflow/Win7_x86_SP1/StackOverflow.exe --------------------------------------------------------------------------------