neonprimetime security , just trying to help
Showing posts with label
compare
.
Show all posts
Showing posts with label
compare
.
Show all posts
Friday, April 10, 2020
Compare Malware Strings of Multiple Files for Matches
›
# run strings on all malware *.bin files in the directory and output strings to .bin.txt files get-childitem \ -filter *.bin |select name,f...
1 comment:
Compare Malware Strings of 2 Files for Matches
›
# run strings on both malware samples strings64.exe -n 8 malware1.exe > str1.txt strings64.exe -n 8 malware2.exe > str2.txt # put...
1 comment:
›
Home
View web version