This commit is contained in:
2026-02-11 11:09:14 +08:00
commit 417b1e2780
29 changed files with 11662 additions and 0 deletions

14
Scripts/grepsearcing.sh Normal file
View 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