git
.
seregonwar
.com
mirror · live
Explore
Issues
Pulls
Activity
search // ⌘K
⌘K
Sign in
git.seregonwar.com
/
Seregon
/
ShadPKG
source
Seregon
/
ShadPKG
A tool for deriving PKG packet encryption keys for ps4 written in c++
C++
/
47.3 KB
/
No license
Star
·
0
Fork
·
0
Watch
·
1
Code
Issues
Pull requests
Releases
Activity
Insights
Settings
main
common/config_stub.cpp
raw
ShadPKG
/
common
/
config_stub.cpp
1
#include <string>
2
3
namespace Config {
4
std::string getTrophyKey() {
5
return "";
6
}
7
}