init
This commit is contained in:
14
Scripts/grepsearcing.sh
Normal file
14
Scripts/grepsearcing.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#! /bin/sh
|
||||
grep -i call $1
|
||||
grep -i ret $1
|
||||
grep -i j $1
|
||||
grep -c -i j $1
|
||||
grep -i jmp $1
|
||||
grep -c -i jmp $1
|
||||
grep -i jn $1
|
||||
grep -c -i jn $1
|
||||
grep -i entry $1
|
||||
grep -i leave $1
|
||||
grep -i cd21 $1
|
||||
grep -i 0d0a $1
|
||||
grep -i 0d0a24 $1
|
||||
Reference in New Issue
Block a user