kokotonix
Developer
Hi kokotonix.
Really happy of this update of my favorite hide secure tool.
In your faq you say:
I don't use them and try to be careful of this, but with children on the ps3 too, do you think it could be interesting and possible to have an option or plugin to check homebrews ps3 installations (we nearly know all them) and blocking their start or them when triangle option is used?
Regards.
That was tried like 2 years ago
First by the usage of a psnpatch payload to intercept the fileopen and the execute syscalls which would look into a blacklist.txt file (containing the apps to block).
The changing cobra code itself to directly support this codes.
But these approaches meant changes to the syscall table which would be reverted when psnpatch disables syscalls or, if kept, would be against psnpatch policy of restoring the syscall table as in OFW.
For all this, and some instability in the code, KW gave up on it.