project.create_file
Create a Binary Ninja project file by uploading base64-encoded data, with options for name, folder, and description.
Instructions
Create project file from base64 data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| folder_id | No | ||
| project_id | Yes | ||
| data_base64 | Yes | ||
| description | No |