formatting and other stuff

git-svn-id: file:///home/svn/incoming/trunk@2742 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Miller 2005-07-12 23:05:23 +00:00
parent fed011fd09
commit d18effdbad
1 changed files with 3 additions and 3 deletions

View File

@ -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