C0 Codetypes
#2
the trick in chapter 5 does not update the code cache (this is not good)
should probably be
Code:
/* overwrite first instruction with blr */
lis rX, 0x4E80
ori rX, rX, 0x0020
stw rX, 0x0(r15)
/* update cache */
dcbf 0, r15
icbi 0, r15
Reply


Messages In This Thread
C0 Codetypes - by Vega - 07-05-2019, 09:52 PM
RE: C0 Codetypes - by _tZ - 03-12-2021, 03:16 PM
RE: C0 Codetypes - by Vega - 03-12-2021, 03:37 PM
RE: C0 Codetypes - by lovops - 03-13-2021, 12:12 AM
RE: C0 Codetypes - by Vega - 03-14-2021, 04:57 PM
RE: C0 Codetypes - by lovops - 03-16-2021, 11:20 PM
RE: C0 Codetypes - by Vega - 03-17-2021, 12:39 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)