2010-03-30 21:12:19 +00:00
|
|
|
io cache and write changes
|
|
|
|
|
2021-12-02 16:39:59 +00:00
|
|
|
[0x000018a0]> wc?
|
2010-03-30 21:12:19 +00:00
|
|
|
Usage: wc[ir*?]
|
|
|
|
wc list all write changes
|
|
|
|
wc* "" in radare commands
|
|
|
|
wcr reset all write changes in cache
|
|
|
|
wci commit write cache
|
|
|
|
NOTE: Needs io.cache=true
|
2021-12-02 16:39:59 +00:00
|
|
|
[0x000018a0]> e io.cache=true
|
|
|
|
[0x000018a0]> wx 9090
|
|
|
|
[0x000018a0]> wc
|
2010-03-30 21:12:19 +00:00
|
|
|
addr=0x000018a0 size=2
|
2021-12-02 16:39:59 +00:00
|
|
|
[0x000018a0]> wc*
|
2010-03-30 21:12:19 +00:00
|
|
|
wx 9090 @ 0x000018a0
|
2021-12-02 16:39:59 +00:00
|
|
|
[0x000018a0]> wci
|
2010-03-30 21:12:19 +00:00
|
|
|
r_io_write: cannot write on fd 3
|
2021-12-02 16:39:59 +00:00
|
|
|
[0x000018a0]> wcr
|
|
|
|
[0x000018a0]> wc
|
|
|
|
[0x000018a0]>
|