mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-23 06:14:53 +00:00
c9faf9f88b
- Added bin.strings eval key * Fix range check for anal/meta * Do not exit(1) when write error on console * Added 'ad' command to analyze data - Find trampolines from data to text f.ex - Supports 32 and 64 bit archs * flags/name moved to util/name --HG-- rename : libr/flags/name.c => libr/util/name.c
12 lines
199 B
Plaintext
12 lines
199 B
Plaintext
* Import ired test suite
|
|
|
|
_____________________
|
|
|
|
f ts @ `S*~text:0[3]`; f t @ section..text
|
|
f ds @ `S*~data:0[3]`; f d @ section..data
|
|
.ad t t+ts @ d:ds
|
|
pd 10@ 0x080d5698
|
|
!echo ==
|
|
pd 10@ 0x080d5699
|
|
|