metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#set_on_less_than
Since 0x14 contains the number of passes, and because of the li macro, can't be longer than 0x7fff, both sltu (unsigned) and slt (signed) operations can be used here
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/encoders/mipsbe/byte_xori.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-set_on_less_than-for-pr
# Commit to gitgit add modules/encoders/mipsbe/byte_xori.rbgit commit -m "better docs for MetasploitModule#set_on_less_than"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-set_on_less_than-for-pr
hub pull-request
# Celebrate!