io
io.0xffUse this value instead of 0xff to fill unallocated areas Default is 255io.aslrDisable ASLR for spawn and such Default is falseio.autofdChange fd when opening a new file Default is trueio.bufferLoad and use buffer cache if enabled Default is falseio.buffer.fromLower address of buffered cache Default is 0io.buffer.toHigher address of buffered cache Default is 0io.cacheChange both of io.cache.{read,write} Default is false-
This can be changed if the binary is in read only mode and ESIL or emulation is desired
-
This allows writing on memory if the file wasnt opened in write mode
io.cache.readEnable read cache for vaddr (or paddr when io.va=0) Default is falseio.cache.writeEnable write cache for vaddr (or paddr when io.va=0) Default is falseio.execSee !!r2 -h~-x Default is trueio.ffFill invalid buffers with 0xff instead of returning error Default is trueio.pcacheio.cache for p-level Default is false-
io.pcacheimproves speed
-
io.pcache.readEnable read-cache Default is false-
io.pcache.readcan be used to speed up analysis
-
io.pcache.writeEnable write-cache Default is falseio.vaUse virtual address layout Default is true
io.0xff io.aslr io.autofd io.buffer io.buffer.from io.buffer.to io.cache io.cache.read io.cache.write io.exec io.ff io.pcache io.pcache.read io.pcache.write io.va