https://github.com/therealdreg/dreg-r2panels
my radare2 r2panels
https://github.com/therealdreg/dreg-r2panels
layouts panels r2 radare2 ui
Last synced: 3 months ago
JSON representation
my radare2 r2panels
- Host: GitHub
- URL: https://github.com/therealdreg/dreg-r2panels
- Owner: therealdreg
- License: mit
- Created: 2020-11-28T11:35:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T06:22:39.000Z (about 2 years ago)
- Last Synced: 2025-01-21T21:30:01.170Z (9 months ago)
- Topics: layouts, panels, r2, radare2, ui
- Homepage: https://rootkit.es/
- Size: 254 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Please, consider make a donation: https://github.com/sponsors/therealdreg
# dreg-r2panels
my radare2 r2panels* just copy my r2panels to ~/.local/share/radare2/.r2panels
* open (v) mode in radare2, click in TAB (upper right) to create three tabs
* select in each tab one panel: go to file -> load layout -> saved layout
Now you have three tabs in the same session like:
for 32bit process use dreg32, for 64 bits process use dreg64:
hex (two hexdumps):
misc:
## Here my ~/.radare2rc
```
e asm.cmt.right=truee asm.nbytes=16
e asm.bytes.space=true
e asm.bytes.right=truee cfg.newtab=1
e cfg.fortunes=false
e scr.utf8 = true
e key.f4=dss ; r
```