├── .gitattributes ├── CafeStella.exe ├── FuckMalform.vcxproj ├── FuckMalform.vcxproj.filters ├── FuckMalform.vcxproj.user ├── HanaganeKanadeGram.rar ├── README.md ├── VERSION.def ├── detours ├── detours.cpp ├── detours.h ├── disasm.cpp └── modules.cpp └── dllmain.cpp /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sst311212/FuckBootStrap/HEAD/.gitattributes -------------------------------------------------------------------------------- /CafeStella.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sst311212/FuckBootStrap/HEAD/CafeStella.exe -------------------------------------------------------------------------------- /FuckMalform.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sst311212/FuckBootStrap/HEAD/FuckMalform.vcxproj -------------------------------------------------------------------------------- /FuckMalform.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sst311212/FuckBootStrap/HEAD/FuckMalform.vcxproj.filters -------------------------------------------------------------------------------- /FuckMalform.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sst311212/FuckBootStrap/HEAD/FuckMalform.vcxproj.user -------------------------------------------------------------------------------- /HanaganeKanadeGram.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sst311212/FuckBootStrap/HEAD/HanaganeKanadeGram.rar -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 對應遊戲 2 | + #### 星光咖啡館與死神之蝶 3 | + https://store.steampowered.com/app/1829980/ 4 | -------------------------------------------------------------------------------- /VERSION.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sst311212/FuckBootStrap/HEAD/VERSION.def -------------------------------------------------------------------------------- /detours/detours.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sst311212/FuckBootStrap/HEAD/detours/detours.cpp -------------------------------------------------------------------------------- /detours/detours.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sst311212/FuckBootStrap/HEAD/detours/detours.h -------------------------------------------------------------------------------- /detours/disasm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sst311212/FuckBootStrap/HEAD/detours/disasm.cpp -------------------------------------------------------------------------------- /detours/modules.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sst311212/FuckBootStrap/HEAD/detours/modules.cpp -------------------------------------------------------------------------------- /dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sst311212/FuckBootStrap/HEAD/dllmain.cpp --------------------------------------------------------------------------------