├── GAME FOR PEACE ├── game_for_peace_avatarpaks_unpack.c ├── game_for_peace_unpack.c └── sha1.h ├── LICENSE ├── PUBG MARCHING ├── AES_256_ECB.h ├── pubg_marching_unpack.c ├── readme.md └── sha1.h ├── PUBG MOBILE └── pubg_mobile_unpack.c └── README.md /GAME FOR PEACE/game_for_peace_avatarpaks_unpack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloweeks/pubg-unpacker/HEAD/GAME FOR PEACE/game_for_peace_avatarpaks_unpack.c -------------------------------------------------------------------------------- /GAME FOR PEACE/game_for_peace_unpack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloweeks/pubg-unpacker/HEAD/GAME FOR PEACE/game_for_peace_unpack.c -------------------------------------------------------------------------------- /GAME FOR PEACE/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloweeks/pubg-unpacker/HEAD/GAME FOR PEACE/sha1.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloweeks/pubg-unpacker/HEAD/LICENSE -------------------------------------------------------------------------------- /PUBG MARCHING/AES_256_ECB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloweeks/pubg-unpacker/HEAD/PUBG MARCHING/AES_256_ECB.h -------------------------------------------------------------------------------- /PUBG MARCHING/pubg_marching_unpack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloweeks/pubg-unpacker/HEAD/PUBG MARCHING/pubg_marching_unpack.c -------------------------------------------------------------------------------- /PUBG MARCHING/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloweeks/pubg-unpacker/HEAD/PUBG MARCHING/readme.md -------------------------------------------------------------------------------- /PUBG MARCHING/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloweeks/pubg-unpacker/HEAD/PUBG MARCHING/sha1.h -------------------------------------------------------------------------------- /PUBG MOBILE/pubg_mobile_unpack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloweeks/pubg-unpacker/HEAD/PUBG MOBILE/pubg_mobile_unpack.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/halloweeks/pubg-unpacker/HEAD/README.md --------------------------------------------------------------------------------