formatting and other stuff
git-svn-id: file:///home/svn/incoming/trunk@2742 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
fed011fd09
commit
d18effdbad
|
@ -60,7 +60,7 @@ module Exploit::Brute
|
|||
# If there's no stop address, infer the direction based on
|
||||
# the default
|
||||
else
|
||||
direction = bf.default_direction
|
||||
direction[name] = bf.default_direction
|
||||
end
|
||||
}
|
||||
|
||||
|
@ -108,8 +108,8 @@ module Exploit::Brute
|
|||
if (stop[k])
|
||||
if ((direction[k] == 1 and next_addr >= stop[k]) or
|
||||
(direction[k] == -1 and next_addr < stop[k]))
|
||||
stopped << k
|
||||
next
|
||||
stopped << k
|
||||
next
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue