jchristman / PyDA

Python binary DisAssembler
http://suntzuii.github.io/PyDA/
Other
26 stars 10 forks source link

No text when "Data Sections" clicked, no jumps when clicking on functions, & nothing shown in strings area with ELF #4

Closed MrWinstead closed 10 years ago

MrWinstead commented 10 years ago

OS Details:

Steps to reproduce "Data Sections"

  1. Copy /bin/ls from Ubuntu 13.10 to ~/tmp on OSX
  2. Launch PyDA
  3. import using the button at the top of the window
  4. Click "data sections" and nothing is in the box

Steps to reproduce "functions"

  1. steps 1-3 from "data sections"
  2. click or double-clicking functions have no effect

Steps to reproduce "strings"

  1. steps 1-3 from "data sections"
  2. click or double click the strings button and nothing is shown in the box below it.

I'm still able to type into that text box, though.

jchristman commented 10 years ago

Strings and Data sections work now. Double click does not work yet, but should be there soon. Currently we are implementing the right click renaming and other such context menu items.