Skip to content

Commit

Permalink
Update Hayabusa version(binary name) (Velocidex#772)
Browse files Browse the repository at this point in the history
Sorry... I forgot to correct the version number in the PR below, so I
fixed it.
Velocidex#771
  • Loading branch information
fukusuket authored Jan 26, 2024
1 parent 7ab6eae commit 06b1804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/exchange/artifacts/Windows.EventLogs.Hayabusa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ sources:
query: |
-- Fetch the binary
LET Toolzip <= SELECT FullPath
FROM Artifact.Generic.Utils.FetchBinary(ToolName="Hayabusa-2.11.0", IsExecutable=FALSE)
FROM Artifact.Generic.Utils.FetchBinary(ToolName="Hayabusa-2.12.0", IsExecutable=FALSE)
LET TmpDir <= tempdir()
-- Unzip the binary
LET _ <= SELECT *
FROM unzip(filename=Toolzip.FullPath, output_directory=TmpDir)
LET HayabusaExe <= TmpDir + '\\hayabusa-2.11.0-win-x64.exe'
LET HayabusaExe <= TmpDir + '\\hayabusa-2.12.0-win-x64.exe'
-- Optionally update the rules
LET _ <= if(condition=UpdateRules, then={
Expand Down

0 comments on commit 06b1804

Please sign in to comment.