|
> Yeah, that sounds great. Good to see the programmer mind at work, already > putting a solution in algorithmic form ;)
well...it was more a "so you want an operation to skip blocks"....currently I'm sitting at work and wonder how this could get implemented and defined easily...maybe just as an skip attribute:
rule start_offset="0" end_offset="EOF" operation="wordswap" skip_start="1B" skip_size="5B"
meaning: if rule is true, set start = 0, end = EOF, do a wordswap on the block and skip offsets 0+1B to 0+1B+5B. Hmm...only wonder how or better when the operation should be applied and if that overlaps the memblock....hmmmm
...and that would allow only one skipping area by rule....don't know if that's enough
 Roman Scherzer
|