Radare2: 'S - IO section manipulation information' not appears

Created on 21 Jun 2019  Â·  4Comments  Â·  Source: radareorg/radare2

Hi everyone,

Work environment

| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) | Ubuntu 18.04.2 LTS x64
| File format of the file you reverse (mandatory) | ELF
| Architecture/bits of the file (mandatory) | "type": "DYN (Shared object file)", x86/32, etc.
| r2 -v full output, not truncated (mandatory) | radare2 3.6.0-git 22130 @ linux-x86-64 git.3.5.1-294-g3fe39f0c3 commit: 3fe39f0c38b66efa64ef3673e2ba3e6fc3830bf9 build: 2019-06-19__19:13:43

Expected behavior

When I want to see the available option of my radare with '?' i expected to see this option too:

S[?] IO section manipulation information

And use it later, like this 'S=' and see the segments of the file for example:

image
(image from a YouTube video - LinuxDays 2017 - Disassembling with radare2 - Tomáš Antecký)

Actual behavior

But it not appears the S option, when I try to see all the available options of my radare it just appears the following:

image

And if I try to use the S option 'S?' it shows me the following error:

image

  • This is one of the file that I try, but it's not the only one, try also PE files and the same behavior :(

CrackMe4.zip

Anyone know why the S option it not appears? Or is there antoher option that make a similar action?

Thank you,

All 4 comments

It was moved under i, check i?

This was removed almost 3 years ago and documented and anounced everywhere. What S was doing is now in iS and om commands. And no, those commands dont modify the sections at all. That was a misleading confusion that make us remove this command

On 21 Jun 2019, at 20:40, GustavoLCR notifications@github.com wrote:

It was moved under i, check i?

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

I just realized.. it's on iSS
thanks again,

Thats for segments

On 21 Jun 2019, at 22:53, RazviAlex notifications@github.com wrote:

I just realized.. it's on iSS
thanks again,

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

radare picture radare  Â·  8Comments

Manouchehri picture Manouchehri  Â·  3Comments

eagleoflqj picture eagleoflqj  Â·  7Comments

crowell picture crowell  Â·  8Comments

PaquitoRiviera picture PaquitoRiviera  Â·  7Comments