create_eof_inject
Append hidden data after a file's EOF marker. Injected data stays invisible to standard viewers, supporting any file format.
Instructions
Append data after a file's end-of-file marker. The injected data is invisible to most viewers/parsers since they stop reading at the format EOF. Supports any file format — simply appends the given data string to the file's end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | String data to inject after EOF | |
| file_path | Yes | Path to the cover file | |
| output_path | Yes | Path for the output file |