Vector35 / debugger

Binary Ninja debugger
Other
217 stars 15 forks source link

Allow the user to use search at their own risk #668

Open xusheng6 opened 11 hours ago

xusheng6 commented 11 hours ago

Currently we disabled search while debugging because it may not work in the best way. However, it can still work in a great amount of cases, e.g., when searching in a small and known-good region. As such, we should NOT just disable it in all cases. We should somehow warn the user the search might not work as expected, explain why, and allow the user to use it anywyas