Skip to content

Commit

Permalink
Fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Dec 27, 2021
1 parent ef29025 commit c77b521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"command_name": "nanodump",
"original_author": "HelpSystems",
"help": "A Beacon Object File that creates a minidump of the LSASS process.",
"dependsOn": "coff-loader",
"entryPoint": "go",
"extFiles": [
"depends_on": "coff-loader",
"entrypoint": "go",
"files": [
{
"os": "windows",
"arch": "amd64",
Expand Down

0 comments on commit c77b521

Please sign in to comment.