Skip to content

Commit

Permalink
Remove errant scan_kernel from svcscan for rekall.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelos committed Aug 11, 2019
1 parent bbac649 commit 39fa905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/compare-vol.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def run_test(self, plugin: VolatilityPlugin, image: VolatilityImage):
name = "svcscan",
vol2_plugin_parameters = ["svcscan"],
vol3_plugin_parameters = ["windows.svcscan"],
rekall_plugin_parameters = ["svcscan", "--scan_kernel"]),
rekall_plugin_parameters = ["svcscan"]),
VolatilityPlugin(name = "ssdt", vol2_plugin_parameters = ["ssdt"], vol3_plugin_parameters = ["windows.ssdt"]),
VolatilityPlugin(
name = "printkey",
Expand Down

0 comments on commit 39fa905

Please sign in to comment.