Improve readability based on Egypt's feedback
parent
031bb2eb0b
commit
dacc73a60f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue