BOF Modules
BOF modules are mostly configured the same as powershell modules.
Where it varies:
The
script
,script_path
, andscript_end
fields are not usedbof.x86
andbox.x64
refer to the path to the beacon object file for each architecturebof.entry_point
is an optional field for defining the object file entry pointAn
Architecture
field is required
In addition, options add the format
which breaks them into the following categeories:
The yaml would use the following format:
BOF modules also support the advanced.custom_generate
method of generating the script.
Last updated