Skip to content

Commit

Permalink
Update packer_nspack.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kevross33 authored Oct 4, 2024
1 parent 76fe957 commit 73952b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/signatures/all/packer_nspack.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class NsPacked(Signature):
mbcs = ["OB0001", "OB0002", "OB0006", "F0001"]

def run(self):
ret = False

target = self.results.get("target", {})
if target.get("category") in ("file", "static") and target.get("file"):
pe = self.results["target"]["file"].get("pe", [])
Expand Down

0 comments on commit 73952b8

Please sign in to comment.