radareorg / radeco

radare2-based decompiler and symbol executor
371 stars 52 forks source link

Replace Sj by iSj or omj #233

Closed Maijin closed 5 years ago

Maijin commented 5 years ago

When opening a binary: |ERROR| Invalid command 'Sj' (0x53)

S (and by extension Sj) has been deprecated.

Now you must use iSj if you want to get RBin information, or omj if you need the mapping information.