one_gadget
one_gadget copied to clipboard
Check for false positives in jmp_case_candidates
Add a check for gadgets that don't end in a call execve in jmp_case_candidates()
This avoids an error in Ruby versions < 2.6.0 when passing nil to a range.
Resolves #197
Thanks for contributing! The fix looks great, just need to fix the style suggestion as rubocop suggested
Thanks for the fix!