Skip to content

Commit

Permalink
style: Automatic code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 26, 2024
1 parent e722e67 commit a89bd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/processing/parsers/CAPE/Stealc.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def extract_config(data):

key_rva = data[str_decode_offset + 3 : str_decode_offset + 7]
encoded_str_rva = data[str_decode_offset + 8 : str_decode_offset + 12]
# dword_rva = data[str_decode_offset + 21 : str_decode_offset + 25]
# dword_rva = data[str_decode_offset + 21 : str_decode_offset + 25]

key_offset = pe.get_offset_from_rva(struct.unpack("i", key_rva)[0] - image_base)
encoded_str_offset = pe.get_offset_from_rva(struct.unpack("i", encoded_str_rva)[0] - image_base)
Expand Down

0 comments on commit a89bd2b

Please sign in to comment.