diff --git a/diagnostic-tools/binary-leak-checker.sh b/diagnostic-tools/binary-leak-checker.sh new file mode 100755 index 000000000..191fbcb68 --- /dev/null +++ b/diagnostic-tools/binary-leak-checker.sh @@ -0,0 +1,10 @@ +if [ "$#" -ne 2 ]; then + echo "Usage: binary-leak-checker.sh " + exit 1 +fi + +echo "The command you want to run is: +:recon.bin_leak(10) +" + +iex --sname debug --remsh $1 --erl "-setcookie $2"