-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitignore
87 lines (82 loc) · 1.24 KB
/
.gitignore
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
## generic files to ignore
*~
*.lock
*.DS_Store
*.swp
*.log
*.status
# Object files
*.o
Makefile
# Libraries
*.lib
*.a
*.la
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
*.lo
# Executables
*.exe
*.out
*.app
# libmalelf specifics
test/bintest/
.deps/
examples/.libs
examples/creating_elf
examples/get_section_names
examples/show_ehdr_members
examples/writing_binaries
libtool
src/.libs/
stamp-h1
config.h
test/.#binary_test.c
test/.libs/
test/main_test
/autom4te.cache/output.0
/autom4te.cache/output.1
/autom4te.cache/requests
/autom4te.cache/traces.0
/autom4te.cache/traces.1
/test/infected/cp
/test/infected/echo
/test/infected/id
/test/infected/ls
/test/infected/ps
/test/infected/pwd
/test/infected/uname
/test/tmp/test
/test/tmp/test.c
/test/Makefile.am
test/Makefile.am
/config.sub
/Makefile.in
/aclocal.m4
/config.guess
/config.h.in
/configure
/depcomp
/examples/Makefile.in
/examples/disas_binary
/install-sh
/ltmain.sh
/m4/libtool.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/m4/lt~obsolete.m4
/missing
/src/Makefile.in
/test/Makefile.in
/test/hosts/Makefile.in
/test/hosts/uninfected
/test/hosts/uninfected_asm
/test/main_test.trs
/test/malwares/Makefile.in
/python/malelf/__init__.pyc
/python/malelf/defines.pyc
/src/.#nop.c