Skip to content

Commit

Permalink
Fix #11: GetSectors dumps the host's sectors instead of those of the …
Browse files Browse the repository at this point in the history
…target offline disk image.
  • Loading branch information
sc-anssi committed Mar 28, 2024
1 parent 1fe8d41 commit c2ccba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/DFIR-ORC_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@

<command keyword="GetLegacyBootCode_offline">
<execute name="Orc.exe" run="self:#GetSectors" />
<argument>/disk=%OfflineLocation%</argument>
<output name="BootCode.7z" source="File" argument="/LegacyBootCode /SlackSpace /Out={FileName}" />
<output name="BootCode.log" source="StdOutErr" />
</command>
Expand All @@ -513,6 +514,7 @@

<command keyword="GetUefiFull_offline">
<execute name="Orc.exe" run="self:#GetSectors" />
<argument>/disk=%OfflineLocation%</argument>
<output name="UefiFull.7z" source="File" argument="/UefiFull /Out={FileName}" />
<output name="UefiFull.log" source="StdOutErr" />
</command>
Expand Down

0 comments on commit c2ccba4

Please sign in to comment.