Need get content of ELF shell script


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Need get content of ELF shell script
# 1  
Old 02-14-2012
Need get content of ELF shell script

I have a script file that file type is

ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs)

Now I want to get the contents of this file. How can I ?

Any help me to get cotents of this file type?
# 2  
Old 02-14-2012
This is a compiled program file (binary) and not a script.

You can find some usefull information about binary files using the following:

The strings command to find any printable strings contained in it:
Code:
strings filename

Use what command to find any @(#) version information from controlled source code.
Code:
what filename

Use od -h to gat a full HEX dump of the file contents:
Code:
od -h filename

# 3  
Old 02-15-2012
Here is the output for your commands,

strings filename:
===========
/lib/ld-linux.so.2
__gmon_start__
libc.so.6
_IO_stdin_used
sprintf
perror
fork
time
_exit
getpid
kill
strdup
calloc
getppid
memset
__errno_location
putenv
memcpy
malloc
getenv
sscanf
stderr
execvp
ptrace
waitpid
close
open
fprintf
strerror
__libc_start_main
__environ
__xstat
GLIBC_2.0
PTRh
L[^_]
0Y[]
[^_]
=%u %d
%u %d%c
/proc/%d/as
<null>
%s%s%s: %s
Vk7|[M
goP
RbS:
-HTg
+eJRf
5|xm
XU+6
t:8V
^y3kQp
uc+H
N4:U
0$rW
^ot$1e
^reA
lRH7
WmcD
"y@u
Z[ ,n
N M!$!
rwnC
45,bu
Fs}Sn
Pi{*
~=-~tj
7M^aq
`KW-
PH-l
r{Vh
%d?k
%NG]
[Q*Aq
WochN+
GCC: (GNU) 4.1.2 20080704 (Red Hat 4.1.2-46)
GCC: (GNU) 4.1.2 20080704 (Red Hat 4.1.2-46)
GCC: (GNU) 4.1.2 20080704 (Red Hat 4.1.2-46)
GCC: (GNU) 4.1.2 20080704 (Red Hat 4.1.2-46)
GCC: (GNU) 4.1.2 20080704 (Red Hat 4.1.2-46)
GCC: (GNU) 4.1.2 20080704 (Red Hat 4.1.2-46)
.shstrtab
.interp
.note.ABI-tag
.gnu.hash
.dynsym
.dynstr
.gnu.version
.gnu.version_r
.rel.dyn
.rel.plt
.init
.text
.fini
.rodata
.eh_frame
.ctors
.dtors
.jcr
.dynamic
.got
.got.plt
.data
.bss
.comment


od -h filename:
=========
0000000 457f 464c 0101 0001 0000 0000 0000 0000
0000020 0002 0003 0001 0000 87d0 0804 0034 0000
0000040 2db8 0000 0000 0000 0034 0020 0007 0028
0000060 001a 0019 0006 0000 0034 0000 8034 0804
0000100 8034 0804 00e0 0000 00e0 0000 0005 0000
0000120 0004 0000 0003 0000 0114 0000 8114 0804
0000140 8114 0804 0013 0000 0013 0000 0004 0000
0000160 0001 0000 0001 0000 0000 0000 8000 0804
0000200 8000 0804 14cc 0000 14cc 0000 0005 0000
0000220 1000 0000 0001 0000 2000 0000 a000 0804
0000240 a000 0804 0bd8 0000 0d04 0000 0006 0000
0000260 1000 0000 0002 0000 2014 0000 a014 0804
0000300 a014 0804 00c8 0000 00c8 0000 0006 0000
0000320 0004 0000 0004 0000 0128 0000 8128 0804
0000340 8128 0804 0020 0000 0020 0000 0004 0000
0000360 0004 0000 e551 6474 0000 0000 0000 0000
0000400 0000 0000 0000 0000 0000 0000 0006 0000
0000420 0004 0000 6c2f 6269 6c2f 2d64 696c 756e
0000440 2e78 6f73 322e 0000 0004 0000 0010 0000
0000460 0001 0000 4e47 0055 0000 0000 0002 0000
0000500 0006 0000 0009 0000 0003 0000 001c 0000
0000520 0001 0000 0005 0000 6070 2202 001c 0000
0000540 001e 0000 0000 0000 dda6 6ba3 89c5 9005
0000560 4bac c0e3 f238 1c8b b9c5 409c 0000 0000
0000600 0000 0000 0000 0000 0000 0000 0071 0000
0000620 0000 0000 001d 0000 0012 0000 0029 0000
0000640 0000 0000 0034 0000 0012 0000 00c8 0000
0000660 0000 0000 007a 0000 0012 0000 0048 0000
0000700 0000 0000 0036 0000 0012 0000 00d5 0000
0000720 0000 0000 00b6 0000 0012 0000 00fa 0000
0000740 0000 0000 009f 0000 0012 0000 0001 0000
0000760 0000 0000 0000 0000 0020 0000 00b3 0000
0001000 0000 0000 008f 0000 0012 0000 0097 0000
0001020 0000 0000 00ef 0000 0012 0000 005b 0000
0001040 0000 0000 033c 0000 0012 0000 006a 0000
0001060 0000 0000 0043 0000 0012 0000 00de 0000
0001100 0000 0000 019f 0000 0012 0000 0042 0000
0001120 0000 0000 0018 0000 0012 0000 0031 0000
0001140 0000 0000 0197 0000 0012 0000 0089 0000
0001160 0000 0000 0027 0000 0012 0000 00ac 0000
0001200 0000 0000 0440 0000 0012 0000 0062 0000
0001220 0000 0000 000d 0000 0012 0000 00ba 0000
0001240 0000 0000 007a 0000 0012 0000 0082 0000
0001260 0000 0000 0091 0000 0012 0000 00c2 0000
0001300 0000 0000 006f 0000 0012 0000 00cd 0000
0001320 0000 0000 0024 0000 0012 0000 003d 0000
0001340 0000 0000 0020 0000 0012 0000 0090 0000
0001360 0000 0000 01c3 0000 0012 0000 0038 0000
0001400 0000 0000 024d 0000 0012 0000 009e 0000
0001420 0000 0000 0034 0000 0012 0000 004f 0000
0001440 0000 0000 003d 0000 0012 0000 0054 0000
0001460 0000 0000 0057 0000 0012 0000 00f2 0000
0001500 abe4 0804 0004 0000 0021 0017 00f1 0000
0001520 abe4 0804 0004 0000 0021 0017 001a 0000
0001540 9488 0804 0004 0000 0011 000e 00a5 0000
0001560 abe0 0804 0004 0000 0011 0017 00f0 0000
0001600 abe4 0804 0004 0000 0011 0017 5f00 675f
0001620 6f6d 5f6e 7473 7261 5f74 005f 696c 6362
0001640 732e 2e6f 0036 495f 5f4f 7473 6964 5f6e
0001660 7375 6465 7300 7270 6e69 6674 7000 7265
0001700 6f72 0072 6f66 6b72 7400 6d69 0065 655f
0001720 6978 0074 6567 7074 6469 6b00 6c69 006c
0001740 7473 6472 7075 6300 6c61 6f6c 0063 6567
0001760 7074 6970 0064 656d 736d 7465 5f00 655f
0002000 7272 6f6e 6c5f 636f 7461 6f69 006e 7570
0002020 6574 766e 6d00 6d65 7063 0079 616d 6c6c
0002040 636f 6700 7465 6e65 0076 7373 6163 666e
0002060 7300 6474 7265 0072 7865 6365 7076 7000
0002100 7274 6361 0065 6177 7469 6970 0064 6c63
0002120 736f 0065 706f 6e65 6600 7270 6e69 6674
0002140 7300 7274 7265 6f72 0072 5f5f 696c 6362
0002160 735f 6174 7472 6d5f 6961 006e 5f5f 6e65
0002200 6976 6f72 006e 5f5f 7378 6174 0074 4c47
0002220 4249 5f43 2e32 0030 0000 0002 0002 0002
0002240 0002 0002 0002 0000 0002 0002 0002 0002
0002260 0002 0002 0002 0002 0002 0002 0002 0002
*
0002320 0002 0002 0001 0002 0002 0000 0001 0001
0002340 0010 0000 0010 0000 0000 0000 6910 0d69
0002360 0000 0002 0102 0000 0000 0000 a0dc 0804
0002400 0706 0000 abe0 0804 1f05 0000 abe4 0804
0002420 2005 0000 a0ec 0804 0107 0000 a0f0 0804
0002440 0207 0000 a0f4 0804 0307 0000 a0f8 0804
0002460 0407 0000 a0fc 0804 0507 0000 a100 0804
0002500 0607 0000 a104 0804 0707 0000 a108 0804
0002520 0807 0000 a10c 0804 0907 0000 a110 0804
0002540 0a07 0000 a114 0804 0b07 0000 a118 0804
0002560 0c07 0000 a11c 0804 0d07 0000 a120 0804
0002600 0e07 0000 a124 0804 0f07 0000 a128 0804
0002620 1007 0000 a12c 0804 1107 0000 a130 0804
0002640 1207 0000 a134 0804 1307 0000 a138 0804
0002660 1407 0000 a13c 0804 1507 0000 a140 0804
0002700 1607 0000 a144 0804 1707 0000 a148 0804
0002720 1807 0000 a14c 0804 1907 0000 a150 0804
0002740 1a07 0000 a154 0804 1b07 0000 8955 83e5
0002760 08ec fde8 0001 e800 0284 0000 3fe8 000e
0003000 c900 00c3 35ff a0e4 0804 25ff a0e8 0804
0003020 0000 0000 25ff a0ec 0804 0068 0000 e900
0003040 ffe0 ffff 25ff a0f0 0804 0868 0000 e900
0003060 ffd0 ffff 25ff a0f4 0804 1068 0000 e900
0003100 ffc0 ffff 25ff a0f8 0804 1868 0000 e900
0003120 ffb0 ffff 25ff a0fc 0804 2068 0000 e900
0003140 ffa0 ffff 25ff a100 0804 2868 0000 e900
0003160 ff90 ffff 25ff a104 0804 3068 0000 e900
0003200 ff80 ffff 25ff a108 0804 3868 0000 e900
0003220 ff70 ffff 25ff a10c 0804 4068 0000 e900
0003240 ff60 ffff 25ff a110 0804 4868 0000 e900
0003260 ff50 ffff 25ff a114 0804 5068 0000 e900
0003300 ff40 ffff 25ff a118 0804 5868 0000 e900
0003320 ff30 ffff 25ff a11c 0804 6068 0000 e900
0003340 ff20 ffff 25ff a120 0804 6868 0000 e900
0003360 ff10 ffff 25ff a124 0804 7068 0000 e900
0003400 ff00 ffff 25ff a128 0804 7868 0000 e900
0003420 fef0 ffff 25ff a12c 0804 8068 0000 e900
0003440 fee0 ffff 25ff a130 0804 8868 0000 e900
0003460 fed0 ffff 25ff a134 0804 9068 0000 e900
0003500 fec0 ffff 25ff a138 0804 9868 0000 e900
0003520 feb0 ffff 25ff a13c 0804 a068 0000 e900
0003540 fea0 ffff 25ff a140 0804 a868 0000 e900
0003560 fe90 ffff 25ff a144 0804 b068 0000 e900
0003600 fe80 ffff 25ff a148 0804 b868 0000 e900
0003620 fe70 ffff 25ff a14c 0804 c068 0000 e900
0003640 fe60 ffff 25ff a150 0804 c868 0000 e900
0003660 fe50 ffff 25ff a154 0804 d068 0000 e900
0003700 fe40 ffff 0000 0000 0000 0000 0000 0000
0003720 ed31 895e 83e1 f0e4 5450 6852 9380 0804
0003740 9068 0493 5108 6856 9283 0804 d3e8 fffe
0003760 f4ff 9090 8955 53e5 ec83 e804 0000 0000
0004000 815b e0c3 0018 8b00 fc93 ffff 85ff 74d2
0004020 e805 fe5e ffff 5b58 c3c9 9090 9090 9090
0004040 8955 53e5 ec83 8004 ec3d 04ab 0008 3f75
0004060 0cb8 04a0 2d08 a008 0804 f8c1 8d02 ff58
0004100 e8a1 04ab 3908 76c3 8d1f 26b4 0000 0000
0004120 c083 a301 abe8 0804 14ff 0885 04a0 a108
0004140 abe8 0804 c339 e877 05c6 abec 0804 8301
0004160 04c4 5d5b 8dc3 2674 8d00 27bc 0000 0000
0004200 8955 83e5 08ec 10a1 04a0 8508 74c0 b812
0004220 0000 0000 c085 0974 04c7 1024 04a0 ff08
0004240 c9d0 90c3 8955 c6e5 0205 04ad 0008 b60f
0004260 0205 04ad a208 ad01 0804 b60f 0105 04ad
0004300 a208 ad00 0804 b60f 0005 04ad 0f08 d0b6
0004320 b60f 0005 04ad 8808 0082 04ac 0f08 05b6
0004340 ad00 0804 c083 a201 ad00 0804 b60f 0005
0004360 04ad 8408 75c0 5dcf 55c3 e589 ec83 8b10
0004400 0845 4589 e9fc 00ad 0000 b60f 0005 04ad
0004420 0f08 c0b6 b60f 0080 04ac 8808 fb45 b60f
0004440 0205 04ad 0208 fb45 02a2 04ad 0f08 05b6
0004460 ad00 0804 b60f 89d0 c1d0 1ffa 7df7 890c
0004500 03d0 fc45 b60f 0f10 05b6 ad02 0804 048d
0004520 a202 ad02 0804 b60f 0005 04ad 0f08 d0b6
0004540 b60f 0205 04ad 0f08 c0b6 b60f 0080 04ac
0004560 8808 0082 04ac 0f08 05b6 ad02 0804 b60f
0004600 0fd0 45b6 88fb 0082 04ac 0f08 05b6 ad00
0004620 0804 c083 a201 ad00 0804 b60f 0005 04ad
0004640 8408 0fc0 6185 ffff 81ff fc45 0100 0000
0004660 6d81 000c 0001 8300 0c7d 0f00 498f ffff
0004700 c9ff 55c3 e589 ec83 8b10 0845 4589 e9fc
0004720 009b 0000 b60f 0005 04ad 8308 01c0 00a2
0004740 04ad 0f08 05b6 ad00 0804 b60f 0fc0 80b6
0004760 ac00 0804 4588 0ffb 05b6 ad01 0804 4502
0005000 a2fb ad01 0804 b60f 0005 04ad 0f08 d0b6
0005020 b60f 0105 04ad 0f08 c0b6 b60f 0080 04ac
0005040 8808 0082 04ac 0f08 05b6 ad01 0804 b60f
0005060 0fd0 45b6 88fb 0082 04ac 0f08 05b6 ad00
0005100 0804 b60f 0fc0 80b6 ac00 0804 4500 8bfb
0005120 fc45 b60f 0f10 45b6 0ffb 80b6 ac00 0804
0005140 c231 458b 88fc 8310 fc45 8301 0c6d 8301
0005160 0c7d 0f00 5b8f ffff c9ff 55c3 e589 ec81
0005200 00c8 0000 458d 89a8 2444 8b04 0845 0489
0005220 e824 096a 0000 c085 0f79 85c7 ff4c ffff
0005240 ffff ffff 95e9 0000 8d00 5085 ffff 89ff
0005260 b8c2 0058 0000 4489 0824 44c7 0424 0000
0005300 0000 1489 e824 fbea ffff 458b 89b4 5c85
0005320 ffff 8bff a845 558b 89ac 5085 ffff 89ff
0005340 5495 ffff 8bff c845 558b 89cc 7085 ffff
0005360 89ff 7495 ffff 8bff c045 8589 ff68 ffff
0005400 458b 89c4 6c85 ffff 8bff d445 8589 ff7c
0005420 ffff 458b 89e8 9045 458b 89f0 9845 44c7
0005440 0424 0058 0000 858d ff50 ffff 0489 e824
0005460 fdc5 ffff 85c7 ff4c ffff 0000 0000 858b
0005500 ff4c ffff c3c9 8955 ebe5 8304 0845 8304
0005520 087d 7400 8b26 0845 008b c085 1d74 458b
0005540 8b08 3b00 0c45 e375 11eb 458b 8308 04c0
0005560 108b 458b 8908 8310 0845 8304 087d 7400
0005600 8b09 0845 008b c085 e075 c35d 8955 57e5
0005620 ec81 0244 0000 8cb8 048b 8908 ec45 a1e8
0005640 fffa 89ff 8bc2 ec45 d0f7 af0f 31c2 ec45
0005660 458b 89ec 2444 c708 2444 9004 0494 8d08
0005700 ec85 fffd 89ff 2404 57e8 fffa 8dff ec85
0005720 fffd 89ff 2404 b9e8 fffa 89ff f845 858d
0005740 fdec ffff ffb9 ffff 89ff d485 fffd b8ff
0005760 0000 0000 8bfc d4bd fffd f2ff 89ae f7c8
0006000 83d0 01e8 4589 83f0 f87d 7500 8b4b f045
0006020 958d fdec ffff c201 458b 8908 2444 8b0c
0006040 ec45 4489 0824 44c7 0424 9494 0804 1489
0006060 e824 f9ee ffff 858d fdec ffff 0489 e824
0006100 fb70 ffff 0489 e824 fae8 ffff 85c7 fdd8
0006120 ffff 0000 0000 7feb 858d fdec ffff 4489
0006140 1024 858d fde4 ffff 4489 0c24 858d fde8
0006160 ffff 4489 0824 44c7 0424 949b 0804 458b
0006200 89f8 2404 0be8 fffb 89ff f445 7d83 02f4
0006220 3b75 858b fde8 ffff 453b 75ec 8b30 f045
0006240 d0f7 4503 8bf8 e415 04ab 8908 2444 8904
0006260 2414 8fe8 fffe 8bff e495 fffd 8bff 0845
0006300 d029 c083 8901 d885 fffd ebff c70a d885
0006320 fffd ffff ffff 8bff d885 fffd 81ff 44c4
0006340 0002 5f00 c35d 8955 83e5 78ec 93e8 fffa
0006360 89ff f845 458b 89f8 9c45 7d83 ff9c 840f
0006400 00fb 0000 7d83 009c 0574 d0e9 0000 e800
0006420 fa00 ffff 4589 8bf8 f845 4489 0824 44c7
0006440 0424 94a3 0804 458d 89a8 2404 f3e8 fff8
0006460 c7ff 2404 0000 0000 07e8 fffa c7ff 2444
0006500 8204 0000 8d00 a845 0489 e824 f8e4 ffff
0006520 c085 940f 0fc0 c0b6 4589 83fc fc7d 7500
0006540 e83a f8ae ffff 008b f883 7410 c72e 2444
0006560 000c 0000 c700 2444 0008 0000 8b00 f845
0006600 4489 0424 04c7 1024 0000 e800 f8f4 ffff
0006620 c085 940f 0fc0 c0b6 4589 83fc fc7d 7400
0006640 c715 2444 1204 0000 8b00 f845 0489 e824
0006660 f9f0 ffff 1eeb 458b 8908 2404 23e8 fff9
0006700 c7ff 2444 0904 0000 8b00 f845 0489 e824
0006720 f9d0 ffff 458b 89fc 2404 f5e8 fff8 c7ff
0006740 2444 0008 0000 c700 2444 0004 0000 8b00
0006760 f845 0489 e824 f92a ffff 453b 74f8 8b17
0007000 0845 0489 e824 f8da ffff 04c7 0124 0000
0007020 e800 f8be ffff c3c9 8955 57e5 5356 ec83
0007040 e84c fa7e ffff 83b8 04a1 c708 2444 0004
0007060 0001 8900 2404 bee8 fffa b8ff a2b1 0804
0007100 44c7 0424 002a 0000 0489 e824 fb73 ffff
0007120 f8b8 04a2 c708 2444 0404 0000 8900 2404
0007140 5ee8 fffb b8ff a2f8 0804 008b c085 2374
0007160 f8b8 04a2 8b08 c718 2404 0000 0000 e1e8
0007200 fff8 39ff 7dc3 c70c cc45 a2b1 0804 e5e9
0007220 0003 b800 a330 0804 44c7 0424 0008 0000
0007240 0489 e824 fb1b ffff d0b8 04ab c708 2444
0007260 0304 0000 8900 2404 06e8 fffb b8ff aba9
0007300 0804 44c7 0424 000f 0000 0489 e824 faf1
0007320 ffff 44c7 0424 0001 0000 04c7 8024 04a1
0007340 e808 fadd ffff fdb8 04a2 c708 2444 1604
0007360 0000 8900 2404 c8e8 fffa b8ff a2fd 0804
0007400 44c7 0424 0016 0000 0489 e824 f9e9 ffff
0007420 deb8 04a2 c708 2444 1604 0000 8900 2404
0007440 9ee8 fffa baff a2de 0804 fdb8 04a2 8908
0007460 c845 5589 c7c4 c045 0016 0000 8bfc c875
0007500 7d8b 8bc4 c04d a6f3 970f 0fc2 c092 d189
0007520 c128 c889 be0f 85c0 74c0 c70c cc45 a2fd
0007540 0804 11e9 0003 8b00 0845 0489 e824 fc1a
0007560 ffff 4589 b8e4 a31b 0804 44c7 0424 0013
0007600 0000 0489 e824 fa39 ffff 7d83 00e4 0c79
0007620 45c7 1bcc 04a3 e908 02dc 0000 458b 8308
0007640 0ac0 44c7 0424 0004 0000 0489 e824 f6f2
0007660 ffff 4589 83f0 f07d 7500 c70c cc45 0000
0007700 0000 b1e9 0002 8300 e47d 0f00 4b84 0001
0007720 b800 a339 0804 44c7 0424 0001 0000 0489
0007740 e824 f9dd ffff 39b8 04a3 0f08 00b6 c084
0007760 1d75 30b8 04a3 8908 2404 7ce8 fffa 85ff
0010000 74c0 c70c cc45 a330 0804 69e9 0002 b800
0010020 abd3 0804 44c7 0424 0001 0000 0489 e824
0010040 f99f ffff aeb8 04a4 c708 2444 eb04 0005
0010060 8900 2404 8ae8 fff9 b8ff abbb 0804 44c7
0010100 0424 0013 0000 0489 e824 f975 ffff bbb8
0010120 04ab c708 2444 1304 0000 8900 2404 96e8
0010140 fff8 b8ff ab91 0804 44c7 0424 0013 0000
0010160 0489 e824 f94b ffff 91ba 04ab b808 abbb
0010200 0804 4589 89bc b855 45c7 13b4 0000 fc00
0010220 758b 8bbc b87d 4d8b f3b4 0fa6 c297 920f
0010240 89c0 28d1 89c1 0fc8 c0be c085 0c74 45c7
0010260 bbcc 04ab e908 01be 0000 04c7 0024 0010
0010300 e800 f6ae ffff 4589 83e0 e07d 7500 c70c
0010320 cc45 0000 0000 9de9 0001 c700 2444 0008
0010340 0010 c700 2444 2004 0000 8b00 e045 0489
0010360 e824 f5be ffff aeba 04a4 8b08 e045 1505
0010400 000a 8900 b8c1 05eb 0000 4489 0824 5489
0010420 0424 0c89 e824 f5da ffff 54eb a9b8 04ab
0010440 0f08 00b6 c084 4074 04c7 0024 0002 e800
0010460 f640 ffff 4589 83e0 e07d 7500 c70c cc45
0010500 0000 0000 2fe9 0001 8b00 0c45 008b a9ba
0010520 04ab 8908 2444 8908 2454 8b04 e045 0489
0010540 e824 f4be ffff 08eb 458b 8b0c 8900 e045
0010560 45c7 00ec 0000 8b00 ec45 e0c1 8902 03c2
0010600 f055 458b 8b0c 8900 8302 ec45 8301 e47d
0010620 7400 b822 abd3 0804 b60f 8400 74c0 8b16
0010640 ec45 e0c1 8902 03c2 f055 d3b8 04ab 8908
0010660 8302 ec45 b801 abd0 0804 b60f 8400 74c0
0010700 8b16 ec45 e0c1 8902 03c2 f055 d0b8 04ab
0010720 8908 8302 ec45 8b01 ec45 e0c1 8902 03c2
0010740 f055 458b 89e0 8302 ec45 0f01 05b6 a180
0010760 0804 c084 1374 458b c1ec 02e0 4503 c7f0
0011000 8000 04a1 8308 ec45 8301 e47d 7e01 8b08
0011020 e475 7589 ebd0 c707 d045 0000 0000 7d8b
0011040 89d0 e87d 20eb 458b c1ec 02e0 c289 5503
0011060 8bf0 e845 e0c1 0302 0c45 008b 0289 4583
0011100 01ec 4583 01e8 458b 3be8 0845 d87c 458b
0011120 c1ec 02e0 4503 c7f0 0000 0000 ba00 a330
0011140 0804 458b 89f0 2444 8904 2414 93e8 fff4
0011160 c7ff cc45 a330 0804 458b 83cc 4cc4 5e5b
0011200 5d5f 8dc3 244c 8304 f0e4 71ff 55fc e589
0011220 5153 ec83 8930 e84d 558b 8be8 0442 008b
0011240 0489 e824 fa3e ffff 4d8b 8be8 0459 c383
0011260 8b04 e855 428b 8904 2444 8b04 e84d 018b
0011300 0489 e824 fb50 ffff 0389 558b 8be8 0442
0011320 c083 8b04 8500 74c0 8b10 e84d 418b 8304
0011340 04c0 008b 4589 ebec c707 ec45 94af 0804
0011360 1fe8 fff3 8bff 8500 74c0 e814 f314 ffff
0011400 008b 0489 e824 f34a ffff 4589 ebf0 c707
0011420 f045 94b6 0804 f9e8 fff2 8bff 8500 74c0
0011440 c709 f445 94b7 0804 07eb 45c7 b6f4 0494
0011460 8b08 e855 428b 8b04 8b00 e015 04ab 8b08
0011500 ec4d 4c89 1424 4d8b 89f0 244c 8b10 f44d
0011520 4c89 0c24 4489 0824 44c7 0424 94ba 0804
0011540 1489 e824 f3ec ffff 01b8 0000 8300 30c4
0011560 5b59 8d5d fc61 90c3 9090 9090 9090 9090
0011600 8955 5de5 8dc3 2674 8d00 27bc 0000 0000
0011620 8955 57e5 5356 5ee8 0000 8100 45c3 000d
0011640 8300 1cec 43e8 fff2 8dff 2083 ffff 89ff
0011660 f045 838d ff20 ffff 4529 c1f0 f07d 8b02
0011700 f055 d285 2b74 ff31 c689 b68d 0000 0000
0011720 458b 8310 01c7 4489 0824 458b 890c 2444
0011740 8b04 0845 0489 ff24 8316 04c6 7d39 75f0
0011760 83df 1cc4 5e5b 5d5f 8bc3 241c 90c3 9090
0012000 8955 53e5 ec83 8b0c 0c45 eae8 ffff 81ff
0012020 d1c3 000c c700 2404 0003 0000 4489 0824
0012040 458b 8908 2444 e804 f238 ffff c483 5b0c
0012060 c35d 9090 9090 9090 9090 9090 9090 9090
0012100 8955 53e5 00bb 04a0 8308 04ec 00a1 04a0
0012120 8308 fff8 0c74 eb83 ff04 8bd0 8303 fff8
0012140 f475 c483 5b04 c35d 8955 53e5 ec83 e804
0012160 0000 0000 815b 6cc3 000c e800 f3a0 ffff
0012200 5b59 c3c9 0003 0000 0001 0002 0000 0000
0012220 2578 0078 253d 2075 6425 2500 2075 6425
0012240 6325 2f00 7270 636f 252f 2f64 7361 3c00
0012260 756e 6c6c 003e 3a00 0020 7325 7325 7325
0012300 203a 7325 000a 0000 0000 0000 0000 0000
0012320 0000 0000 0000 0000 0000 0000 0000 0000
*
0020000 ffff ffff 0000 0000 ffff ffff 0000 0000
0020020 0000 0000 0001 0000 0010 0000 000c 0000
0020040 85ec 0804 000d 0000 9468 0804 fef5 6fff
0020060 8148 0804 0005 0000 838c 0804 0006 0000
0020100 817c 0804 000a 0000 010c 0000 000b 0000
0020120 0010 0000 0015 0000 0000 0000 0003 0000
0020140 a0e0 0804 0002 0000 00d8 0000 0014 0000
0020160 0011 0000 0017 0000 8514 0804 0011 0000
0020200 84fc 0804 0012 0000 0018 0000 0013 0000
0020220 0008 0000 fffe 6fff 84dc 0804 ffff 6fff
0020240 0001 0000 fff0 6fff 8498 0804 0000 0000
0020260 0000 0000 0000 0000 0000 0000 0000 0000
*
0020340 a014 0804 0000 0000 0000 0000 861a 0804
0020360 862a 0804 863a 0804 864a 0804 865a 0804
0020400 866a 0804 867a 0804 868a 0804 869a 0804
0020420 86aa 0804 86ba 0804 86ca 0804 86da 0804
0020440 86ea 0804 86fa 0804 870a 0804 871a 0804
0020460 872a 0804 873a 0804 874a 0804 875a 0804
0020500 876a 0804 877a 0804 878a 0804 879a 0804
0020520 87aa 0804 87ba 0804 0000 0000 0000 0000
0020540 0000 0000 0000 0000 0000 0000 0000 0000
*
0020600 de41 f0a1 12bc a64d 5d08 2cbe 5c36 601d
0020620 07f6 03e3 5571 cd8e 48a0 b585 1a27 b9b2
0020640 619d 5aaa f874 7d00 be56 8caa c81b 12ec
0020660 d0cf 4016 a425 c50d 92ec 137b 2dac 4acd
0020700 778f 04a5 a56f c582 2c64 8052 3ff5 c493
0020720 a90f 3405 134d 3afa 75a6 524e 1ba3 339d
0020740 4293 0338 bae8 4dc9 1be6 dccd 605a 69a0
0020760 a60a 589e 99b9 5f92 e10e b2b2 4ffd 90e6
0021000 1e92 7b93 5cd8 bfc8 9678 d39b 3bf7 013d
0021020 dbe2 9b5a ed74 83fa adce cb36 1cfd 8f5c
0021040 f03a 130b d44d c5d2 6d6a 6298 d5a9 8b63
0021060 bdb1 2627 21aa 79aa e0ce cb45 a1fd 375b
0021100 6791 de4a 1c3b a6a4 3c8a 3308 6c12 c4bf
0021120 e629 d4ea 9408 d74e 9375 72a2 fe34 c5a9
0021140 f465 a1a4 4811 9b47 4f85 98cf 8fbc e55c
0021160 4675 7eba 08db 5055 f89b d0c2 6cf6 5c96
0021200 3b60 51fe fe6d e337 f244 2061 b6fb 9770
0021220 33af a567 fe9f 0002 0039 bc73 8146 dcc6
0021240 675f cc2d 6565 aab0 c857 ea3c 6f78 1d51
0021260 ac0f 3fb0 6030 c7ff 1e87 ee7b 5c28 49ce
0021300 5158 a8a3 de30 a011 6b56 7c37 4d5b ec0c
0021320 032a 85e9 fba3 4524 6793 506f 1020 ee06
0021340 ea65 8d3f 7aeb cbb4 e038 017d 3ff1 e79f
0021360 90b3 8e38 6746 7405 2a22 1aaf 73d6 c4d2
0021400 4715 0f20 5668 47be e7f8 5c57 ed5b d780
0021420 9df6 e107 2e85 50f3 346b e7fd 162a e4e5
0021440 f7b9 a111 698c fd76 4a67 eea7 d718 52bd
0021460 5362 ef3a ece7 04fb a31d 3fea 5e0b 3cb0
0021500 8739 be1e 11b6 370f 9cce 02a3 619a a755
0021520 c86f 06c4 665c 58e4 ce0d 1897 482d 6754
0021540 73cf 8525 3585 53bd 61d2 6c56 abc2 3113
0021560 d874 d038 1d3e 4b29 c1eb 1964 b909 d980
0021600 a62c b15f 1ddc ae04 5b7e 401a 2e06 7b72
0021620 ab06 454b 75c8 b491 f536 40cd 4eae db19
0021640 79f5 d18c 9196 147f 9aec f354 c7c9 cf6e
0021660 ba72 3b15 a72f 66ef bd9c 4ba6 bf0b 0126
0021700 b338 ced2 5245 31e3 38ed b625 93ff 7286
0021720 9b4e 7ead 9c42 dfe4 8a59 652b 524a 8366
0021740 3905 4b51 358b 787c a26d 6c2f b536 84df
0021760 8c51 9302 e629 8373 9e71 bbe9 4ff1 f73e
0022000 9089 1442 bfc5 328d bc61 979f 7e71 c31b
0022020 1e0b 3456 ca04 75b8 a169 5a31 6ff0 7a51
0022040 93ff c48f 1d53 b4f7 96d9 4b4c 6715 210e
0022060 6586 8b55 0d30 9901 32ae 9ff4 45a1 a11a
0022100 a9d9 2c66 5dc6 a0e1 2df4 0aec fb95 1b2b
0022120 8060 91a7 a88e 3d2a 1eda 7cdd f764 3e1e
0022140 84a1 686b 4ce1 d608 f47a 0fe0 0bef 502b
0022160 d28c 1ae2 0c7a 5558 362b 90d2 f02e cfce
0022200 3a74 5638 4086 012c 0c35 2510 3c17 a376
0022220 580e 89be 1765 90df b14d 7b21 f0a1 164b
0022240 842a b16c 98c4 fab2 c3a5 bc20 96ff 2a8e
0022260 bcf8 ecae f187 975d 418f 434b d104 90fb
0022300 cce6 e92f a359 9a22 5b26 f34c 4021 ea29
0022320 3708 3302 692c 29a6 0795 b0b1 ca05 5490
0022340 ab03 f60b 5e17 3379 516b b370 1eaa 6cf5
0022360 bb74 fe59 75d4 2b63 9e48 dff7 baf8 4e88
0022400 3a34 f055 a930 6330 5fe0 3c45 3ff6 e4cb
0022420 0a9c 536e d292 57e8 8e7d 8ce7 7ac8 0232
0022440 739c a529 cf4c 9dc5 7ab6 dabf 6648 ca85
0022460 84e5 372c fb79 7fc5 28de 8980 0bd6 541b
0022500 58cd 55b0 1068 e8df 95eb b785 98af f1f1
0022520 3806 e740 b6f5 1ef5 fd55 cd3a e70d 0b6a
0022540 288e c1a3 b9c0 5468 2704 f7aa bc26 be13
0022560 01dc 1fa8 90c6 ec2a 01e0 4b44 8805 fe80
0022600 049c 8ca2 a182 d44f 7a43 771c 1ffe 72a0
0022620 b447 069e 6041 6baf 0ce0 e9a9 8f42 8323
0022640 c7a0 93b6 22e4 dfb1 4393 ee3d 2e6a d7f7
0022660 fdb8 e700 9f7d cd33 c561 0122 1bca 9f25
0022700 200f 86be 888e 54a3 fa03 7478 f0e7 acef
0022720 c8b6 394d 8e93 146a 5b03 6c81 511a 2de8
0022740 543f 4e05 389f 6e7a 1d8d bd9f 347d 75e5
0022760 1b34 3bde 07ec e9d3 8225 7a7f a808 6d53
0023000 c331 c7e4 e397 2430 5772 1b11 175f 8ff5
0023020 1ec8 bb11 af68 c5d9 e53e 5e10 746f 3124
0023040 ad65 67b8 cfba e7c4 7beb f2c9 f6ee d88f
0023060 b9f8 d416 fd42 725e 4165 c6c1 b772 dedb
0023100 2a3a f4cd 0e44 87ce 7eb7 0a89 be42 7881
0023120 d782 526c 3748 a68f c208 8bc9 ca2a d798
0023140 c6b6 0172 9c7d 3ff3 0395 e62e 8637 6b05
0023160 9d07 2211 01c2 38d5 9b52 6834 91a9 d2d1
0023200 f79a e404 0e93 34b2 817e 6e30 1ace e37c
0023220 de5d 612c 8f91 9251 7441 2eef 13cc 15f5
0023240 6a0c cdb4 94a5 8f4c a337 5929 57ef 636d
0023260 9844 cc50 b884 5cbd 6b2a 68d9 6965 c5d3
0023300 1f22 26e5 b13b 0ada 8d03 bf7d 86c1 93cb
0023320 3c17 79ae f913 453a cbff 1822 897a b7de
0023340 2f24 7180 bbbb f21c 8b1b 945a 3bdd 5cd5
0023360 f66b 3174 6fb4 f43d a25c 22e3 4079 0475
0023400 dc6a d043 4fc6 ec37 127a 352b c348 6098
0023420 0082 ed4f 66fd bf6b c6de 16cf 43ec deb8
0023440 af8d 9db2 11db ac51 83b0 821d 5ad3 205b
0023460 6e2c efd6 f636 8d7f cfec b5aa 2b3c ce56
0023500 6d13 634b 2b0c 86a3 1325 abe0 b006 79b4
0023520 c889 8c0d 61e1 2d74 c405 2108 b351 9e75
0023540 f2ef b499 27bf 5d19 f7c0 65b5 4537 f919
0023560 9227 0882 1dc7 cc11 adc5 bb49 5784 c332
0023600 3ee9 f7ea 6544 ab03 4a32 528a e676 7bdd
0023620 6baf d8ef 13b2 155d 2648 2889 afe2 1176
0023640 31f1 305a 3da4 6e89 2490 442d b29b 819f
0023660 d823 7f44 1227 5ec0 8943 4bf1 7f77 ec03
0023700 dfe0 792c 1174 522d 80b0 d5e5 d34a b491
0023720 ce08 9a79 0133 1c4e 9594 4cc7 06fa e8e6
0023740 0f5c 08d5 f185 df3f 879b bb0c 2a9c cc80
0023760 1443 271d e344 aa57 fba1 c9d2 eae0 7888
0024000 4519 0eb6 094e 214d 2124 f1fc dfb8 b7dc
0024020 e50c 2452 c3cc 6400 10f7 50ac 44a4 30d6
0024040 a1fe eb82 fc38 b553 3a2a 6195 eff0 4afa
0024060 f0f2 9f52 b150 2361 d47b 037f 9bbf e13b
0024100 9534 8b82 ccd7 f128 00c0 854e 9768 b7b3
0024120 721a 6e77 8943 3ed3 9aeb 2094 dbac 1abc
0024140 6318 e391 91e6 339b 9d6b 8e2b 3d35 2f07
0024160 cc91 b677 b20d 7fb1 422b f689 3889 93f2
0024200 a241 4749 5492 a081 0522 cdcf 8e8b e3cc
0024220 be42 248f 11f8 8543 3083 1e09 35c1 3950
0024240 eb98 3a87 88f5 23ec b5da d4ab 36f3 4196
0024260 8220 9ddc ae92 5298 ee75 a359 0810 33f9
0024300 d1f9 de17 8561 827c 7a05 b7f4 58af d943
0024320 2555 dc26 3534 622c c875 bd99 8f6c 0436
0024340 6af4 7dde 8be3 f046 c21d 8ae5 3f72 b38e
0024360 b2ef 7884 6285 7389 b677 fd4d 9a2a b6c3
0024400 16a5 7df7 883c 33e1 2f63 1ce7 c8cc 36b5
0024420 8ae2 730d 4e11 b1dd 4616 7d73 6e53 fe0b
0024440 c702 060f 21be cd9e b149 8e0e d0c0 4dc9
0024460 45cb ce13 6cfb fc6e e853 fbef 08b4 ae82
0024500 e57d 8e32 2ca7 01a4 a605 5002 7b69 ef2a
0024520 4ba4 51b2 e28e 8d58 9249 a171 219c 60f9
0024540 af7c 9752 f9be 954b e4aa 3d9d 0bcf 9066
0024560 9eb9 b1b6 f6d6 b60b d704 dff7 3377 b1fc
0024600 e843 698f 3160 f2f7 7ec0 2d3d 747e ff6a
0024620 326b 3ba6 2428 7a9b 8747 8fee ddbc 472b
0024640 29a3 aaa1 d3ee 46fc 1bf8 44c3 7046 3305
0024660 715b 18dc 6afa 78aa ae50 9ab3 0517 c705
0024700 e9cb 4b2d 4102 b193 5d4e cea7 7bc4 1bb7
0024720 fc32 9e6f 2dbf 67c5 5ee6 1d41 647e 9231
0024740 0f80 337b 9da8 e3b8 eabd c517 7de0 193f
0024760 4d9d c74a e974 56d6 7e9e 3796 5e4d 7161
0025000 0201 af95 e2cd 1ba4 21c4 d133 5043 2bc5
0025020 7a91 c48c 270a 7bdf 4f61 e282 4b60 2d57
0025040 e69d 0ac2 fe24 620b 16ea c259 9919 9d56
0025060 d4c0 8389 cf20 fbf5 3ef9 8eff b746 8454
0025100 e81d 40e5 46c1 c9d5 6e24 2a17 4554 ebe5
0025120 1a65 48ef 28b5 4d2d ad82 c0f1 50d4 2d48
0025140 0a6c d6ad 10b9 c117 4553 ae46 8bb0 8e2e
0025160 e4e6 2c97 04e4 2ed6 e3f8 3170 8985 36f7
0025200 fa14 a157 e747 429b 200e e656 4357 ceb1
0025220 c6fa bc26 63de 788f 0e5f 1eee 5397 7735
0025240 82e4 0628 cafe 4af6 20e1 4dce 93d1 83e6
0025260 8b8d ad46 4647 a744 3354 ecc5 fa87 6b63
0025300 8b7d 7b72 6856 37c6 9588 5a85 6b28 b6de
0025320 25f7 3f64 a96b bfe6 acdc 63ab 0ea7 24cf
0025340 419a f0a0 66a9 3228 adfc 248c 6a19 10db
0025360 4090 fb50 37e9 c5bb 67e3 8a28 f776 10af
0025400 4f39 e201 29b6 b215 a1d7 f0d7 b20c 9d01
0025420 52f2 db98 5389 6da1 c9bb 31f8 a7c1 fb41
0025440 43f7 addd f36d 4460 3795 a235 37ea dd3f
0025460 d789 13b9 5a2b e680 7823 e517 591f 17e0
0025500 be9c 09c4 25b1 474e 845d 47e9 28bb 4524
0025520 dd00 2b58 d937 5b12 2a51 7141 2283 2088
0025540 4de1 932a 7973 d0da c3fd b917 3cec ecff
0025560 581a 5218 2a31 83ae f055 d9f5 7e12 f3f9
0025600 24cb 3f87 619e 9b0f 2725 1155 5564 d116
0025620 2025 af59 ca33 33c1 9e8a 5ff6 3ea5 21a3
0025640 8f46 df43 7f40 6f57 6863 2b4e c9da 324c
0025660 b207 e838 c386 82cb 8da1 d2cb 037f 7a39
0025700 320d f3d8 de70 c822 21d5 6ca3 fd77 50e1
0025720 94f8 007d 0000 0000 4347 3a43 2820 4e47
0025740 2955 3420 312e 322e 3220 3030 3038 3037
0025760 2034 5228 6465 4820 7461 3420 312e 322e
0026000 342d 2936 0000 4347 3a43 2820 4e47 2955
0026020 3420 312e 322e 3220 3030 3038 3037 2034
0026040 5228 6465 4820 7461 3420 312e 322e 342d
0026060 2936 0000 4347 3a43 2820 4e47 2955 3420
0026100 312e 322e 3220 3030 3038 3037 2034 5228
0026120 6465 4820 7461 3420 312e 322e 342d 2936
0026140 0000 4347 3a43 2820 4e47 2955 3420 312e
0026160 322e 3220 3030 3038 3037 2034 5228 6465
0026200 4820 7461 3420 312e 322e 342d 2936 0000
0026220 4347 3a43 2820 4e47 2955 3420 312e 322e
0026240 3220 3030 3038 3037 2034 5228 6465 4820
0026260 7461 3420 312e 322e 342d 2936 0000 4347
0026300 3a43 2820 4e47 2955 3420 312e 322e 3220
0026320 3030 3038 3037 2034 5228 6465 4820 7461
0026340 3420 312e 322e 342d 2936 0000 732e 7368
0026360 7274 6174 0062 692e 746e 7265 0070 6e2e
0026400 746f 2e65 4241 2d49 6174 0067 672e 756e
0026420 682e 7361 0068 642e 6e79 7973 006d 642e
0026440 6e79 7473 0072 672e 756e 762e 7265 6973
0026460 6e6f 2e00 6e67 2e75 6576 7372 6f69 5f6e
0026500 0072 722e 6c65 642e 6e79 2e00 6572 2e6c
0026520 6c70 0074 692e 696e 0074 742e 7865 0074
0026540 662e 6e69 0069 722e 646f 7461 0061 652e
0026560 5f68 7266 6d61 0065 632e 6f74 7372 2e00
0026600 7464 726f 0073 6a2e 7263 2e00 7964 616e
0026620 696d 0063 672e 746f 2e00 6f67 2e74 6c70
0026640 0074 642e 7461 0061 622e 7373 2e00 6f63
0026660 6d6d 6e65 0074 0000 0000 0000 0000 0000
0026700 0000 0000 0000 0000 0000 0000 0000 0000
0026720 0000 0000 0000 0000 0000 0000 0000 0b00
0026740 0000 0100 0000 0200 0000 1400 0481 1408
0026760 0001 1300 0000 0000 0000 0000 0000 0100
0027000 0000 0000 0000 1300 0000 0700 0000 0200
0027020 0000 2800 0481 2808 0001 2000 0000 0000
0027040 0000 0000 0000 0400 0000 0000 0000 2100
0027060 0000 f600 ffff 026f 0000 4800 0481 4808
0027100 0001 3400 0000 0400 0000 0000 0000 0400
0027120 0000 0400 0000 2b00 0000 0b00 0000 0200
0027140 0000 7c00 0481 7c08 0001 1000 0002 0500
0027160 0000 0100 0000 0400 0000 1000 0000 3300
0027200 0000 0300 0000 0200 0000 8c00 0483 8c08
0027220 0003 0c00 0001 0000 0000 0000 0000 0100
0027240 0000 0000 0000 3b00 0000 ff00 ffff 026f
0027260 0000 9800 0484 9808 0004 4200 0000 0400
0027300 0000 0000 0000 0200 0000 0200 0000 4800
0027320 0000 fe00 ffff 026f 0000 dc00 0484 dc08
0027340 0004 2000 0000 0500 0000 0100 0000 0400
0027360 0000 0000 0000 5700 0000 0900 0000 0200
0027400 0000 fc00 0484 fc08 0004 1800 0000 0400
0027420 0000 0000 0000 0400 0000 0800 0000 6000
0027440 0000 0900 0000 0200 0000 1400 0485 1408
0027460 0005 d800 0000 0400 0000 0b00 0000 0400
0027500 0000 0800 0000 6900 0000 0100 0000 0600
0027520 0000 ec00 0485 ec08 0005 1700 0000 0000
0027540 0000 0000 0000 0400 0000 0000 0000 6400
0027560 0000 0100 0000 0600 0000 0400 0486 0408
0027600 0006 c000 0001 0000 0000 0000 0000 0400
0027620 0000 0400 0000 6f00 0000 0100 0000 0600
0027640 0000 d000 0487 d008 0007 9800 000c 0000
0027660 0000 0000 0000 1000 0000 0000 0000 7500
0027700 0000 0100 0000 0600 0000 6800 0494 6808
0027720 0014 1c00 0000 0000 0000 0000 0000 0400
0027740 0000 0000 0000 7b00 0000 0100 0000 0200
0027760 0000 8400 0494 8408 0014 4200 0000 0000
0030000 0000 0000 0000 0400 0000 0000 0000 8300
0030020 0000 0100 0000 0200 0000 c800 0494 c808
0030040 0014 0400 0000 0000 0000 0000 0000 0400
0030060 0000 0000 0000 8d00 0000 0100 0000 0300
0030100 0000 0000 04a0 0008 0020 0800 0000 0000
0030120 0000 0000 0000 0400 0000 0000 0000 9400
0030140 0000 0100 0000 0300 0000 0800 04a0 0808
0030160 0020 0800 0000 0000 0000 0000 0000 0400
0030200 0000 0000 0000 9b00 0000 0100 0000 0300
0030220 0000 1000 04a0 1008 0020 0400 0000 0000
0030240 0000 0000 0000 0400 0000 0000 0000 a000
0030260 0000 0600 0000 0300 0000 1400 04a0 1408
0030300 0020 c800 0000 0500 0000 0000 0000 0400
0030320 0000 0800 0000 a900 0000 0100 0000 0300
0030340 0000 dc00 04a0 dc08 0020 0400 0000 0000
0030360 0000 0000 0000 0400 0000 0400 0000 ae00
0030400 0000 0100 0000 0300 0000 e000 04a0 e008
0030420 0020 7800 0000 0000 0000 0000 0000 0400
0030440 0000 0400 0000 b700 0000 0100 0000 0300
0030460 0000 6000 04a1 6008 0021 7800 000a 0000
0030500 0000 0000 0000 2000 0000 0000 0000 bd00
0030520 0000 0800 0000 0300 0000 e000 04ab d808
0030540 002b 2400 0001 0000 0000 0000 0000 2000
0030560 0000 0000 0000 c200 0000 0100 0000 0000
0030600 0000 0000 0000 d800 002b 1400 0001 0000
0030620 0000 0000 0000 0100 0000 0000 0000 0100
0030640 0000 0300 0000 0000 0000 0000 0000 ec00
0030660 002c cb00 0000 0000 0000 0000 0000 0100
0030700 0000 0000 0000 0000
0030707

what filename:
========
what : command not found

How I proceed further?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Trying to submit web form content to a shell script

Hi I was hoping some one could help me with a problem I have. I am trying to collect some information from a web form and save it to a text file. I found an example on this site that is sort of what I am trying to accomplish, the shell script bellow should echo the input back to the browser... (0 Replies)
Discussion started by: Paul Walker
0 Replies

2. UNIX for Dummies Questions & Answers

How to sort a content of a text file using a shell script?

I am new to shell scripting. I am interested how to know how to sort a content of a file using shell scripting. I've attached the 'Input file' and the 'expected output' to this thread. Details provided in the expected output file will provide details on how the sort needs to be done. ... (16 Replies)
Discussion started by: nkarthik_mnnit
16 Replies

3. Shell Programming and Scripting

How can I write the specific content in the file through shell script

Hello, I need to do one thing that my script creates the file touch release.SPLASH_12_03_00_RC01.txt Now I want to update that file with some content e.g splashbuild::SPLASH_12_17_00_RC02.zip Thanks (1 Reply)
Discussion started by: anuragpgtgerman
1 Replies

4. Shell Programming and Scripting

Shell script to remove some content in a file

How can I remove all data that contain domain e.g zzgh@something.com, sdd@something.com.my and gg@something.my in one file? so that i only have data without the domain in the file. Here is the file structure "test.out" more test.out 1 zzztop@b.com 1 zzzulll 1 zzzullll@s.com.my ... (4 Replies)
Discussion started by: Mr_47
4 Replies

5. Shell Programming and Scripting

Problem getting the content of a file in a shell script variable

Hi, I have a text file that has a long multi-line db2 CTE query. Now I want to store all the contents of this file (i.e. the entire query) in a shell script variable. I am trying to achieve it by this: query = `cat /Folder/SomeFile.txt` But when I echo the contents of this file by saying echo... (4 Replies)
Discussion started by: DushyantG
4 Replies

6. Shell Programming and Scripting

Shell script or command help to extract specific contents from a long list of content

Hi, I got a long list of contents: >sequence_1 ASSSSSSSSSSSDDDDDDDDDDDCCCCCCC ASDSFDFFDFDFFWERERERERFSDFESFSFD >sequence_2 ASDFDFDFFDDFFDFDSFDSFDFSDFSDFDSFASDSADSADASD ASDFFDFDFASFASFASFAFSFFSDASFASFASFAFS >sequence_3 VEDFGSDGSDGSDGSDGSDGSDGSDG dDFSDFSDFSDFSDFSDFSDFSDFSDF... (2 Replies)
Discussion started by: patrick87
2 Replies

7. Shell Programming and Scripting

shell script to search a string and delete the content

Hi, I've a shell script e.g. #!/bin/bash echo "Enter the next hop id" read nhid echo "enter the IP address" read IP echo "enter the interface name" read name echo "enter the enable/disable state" read state exit 0 now from this script i want to search strings in another (.cam) ... (6 Replies)
Discussion started by: vic_mnnit
6 Replies

8. Shell Programming and Scripting

shell script to search content of file with timestamps in the directory

hello, i want to make a script to search the file contents in my home directory by a given date and output me the line that has the date... (10 Replies)
Discussion started by: psychobeauty
10 Replies

9. Shell Programming and Scripting

shell script to edit the content of a file

Hi I need some help using shell script to edit a file. My original file has the following format: /txt/email/myemail.txt /txt/email/myemail2.txt /pdf/email/myemail.pdf /pdf/email/myemail2.pdf /doc/email/myemail.doc /doc/email/myemail2.doc I need to read each line. If the path is... (3 Replies)
Discussion started by: tiger99
3 Replies

10. Shell Programming and Scripting

Urgent: selecting unique specific content of a file using shell script

Hi, I have a file whose content and format at places is as given below. print coloumn .... coloumn .... coloumn .... skip 1 line print coloumn ... skip 1 line I need to select the following : print coloumn .... coloumn .... coloumn... (2 Replies)
Discussion started by: jisha
2 Replies
Login or Register to Ask a Question