Seregon/ShadPKG

A tool for deriving PKG packet encryption keys for ps4 written in c++

C++/47.3 KB/No license
common/config_stub.cpp
ShadPKG / common / config_stub.cpp
1#include <string>
2 
3namespace Config {
4std::string getTrophyKey() {
5 return "";
6}
7}