Hi everyone,
| 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
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 from a YouTube video - LinuxDays 2017 - Disassembling with radare2 - Tomáš Antecký)
But it not appears the S option, when I try to see all the available options of my radare it just appears the following:

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

Anyone know why the S option it not appears? Or is there antoher option that make a similar action?
Thank you,
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.