├── DLL1 └── dllmain.cpp ├── Exploit ├── FileOplock.cpp ├── FileOplock.h ├── def.h └── main.cpp ├── README.md └── Report.pdf /DLL1/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wh04m1001/ZoneAlarmEoP/HEAD/DLL1/dllmain.cpp -------------------------------------------------------------------------------- /Exploit/FileOplock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wh04m1001/ZoneAlarmEoP/HEAD/Exploit/FileOplock.cpp -------------------------------------------------------------------------------- /Exploit/FileOplock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wh04m1001/ZoneAlarmEoP/HEAD/Exploit/FileOplock.h -------------------------------------------------------------------------------- /Exploit/def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wh04m1001/ZoneAlarmEoP/HEAD/Exploit/def.h -------------------------------------------------------------------------------- /Exploit/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wh04m1001/ZoneAlarmEoP/HEAD/Exploit/main.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wh04m1001/ZoneAlarmEoP/HEAD/README.md -------------------------------------------------------------------------------- /Report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wh04m1001/ZoneAlarmEoP/HEAD/Report.pdf --------------------------------------------------------------------------------