Switches
Help

Can be used in any of the other commandline modes.

~SS : Runtime subsystem switch between console and window interface.

If you patch A3C.exe to make it a console application by default, you can use this switch to gain access to the gui if you had to.

~SH : Silent mode, no gui is displayed, log based output is written to the file A3C.log in the build or working directory. (overrides ~ss)

Import AutoItwrapper directives


Load a script containing AutoIt3Wrapper / Aut2Exe directives

A3C.exe ~AWC "Script Path.au3"

AWC.exe is executed by AutoCamo then reads config options from the generated output file "Script Path.a3c" .

Load AutoCamo config files


Load a file (script or config) containing AutoCamo options.

A3C.exe "Config/Script Path" [ "template file path" ]

Specifying two files causes the options in both files to be accumilated.

Just specifying the config will load it plus any default build settings found in: A3C.pref or USR.pref .

Options from preference or template files are loaded before the config/script file which allows it to override some build options found in other files.

AutoIt program container


Embed an AutoIt standalone not built through AutoCamo into a program container.

A3C.exe ~APC "Standalone Path.exe" [ TypeSwitch ]

TypeSwitch  ~B | ~C
For choosing the mode of the loader, mode A is the default when no switch is present. For mode and other loader details go here.


Note:
This is primarily for users of AutoIt 3.3.10 and above because without AutoCamos random A3X generator older standalones would fail the static analysis phase of some decompilers even when embedded due to restrictions imposed by the interpreter.