A tool for deriving PKG packet encryption keys for ps4 written in c++
| 1 | #include <fmt/core.h> |
| 2 | namespace Common { |
| 3 | namespace Log { |
| 4 | enum class Class {}; |
| 5 | enum class Level {}; |
| 6 | void FmtLogMessageImpl(Class, Level, const char*, unsigned, const char*, const char*, const fmt::v11::basic_format_args<fmt::v11::context>&) {} |
| 7 | void Stop() {} |
| 8 | } |
| 9 | } |