Replace idaapi.read_selection() with ida_kernwin.read_range_selection() #184
Replies: 2 comments 1 reply
-
Isn't the Also, using Example:
In all actuality, you should be able to use
Or if you want to feed a specific range to your addresses, you can do
|
Beta Was this translation helpful? Give feedback.
-
So what I was trying to express was that you can replace: https://github.com/arizvisa/ida-minsc/blob/af07f167a0992aed3f3a2a1670593880baa57820/misc/ui.py#L299C9-L310C70
|
Beta Was this translation helpful? Give feedback.
-
Replace idaapi.read_selection with ida_kernwin.read_range_selection. Since is a much nicer API to use.
ida-minsc/misc/ui.py
Line 304 in af07f16
Beta Was this translation helpful? Give feedback.
All reactions