├── Misery.sln ├── Misery.vcxproj ├── Misery.vcxproj.filters ├── Misery.vcxproj.user ├── README.md └── src ├── Api-Hammering.cpp ├── Common.h ├── FLSyscall.cpp ├── GetPayloadFromUrl.cpp ├── Hashing.cpp ├── Misery.cpp ├── Struct.h └── TypeDef.h /Misery.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforyourentertainment/Misery/HEAD/Misery.sln -------------------------------------------------------------------------------- /Misery.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforyourentertainment/Misery/HEAD/Misery.vcxproj -------------------------------------------------------------------------------- /Misery.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforyourentertainment/Misery/HEAD/Misery.vcxproj.filters -------------------------------------------------------------------------------- /Misery.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforyourentertainment/Misery/HEAD/Misery.vcxproj.user -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforyourentertainment/Misery/HEAD/README.md -------------------------------------------------------------------------------- /src/Api-Hammering.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforyourentertainment/Misery/HEAD/src/Api-Hammering.cpp -------------------------------------------------------------------------------- /src/Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforyourentertainment/Misery/HEAD/src/Common.h -------------------------------------------------------------------------------- /src/FLSyscall.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforyourentertainment/Misery/HEAD/src/FLSyscall.cpp -------------------------------------------------------------------------------- /src/GetPayloadFromUrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforyourentertainment/Misery/HEAD/src/GetPayloadFromUrl.cpp -------------------------------------------------------------------------------- /src/Hashing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforyourentertainment/Misery/HEAD/src/Hashing.cpp -------------------------------------------------------------------------------- /src/Misery.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforyourentertainment/Misery/HEAD/src/Misery.cpp -------------------------------------------------------------------------------- /src/Struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforyourentertainment/Misery/HEAD/src/Struct.h -------------------------------------------------------------------------------- /src/TypeDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackforyourentertainment/Misery/HEAD/src/TypeDef.h --------------------------------------------------------------------------------