diff options
author | David Timber <mieabby@gmail.com> | 2020-08-31 02:34:11 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-08-31 02:34:11 +0930 |
commit | ff4d91db20381471493b4f485fa0f75390138e54 (patch) | |
tree | a6e4c85419e7e4400b9de44d593dff867e05d182 /src/data/proto-test/runcmd_demux | |
parent | fbb4d5d648a8dc6dba9e33240bf66d82939e2880 (diff) |
Impl run_bin
Diffstat (limited to 'src/data/proto-test/runcmd_demux')
-rw-r--r-- | src/data/proto-test/runcmd_demux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/proto-test/runcmd_demux b/src/data/proto-test/runcmd_demux index 01a9a2b..c0a630e 100644 --- a/src/data/proto-test/runcmd_demux +++ b/src/data/proto-test/runcmd_demux @@ -1,4 +1,4 @@ -# msg id 0xA03, init +# msg id 0xA04, init 8A04 # PRNE_HTBT_OP_RUN_CMD 05 @@ -6,7 +6,7 @@ 00 08 # "/bin/sh" 2f 62 69 6e 2f 73 68 00 -# msg id 0xA03, init +# msg id 0xA04, init 8A04 # PRNE_HTBT_OP_STDIO 08 |