Improve readability based on Egypt's feedback

This commit is contained in:
sinn3r 2013-05-31 16:24:27 -05:00
parent f05ef5630e
commit 2214c8f2e7
1 changed files with 1 additions and 1 deletions

2
rop.rb
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