Skip to content

Commit

Permalink
Update DridexLoader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Sep 12, 2023
1 parent 07d94e2 commit 8b6309a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/processing/parsers/CAPE/DridexLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@


def decrypt_rc4(key, data):
if not key:
return b""
cipher = ARC4.new(key)
return cipher.decrypt(data)

Expand Down

0 comments on commit 8b6309a

Please sign in to comment.