radareorg/radare2

Add an option to make io circular

Open

#13,554 opened on Mar 29, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C (3,229 forks)batch import
consoleuigood first issuevisual

Repository metrics

Stars
 (23,826 stars)
PR merge metrics
 (Avg merge 16h 24m) (99 merged PRs in 30d)

Description

just seek to 1u64 and type x:

$ r2 -qc 'x@1u64' --
$ r2 -qc 'pd 3@1u64' --
            0xffffffffffffffff      invalid
            0x00000000      invalid
            0x00000001      invalid
$

Contributor guide