mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-04-05 04:59:05 +08:00
Old approach patched vnode-type assertion BLs (CBZ→panic). New approach scans backward from function end for the shared MOV W0,#1 kill return before the LDP x29,x30 epilogue and changes it to MOV W0,#0. Single instruction converts all 5+ kill paths to success. Boot-tested OK.