|
1 | 1 | (executable |
2 | 2 | (name bCHXBinaryAnalyzer) |
3 | | - (libraries bchanalyze bchcil bchlib bchlibarm32 bchlibelf bchlibmips32 bchlibpe bchlibpower32 bchlibx86 chlib chutil extlib) |
| 3 | + (libraries bchanalyze bchcil bchlib bchlibarm32 bchlibelf bchlibmips32 bchlibpe bchlibpower32 bchlibx86 chlib chutil extlib unix) |
4 | 4 | (modules bCHXBinaryAnalyzer) |
5 | 5 | (package exes) |
6 | 6 | (public_name chx86_analyze)) |
|
14 | 14 |
|
15 | 15 | (executable |
16 | 16 | (name bCHXSaveExports) |
17 | | - (libraries bchlib bchlibpe bchlibx86 chlib chutil) |
| 17 | + (libraries bchlib bchlibpe bchlibx86 chlib chutil unix) |
18 | 18 | (modules bCHXSaveExports) |
19 | 19 | (package exes) |
20 | 20 | (public_name chx86_save_exports)) |
21 | 21 |
|
22 | 22 | (executable |
23 | 23 | (name bCHXMakeLibSummary) |
24 | | - (libraries bchlib chlib chutil) |
| 24 | + (libraries bchlib chlib chutil unix) |
25 | 25 | (modules bCHXMakeLibSummary) |
26 | 26 | (package exes) |
27 | 27 | (public_name chx86_make_lib_summary)) |
28 | 28 |
|
29 | 29 | (executable |
30 | 30 | (name bCHXMakeAppSummary) |
31 | | - (libraries bchlib chlib chutil) |
| 31 | + (libraries bchlib chlib chutil unix) |
32 | 32 | (modules bCHXMakeAppSummary) |
33 | 33 | (package exes) |
34 | 34 | (public_name chx86_make_app_summary)) |
35 | 35 |
|
36 | 36 | (executable |
37 | 37 | (name bCHXMakeConstSummary) |
38 | | - (libraries chlib chutil) |
| 38 | + (libraries chlib chutil unix) |
39 | 39 | (modules bCHXMakeConstSummary) |
40 | 40 | (package exes) |
41 | 41 | (public_name chx86_make_const_summary)) |
42 | 42 |
|
43 | 43 | (executable |
44 | 44 | (name bCHXMakeStructDefinition) |
45 | | - (libraries chlib chutil) |
| 45 | + (libraries chlib chutil unix) |
46 | 46 | (modules bCHXMakeStructDefinition) |
47 | 47 | (package exes) |
48 | 48 | (public_name chx86_make_structdef)) |
0 commit comments