@esc0rtd3w @aldostools
My congratulations for this new version.
Can you explain for me what this mappath / remap thing for me?
This explanation can be straight and for dummies. hahaha
Just for me have a vague notion of this mechanism.
Thanks again!
PS3HEN is a set of exploits. One of them is a payload based on Cobra payload to add ISO support, path redirection, custom syscall hooks, etc.
mappath.c is one of the modules of the payload in charge of handle path redirection and other related features (homebrew blocker when CFW syscall are disabled, make rif from rap stored in /exdata, block PSP launcher if an UMD is not mounted, photoGUI, etc.)
mappath / remap is mainly a path manager. It has an internal list of paths that should be redirected, and the path replacement that the system should use when the original path is accessed. There is a hooked function (open_path_hook) that checks every path accessed by the system.
Remap is used for many functions, like redirect a game folder to /dev_bdvd or replace a system file temporarily by another in HDD.
