I'd like to have a flag for only searching for gadgets in a specific section(s) of a binary. For example, when doing ring0 ROP chains on Windows, some parts of ntoskrnl.exe may get paged out, but the .text section won't. I'd like to only look for gadgets in .text, without having to mess with figuring out the RVA range of .text to pass to --range
(this is another one I'm interested in writing a PR for at some point)