Lauriethefish / QuestPatcher

Generic il2cpp modding tool for Oculus Quest (1/2/3) apps.
zlib License
261 stars 393 forks source link

Add mod backup functionality #185

Open DanTheMan827 opened 3 weeks ago

DanTheMan827 commented 3 weeks ago

This allows copying the installed mod from the device back into a qmod file.

image

Lauriethefish commented 4 days ago

There are a few warnings in the build (unused exceptions) that it would be nice to get fixed. I'd also appreciate it if the temp folder could be implemented as a class in QP instead of a package - I just don't want to add another dependency if at all possible. Given that qp already has a TempFile class, this would make most sense.