AVSignSeek icon indicating copy to clipboard operation
AVSignSeek copied to clipboard

Tool written in python3 to determine where the AV signature is located in a binary/payload

Results 1 AVSignSeek issues
Sort by recently updated
recently updated
newest added

``` === AVSignSeek === Traceback (most recent call last): File "avsignseek.py", line 46, in main(args) File "avsignseek.py", line 14, in main with myzip.open(args.filename, pwd=args.zip_password.encode()) as myfile: File "/usr/lib/python3.8/zipfile.py", line 1514,...