Skip to content

Commit

Permalink
Update antianalysis_tls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kevross33 authored Oct 4, 2024
1 parent abad1be commit b1ccb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/signatures/all/antianalysis_tls.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ def run(self):
for section in pe["sections"]:
if section["name"].lower() == ".tls":
self.data.append({"thread local storage": section})
ret= True
ret = True

return ret

0 comments on commit b1ccb9e

Please sign in to comment.