b Display or change the block size
Usage: b[f] [arg]
Get/Set block size
bdisplay current block size-
Change the block size with
b <block-size>. In visual mode you can also enter radare2 command pressing the:key (like vi does)
-
b 33set block size to 33b+3increase blocksize by 3b-16decrease blocksize by 16b eip+4numeric argument can be an expressionbf fooset block size to flag sizebm 1Mset max block size
b b- b+ bf bm