Skip to content

Instantly share code, notes, and snippets.

@nasbench
Created November 8, 2022 19:39
Show Gist options
  • Save nasbench/e34ca2cd90e3a845a558a102a4f607da to your computer and use it in GitHub Desktop.
Save nasbench/e34ca2cd90e3a845a558a102a4f607da to your computer and use it in GitHub Desktop.
Adplus LOLBIN Config Sample
<ADPlus Version='2'>
<Settings>
<Option> FullOnFirst </Option>
<Runmode> Hang </Runmode>
<!--
If you want to run the binary and not dump anything.
Then this can be any process as long as it's running
-->
<ProcessName> notepad.exe </ProcessName>
<OutputDir>C:\temp\</OutputDir>
</Settings>
<PreCommands>
<DebugActions>LoadedModules;Time</DebugActions>
<!-- Insert Binary you want to launch-->
<!-- You can also use the <Argument> tag to provide arguments -->
<ShellSync>
<Application> calc.exe </Application>
</ShellSync>
</PreCommands>
</ADPlus>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment