(09-05-2012, 11:32 AM)Rolf Wrote: Yea, but what if you have 1k+ of masks, each of separate length ?
Max len approach sucks.
Either no default increment(like it was be4) or --no-increment would be the viable solution.
+1, That's exactly the problem. If I want to hit the top 200 masks from a dump, I can't just simply loop through the masks -- I'll end up with a lot of wasted effort. It can be worked around with an extra line in my loop and adding more switches, but I don't think it should be necessary to do so.