jchristman / PyDA

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

Make Flags more accurate #26

Open direwolf314 opened 10 years ago

direwolf314 commented 10 years ago

Right now flags on sections are all marked as either "r--" or "rwx" regardless of the actual permissions. Change that.