Improve readability based on Egypt's feedback

unstable
sinn3r 2013-05-31 16:24:27 -05:00
parent 031bb2eb0b
commit dacc73a60f
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class RopCollect < RopBase
xtra = insn.bin_length xtra = insn.bin_length
num.step(0, -1) do |x| num.downto(0) do |x|
addr = ea - x addr = ea - x
# get the disassembled instruction at this address # get the disassembled instruction at this address