Skip to content

Commit

Permalink
Style change to make rubocop happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 13, 2024
1 parent 9a16e5e commit ab07493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ronin/exploits/mixins/format_string.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def build_format_string(overwrite: , pop_length: , address: , payload: )

(machine_word.size / 2).times do
low_mask <<= 8
low_mask |= 0xff
low_mask |= 0xff
end

high_mask = low_mask << ((machine_word.size * 8) / 2)
Expand Down

0 comments on commit ab07493

Please sign in to comment.