You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like glob patterns to be supported with the find feature. You could then, say, individually find a function argument with [ ,]arg[,)]. This would be useful to those looking through disassembled code.
I'd like glob patterns to be supported with the find feature. You could then, say, individually find a function argument with
[ ,]arg[,)]. This would be useful to those looking through disassembled code.