mirror of
https://github.com/maride/barf.git
synced 2024-12-22 22:47:30 +00:00
Move --win-addr into the correct block
This commit is contained in:
parent
2b2e2dde62
commit
b1450323fd
2
barf.sh
2
barf.sh
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user