jchristman / PyDA

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

Give Sections a Way to Identify Currently Marked Text/Data #39

Open direwolf314 opened 10 years ago

direwolf314 commented 10 years ago

For example, each section could have a "range" object with flags for ranges. As an inefficient example: type_ranges = [["0x8040000:0x8040100", "data"], ["0x8040101:0x8040243", "text"], ...]

Similar to #16