Skip to content

Commit

Permalink
Add final layer as supplimentary
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-jh committed Mar 27, 2023
1 parent 9362dde commit 0fac316
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 0fac316

Please sign in to comment.