Move --win-addr into the correct block

This commit is contained in:
maride 2021-06-17 20:44:40 +02:00
parent 2b2e2dde62
commit b1450323fd

View File

@ -105,10 +105,10 @@ if [ "$SHOWHELP" == 1 ]; then
echo " BASIC OPTIONS" echo " BASIC OPTIONS"
echo " -p | --positive-addr 0x123456 a location to be counted as good hit" echo " -p | --positive-addr 0x123456 a location to be counted as good hit"
echo " -n | --negative-addr 0x234567 a location to be counted as bad hit" echo " -n | --negative-addr 0x234567 a location to be counted as bad hit"
echo " -w | --win-addr 0x345678 a location reached if your input is correct"
echo "" echo ""
echo " PERSISTENT MODE OPTIONS" echo " PERSISTENT MODE OPTIONS"
echo " -x | --persistent enable the experimental (!) persistent mode" echo " -x | --persistent enable the experimental (!) persistent mode"
echo " -w | --win-addr 0x345678 a location reached if your input is correct"
echo " -s | --start-addr 0x456789 a location directly after your input is fed into the target" echo " -s | --start-addr 0x456789 a location directly after your input is fed into the target"
echo " -e | --end-addr 0x56789A a location where the to-be-fuzzed logic is done" echo " -e | --end-addr 0x56789A a location where the to-be-fuzzed logic is done"
echo " --buff-addr 0x6789AB the location where user input is stored" echo " --buff-addr 0x6789AB the location where user input is stored"