Recent content by FRbaron

  1. FRbaron

    Tutorial Hacking Homebrew How to create your own sigpatches.

    Hi, tell me plz how Loader patches work.As I understand it, package3 is decompressed into several kip files, loader.kip is found by the hash sum, then we find the offset and replace byte 01 with 00 (cmp w0,w1 to cmp w0,w0). But I still don't understand what it affects. And why hekate patches...
  2. FRbaron

    Picofly AIO Thread

    Maybe someone will come in handy, collected the latest available sources and added the build via github actions github -> pgalonza/ns-pf-rp2040
  3. FRbaron

    Homebrew Homebrew app sys-patch - sysmod that patches on boot

    Maybe someone will need it. I made a fork with auto-assembly using GitHub actions. ns-sys-patch in my profile pgalonza @dogtygr Can you share articles, notes, code about patches? I am interested in this topic and study it a little in my free time.