Add qemu_multiarch_testing/
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
28b00ce6ff
commit
12efcf3285
6 changed files with 193 additions and 0 deletions
6
qemu_multiarch_testing/extract_od_binary.sh
Executable file
6
qemu_multiarch_testing/extract_od_binary.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Converts textual result of "od -tx1 <FILE"
|
||||
# back into a binary FILE
|
||||
|
||||
grep -a '^[0-7][0-7][0-7][0-7][0-7][0-7][0-7] [0-9a-f][0-9a-f] [0-9a-f][0-9a-f] [0-9a-f][0-9a-f] [0-9a-f][0-9a-f]' | busybox hexdump -R
|
Loading…
Add table
Add a link
Reference in a new issue