ViRb3 / magisk-frida

🔐 Run frida-server on boot with Magisk, always up-to-date
956 stars 130 forks source link

Rework project due to Magisk 24 changes #20

Closed ViRb3 closed 1 year ago

ViRb3 commented 2 years ago

Release notes: https://github.com/topjohnwu/Magisk/releases/tag/v24.0

Highlights:

Plan:

  1. Rework CI to use GItHub Actions (done)
  2. Proper releases in GitHub (no pre-release) (done)
  3. Update to new module format
  4. Add new update mechanic using updateJson
ViRb3 commented 2 years ago

Drone CI was broken, so used the opportunity to move to GitHub Actions and publish proper releases!

yoshimo commented 2 years ago

if you rework it anyway , which might have to be done for v25 again, how about #16?

ViRb3 commented 2 years ago

I only reworked the CI, I don't currently have time for much more :(

ultrafunkamsterdam commented 1 year ago

if you rework it anyway , which might have to be done for v25 again, how about #16?

How about doing it yourself. with all due respect, how do you use frida if replacing some files in a zip is too much asked ?

ViRb3 commented 1 year ago

Fixed in #37.