Summary
Load a dylib from disk and execute a function from within it.- Needs Admin: False
- Version: 1
- Author: @its_a_feature_
Arguments
function_name
- Description: Name of the function within the dylib to be executed
- Required Value: True
- Default Value: None
file_path
- Description: Path of the file on disk to load (or path of where to upload file on disk)
- Required Value: True
- Default Value: None
args
- Description: Array of string args to pass to the function
- Required Value: True
- Default Value: None
file_id
- Description: File UUID of newly uploaded file (if uploading new file)
- Required Value: False
- Default Value: None