Aliucord / hook

Java Xposed Api for LSPlant
Open Software License 3.0
123 stars 28 forks source link

please add loadModule function #8

Closed HuynhNgoc2709 closed 1 year ago

HuynhNgoc2709 commented 1 year ago

hello i know this is just xposed base and users have to add other functions themselves I have also tried adding loadModule function from xposed api or from pine(PineXposed) but it cannot be loaded But it's strange that if I use full xposed and core of pine, it can load successfully, so I beg you can help me add that function. Thank you and wish you good health

rushiiMachine commented 1 year ago

Please note that this is only a partial implementation of Xposed, since we only need method hooking.

If you need to load modules, consider using LSPatch

HuynhNgoc2709 commented 1 year ago

Please note that this is only a partial implementation of Xposed, since we only need method hooking.

If you need to load modules, consider using LSPatch

Yes, I know this is just xpose base but I want to both hook and load the module without having to use lspatch If you have time please help me, Thanks

rushiiMachine commented 1 year ago

I want to both hook and load the module without having to use lspatch

You're looking in the wrong place then, we only support hooking. This is a very minimal wrapper over LSPlant.

HuynhNgoc2709 commented 1 year ago

Yes, thanks for replying