Bug #195
Jae Won - findwild option bug
| Status: | New | Start date: | 10 Jan 2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | v1.3 |
Description
History
Updated by Peter 4 months ago
I had a look at the code and this is not a bug, but this was how I designed it
the current code simply wasn't designed to do this, as I figured you could use the rop functionality (with -end parameter) to do something like that
Implementing this in the findwild command would require a rewrite of the entire code, but the current routine is not able to first search backwards and then potentionally having to search forwards, and keeping everything within the -depth limit.
Before doing this, I need to be sure there is a structural need for this kind of functionality (and it's not a one-time thing)