Skip to content

Commit 2acb1f5

Browse files
committed
1 parent 1be94d8 commit 2acb1f5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
26.5 MB
Binary file not shown.

VII. Antivirus/python/CrimsonUroboros.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2513,7 +2513,7 @@ def removeQuarantine(self):
25132513

25142514
def addQuarantine(self):
25152515
''' Add com.apple.quarantine extended attribute to the file. '''
2516-
value = f'0082;{int(time.time())};CrimsonUroboros;'
2516+
value = f'0004;{int(time.time())};CrimsonUroboros;'
25172517
value_as_bytes = value.encode()
25182518
xattr.setxattr(self.file_path, 'com.apple.quarantine', value_as_bytes)
25192519

0 commit comments

Comments
 (0)