Created
November 8, 2018 21:31
-
-
Save justenwalker/c4ee88678e25a6727d419d5ab6e26ff2 to your computer and use it in GitHub Desktop.
Damon example raw_exec config section
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
driver = "raw_exec" | |
config { | |
command = "damon.exe" # Damon is the new task entry-point (it should be on the PATH) | |
args = ["my.exe","arg1","arg2"] # Your command + Args here | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment