Yifan Lu
Yifan Lu
This will help those who don't have a memory card: they can download and launch molecularShell/VitaShell directly from Settings. We need translations (_only_) for the following languages: - [x] Japanese...
So far, there is only one, which is a demo: うたわれるもの二人の白皇 [](https://www.reddit.com/r/vitahacks/comments/52h8uw/weekly_questions_thread_week_3/d7rk8m4)
Sometimes, even when installer launches successfully, it won't be able to create files. Right now the only solution is to launch the exploit again.
Need a better way than “hold L”
Right now you cannot hook anything in the >= `0xE0000000` region because the pages mapped there are shared between processes. It increases the complexity as we would have to map...
It might be worth adding optional arguments to plugins by passing any string after the plugin path to the `module_start` function.
There's problems people run into. We should keep a list of problems and solutions. * Using newlib from plugins. Should use either SceLibc, sceClib* from SceLibKernel, or libk. * Using...
We should freeze all threads while hooking kernel and the process when hooking user.
This should save memory: if the plugin is found in *ALL, then load it to 0xE0000000 region. The kernel will then share the text pages.
Right now, if a function is called in middle of the hook, this series of events could be possible 1. `substitute_hook_functions` is called 2. Function is written to, `old` pointer...