PyDA icon indicating copy to clipboard operation
PyDA copied to clipboard

Give Sections a Way to Identify Currently Marked Text/Data

Open direwolf314 opened this issue 10 years ago • 0 comments

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

direwolf314 avatar May 15 '14 19:05 direwolf314