-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.mk
More file actions
73 lines (71 loc) · 2.71 KB
/
Copy pathsources.mk
File metadata and controls
73 lines (71 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# This file was generated by gensources.sh
SRCS += binary/handler/elf/processor/ww_bin_elf_entry.c
SRCS += binary/handler/elf/processor/ww_bin_elf_payload_build.c
SRCS += binary/handler/elf/processor/ww_bin_elf_payload_raw.c
SRCS += binary/handler/elf/processor/ww_bin_elf_payload_user.c
SRCS += binary/handler/elf/processor/ww_bin_elf_process.c
SRCS += binary/handler/elf/processor/ww_bin_elf_target.c
SRCS += binary/handler/elf/ww_bin_elf_free.c
SRCS += binary/handler/elf/ww_bin_elf_handler.c
SRCS += binary/handler/elf/ww_bin_elf_identifier.c
SRCS += binary/handler/elf/ww_bin_elf_read.c
SRCS += binary/handler/elf/ww_bin_elf_write.c
SRCS += binary/handler/macho/ww_bin_macho_handler.c
SRCS += binary/handler/macho/ww_bin_macho_identifier.c
SRCS += binary/handler/pe/ww_bin_pe_handler.c
SRCS += binary/handler/pe/ww_bin_pe_identifier.c
SRCS += binary/handler/ww_bin_handler_register.c
SRCS += binary/handler/ww_bin_handler_registry.c
SRCS += binary/ww_bin_free.c
SRCS += binary/ww_bin_identify.c
SRCS += binary/ww_bin_init.c
SRCS += binary/ww_bin_map.c
SRCS += binary/ww_bin_process.c
SRCS += binary/ww_bin_read.c
SRCS += binary/ww_bin_write.c
SRCS += cli/args/opt/ww_cli_opt_compression.c
SRCS += cli/args/opt/ww_cli_opt_encryption_algo.c
SRCS += cli/args/opt/ww_cli_opt_encryption_key.c
SRCS += cli/args/opt/ww_cli_opt_help.c
SRCS += cli/args/opt/ww_cli_opt_output.c
SRCS += cli/args/opt/ww_cli_opt_payload.c
SRCS += cli/args/opt/ww_cli_opt_verbose.c
SRCS += cli/args/opt/ww_cli_opt_version.c
SRCS += cli/args/ww_cli_defaults.c
SRCS += cli/args/ww_cli_parse.c
SRCS += cli/ww_compression_algo.c
SRCS += cli/ww_encryption_algo.c
SRCS += compress/smlz/smlz.c
SRCS += encrypt/aes128/aes-128.s
SRCS += main.c
SRCS += util/error/ww_err.c
SRCS += util/error/ww_err_fmt.c
SRCS += util/error/ww_err_print.c
SRCS += util/error/ww_err_release.c
SRCS += util/error/ww_err_str.c
SRCS += util/error/ww_ok.c
SRCS += util/error/ww_strerror.c
SRCS += util/log/wrapper/ww_debug.c
SRCS += util/log/wrapper/ww_error.c
SRCS += util/log/wrapper/ww_fatal.c
SRCS += util/log/wrapper/ww_info.c
SRCS += util/log/wrapper/ww_trace.c
SRCS += util/log/wrapper/ww_warn.c
SRCS += util/log/ww_log.c
SRCS += util/log/ww_log_level.c
SRCS += util/log/ww_vlog.c
SRCS += util/ww_getenv.c
SRCS += util/ww_strcmp_ignorecase.c
SRCS += util/ww_strncmp_ignorecase.c
SHSRCS += elf/x86_64/decompress/none.s
SHSRCS += elf/x86_64/decompress/smlz.s
SHSRCS += elf/x86_64/decrypt/aes128.s
SHSRCS += elf/x86_64/decrypt/none.s
SHSRCS += elf/x86_64/entry/entrypoint.s
SHSRCS += elf/x86_64/payload/payload.s
SHSRCS += elf/x86/decompress/none.s
SHSRCS += elf/x86/decompress/smlz.s
SHSRCS += elf/x86/decrypt/aes128.s
SHSRCS += elf/x86/decrypt/none.s
SHSRCS += elf/x86/entry/entrypoint.s
SHSRCS += elf/x86/payload/payload.s