So I'm looking for a command on Linux that would let me execute a file as binary, but skipping the first x bytes, so:
$ echo "some text" > file
$ cat /bin/bash >> file
$ ??? file # should run bash
|
So I'm looking for a command on Linux that would let me execute a file as binary, but skipping the first x bytes, so:
| ||||
|
feedback
|
|
this is probably the closest you will get:
| |||
feedback
|