-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfinalise.sh
More file actions
executable file
·19 lines (16 loc) · 1.24 KB
/
finalise.sh
File metadata and controls
executable file
·19 lines (16 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
# Licensing:
#
# This program and any supporting programs, software libraries, and
# documentation distributed alongside it are released into the public domain
# without any warranty. See the LICENSE file for details.
dd if=binary_APL_LROS_raw_undump.bin bs=6144 count=16 of=binary_APL_LROS.bin
dd if=binary_BCom_raw_undump.bin bs=1 count=6144 of=binary_BCom.bin # 10
dd if=binary_BCom_raw_undump.bin bs=1 count=6144 skip=6144 oflag=append conv=notrunc of=binary_BCom.bin # 11
dd if=binary_BCom_raw_undump.bin bs=1 count=6144 skip=20480 oflag=append conv=notrunc of=binary_BCom.bin # 12
dd if=binary_BCom_raw_undump.bin bs=1 count=6144 skip=26624 oflag=append conv=notrunc of=binary_BCom.bin # 13
dd if=binary_BCom_raw_undump.bin bs=1 count=6144 skip=40960 oflag=append conv=notrunc of=binary_BCom.bin # 14
dd if=binary_BCom_raw_undump.bin bs=1 count=6144 skip=55296 oflag=append conv=notrunc of=binary_BCom.bin # 15
dd if=binary_BCom_raw_undump.bin bs=1 count=6144 skip=69632 oflag=append conv=notrunc of=binary_BCom.bin # 16
dd if=binary_BCom_raw_undump.bin bs=1 count=6144 skip=75776 oflag=append conv=notrunc of=binary_BCom.bin # 17
dd if=binary_BCom_raw_undump.bin bs=1 count=6144 skip=90112 oflag=append conv=notrunc of=binary_BCom.bin # 18