Skip to content

Commit

Permalink
Merge pull request #50 from CybercentreCanada/supplimentary
Browse files Browse the repository at this point in the history
Add final layer as supplimentary
  • Loading branch information
cccs-jh authored Mar 27, 2023
2 parents 9362dde + 0fac316 commit 572a989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ def execute(self, request: ServiceRequest) -> None:
with open(file_path, 'wb+') as f:
f.write(clean)
self.log.debug(f"Submitted dropped file for analysis: {file_path}")
request.add_extracted(file_path, file_name, "Final deobfuscation layer")
request.add_supplementary(file_path, file_name, "Final deobfuscated layer")

ResultSection(f"First {byte_count} bytes of the final layer:", body=safe_str(clean[:byte_count]),
body_format=BODY_FORMAT.MEMORY_DUMP, parent=request.result)
Expand Down

0 comments on commit 572a989

Please sign in to comment.