PyDA
PyDA copied to clipboard
Give Sections a Way to Identify Currently Marked Text/Data
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