├── Corelan └── Corelan-Tutorials │ ├── AIMP2 │ ├── README.md │ ├── exploit.m3u │ ├── exploit.py │ └── screen.gif │ ├── Millenium-MP3-Studio │ ├── README.md │ ├── exploit.m3u │ ├── exploit.mpf │ ├── exploit.py │ └── screen.gif │ ├── README.md │ ├── RM-to-MP3-Converter │ ├── DEP-Bypass │ │ ├── NtSetInformationProcess │ │ │ ├── README.md │ │ │ ├── exploit.m3u │ │ │ ├── exploit.py │ │ │ └── screen.gif │ │ ├── SetProcessDEPPolicy │ │ │ ├── README.md │ │ │ ├── exploit.m3u │ │ │ ├── exploit.py │ │ │ └── screen.gif │ │ └── VirtualProtect │ │ │ ├── README.md │ │ │ ├── exploit.m3u │ │ │ ├── exploit.py │ │ │ └── screen.gif │ └── SEH │ │ ├── README.md │ │ ├── exploit.m3u │ │ ├── exploit.png │ │ └── exploit.py │ ├── SoriTong │ ├── README.md │ ├── exploit.py │ ├── screen.gif │ └── ui.txt │ └── Xion-Audio-Player │ ├── README.md │ ├── Windows-7 │ ├── README.md │ ├── exploit.m3u │ ├── exploit.py │ └── screen.gif │ └── Windows-XP │ ├── README.md │ ├── exploit.m3u │ ├── exploit.py │ └── screen.gif └── README.md /Corelan/Corelan-Tutorials/AIMP2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/AIMP2/README.md -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/AIMP2/exploit.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/AIMP2/exploit.m3u -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/AIMP2/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/AIMP2/exploit.py -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/AIMP2/screen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/AIMP2/screen.gif -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/Millenium-MP3-Studio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/Millenium-MP3-Studio/README.md -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/Millenium-MP3-Studio/exploit.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/Millenium-MP3-Studio/exploit.m3u -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/Millenium-MP3-Studio/exploit.mpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/Millenium-MP3-Studio/exploit.mpf -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/Millenium-MP3-Studio/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/Millenium-MP3-Studio/exploit.py -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/Millenium-MP3-Studio/screen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/Millenium-MP3-Studio/screen.gif -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/README.md: -------------------------------------------------------------------------------- 1 | # Corelan Tutorials 2 | 3 | -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/NtSetInformationProcess/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/NtSetInformationProcess/README.md -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/NtSetInformationProcess/exploit.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/NtSetInformationProcess/exploit.m3u -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/NtSetInformationProcess/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/NtSetInformationProcess/exploit.py -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/NtSetInformationProcess/screen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/NtSetInformationProcess/screen.gif -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/SetProcessDEPPolicy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/SetProcessDEPPolicy/README.md -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/SetProcessDEPPolicy/exploit.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/SetProcessDEPPolicy/exploit.m3u -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/SetProcessDEPPolicy/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/SetProcessDEPPolicy/exploit.py -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/SetProcessDEPPolicy/screen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/SetProcessDEPPolicy/screen.gif -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/VirtualProtect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/VirtualProtect/README.md -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/VirtualProtect/exploit.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/VirtualProtect/exploit.m3u -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/VirtualProtect/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/VirtualProtect/exploit.py -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/VirtualProtect/screen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/DEP-Bypass/VirtualProtect/screen.gif -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/SEH/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/SEH/README.md -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/SEH/exploit.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/SEH/exploit.m3u -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/SEH/exploit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/SEH/exploit.png -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/RM-to-MP3-Converter/SEH/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/RM-to-MP3-Converter/SEH/exploit.py -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/SoriTong/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/SoriTong/README.md -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/SoriTong/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/SoriTong/exploit.py -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/SoriTong/screen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/SoriTong/screen.gif -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/SoriTong/ui.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/SoriTong/ui.txt -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/Xion-Audio-Player/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/Xion-Audio-Player/README.md -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-7/README.md -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-7/exploit.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-7/exploit.m3u -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-7/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-7/exploit.py -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-7/screen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-7/screen.gif -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-XP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-XP/README.md -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-XP/exploit.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-XP/exploit.m3u -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-XP/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-XP/exploit.py -------------------------------------------------------------------------------- /Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-XP/screen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/Corelan/Corelan-Tutorials/Xion-Audio-Player/Windows-XP/screen.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NtRaiseHardError/Windows-Binary-Exploitation/HEAD/README.md --------------------------------------------------------------------------------