0
|
1 Call:
|
|
2 -----
|
40
|
3
|
|
4 $ ./shdc -c /usr/lib/libm.so sqrt 'd)d' 3
|
0
|
5 1.73205
|
40
|
6
|
|
7 $ ./shdc -c /usr/lib/libm.so powf 'ff)f' 3 2.5
|
0
|
8 15.5885
|
40
|
9
|
|
10 $ ./shdc -c /usr/lib/libc.so printf '_eZ_.Zi)v' 'Hi! Say hi to %s, l%ier!' 'Daniel' 8
|
0
|
11 Hi! Say hi to Daniel, l8er!
|
|
12
|
40
|
13 $ # FreeBSD syscall where SYS_write == 4; return value from syscall is 18, with
|
|
14 $ # write of string results in stdout output of "syscall write test18"
|
|
15 $ ./shdc -c "" 4 '_$iZi)i' 1 'syscall write test' 18
|
|
16 syscall write test18
|
|
17
|
|
18
|
0
|
19 List:
|
|
20 -----
|
|
21 $ ./shdc -l /usr/lib/libm.so
|
40
|
22
|