GitHub - alex-free/ps5-make-fself-recursive: Run make_fself.py recursively on a decrypted PS5 game dump folder.
Run make_fself.py recursively on a decrypted PS5 game dump folder. - alex-free/ps5-make-fself-recursive
After dumping a game with PS5 App Dumper, you get a decrypted dump folder. You need to next fake sign all the executables and libraries found in said folder. While running the decrypted game dump with PS5 dump runner will do this on console, if you are exclusively using shadowmountplus or just want to do it on your computer instead you can use this. Give it the decrypted game dump folder, and it will find and fakesign everything you need it to automatically.
Credits to ps5-payload for the make_fself.py script this uses. This is just a recursive wrapper that finds everything automatically so you don't have to find each exe and lib and run it individually.