├── README.md ├── cheat modules ├── BattleFN_external.exe ├── BattleFN_loader.exe ├── BattleFN_unprotected.exe ├── DLLVMhk.dll ├── mapped_driver.sys ├── mapper_driver.sys └── vmdrv.sys ├── cheat-analysis.pdf ├── easy-kernelmapper └── mmap_driver.bat └── easy-rw-PoC ├── driver_loader.cpp ├── driver_loader.h ├── easy-rw.vcxproj └── main.cpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayatday0/BattleFN-cheat-analysis/HEAD/README.md -------------------------------------------------------------------------------- /cheat modules/BattleFN_external.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayatday0/BattleFN-cheat-analysis/HEAD/cheat modules/BattleFN_external.exe -------------------------------------------------------------------------------- /cheat modules/BattleFN_loader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayatday0/BattleFN-cheat-analysis/HEAD/cheat modules/BattleFN_loader.exe -------------------------------------------------------------------------------- /cheat modules/BattleFN_unprotected.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayatday0/BattleFN-cheat-analysis/HEAD/cheat modules/BattleFN_unprotected.exe -------------------------------------------------------------------------------- /cheat modules/DLLVMhk.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayatday0/BattleFN-cheat-analysis/HEAD/cheat modules/DLLVMhk.dll -------------------------------------------------------------------------------- /cheat modules/mapped_driver.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayatday0/BattleFN-cheat-analysis/HEAD/cheat modules/mapped_driver.sys -------------------------------------------------------------------------------- /cheat modules/mapper_driver.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayatday0/BattleFN-cheat-analysis/HEAD/cheat modules/mapper_driver.sys -------------------------------------------------------------------------------- /cheat modules/vmdrv.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayatday0/BattleFN-cheat-analysis/HEAD/cheat modules/vmdrv.sys -------------------------------------------------------------------------------- /cheat-analysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayatday0/BattleFN-cheat-analysis/HEAD/cheat-analysis.pdf -------------------------------------------------------------------------------- /easy-kernelmapper/mmap_driver.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayatday0/BattleFN-cheat-analysis/HEAD/easy-kernelmapper/mmap_driver.bat -------------------------------------------------------------------------------- /easy-rw-PoC/driver_loader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayatday0/BattleFN-cheat-analysis/HEAD/easy-rw-PoC/driver_loader.cpp -------------------------------------------------------------------------------- /easy-rw-PoC/driver_loader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayatday0/BattleFN-cheat-analysis/HEAD/easy-rw-PoC/driver_loader.h -------------------------------------------------------------------------------- /easy-rw-PoC/easy-rw.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayatday0/BattleFN-cheat-analysis/HEAD/easy-rw-PoC/easy-rw.vcxproj -------------------------------------------------------------------------------- /easy-rw-PoC/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0dayatday0/BattleFN-cheat-analysis/HEAD/easy-rw-PoC/main.cpp --------------------------------------------------------------------------------