Andy Nguyen

Results 29 comments of Andy Nguyen

Try https://github.com/TheOfficialFloW/VitaShell/issues/458#issuecomment-761523772

Cool, now you may help me on that. Do these debug infos change when you hit any button, or do they remain the same?

I‘ll look at it this weekend

Thanks for the investigation, I'll look into it this weekend!

Has this been tested?

It might be a good idea to capture both start and stop of a module, so that we can easily hook/release specific patches.

If you describe how you imagine the implementation of this feature, I can do it.

The idea is that we invoke our callback at `module_start/stop` of **every** module. If you just hook the `module_start` export, you'd need to to it **after** the module is loaded...