Commit dfc58a6
authored
Add support for using the 'dotnet' module in YARA rules (#749)
* deps/yara: #747, enable .NET module
* support/yara_patterns/tools/pe/x86/packers: use .NET module
* cpdetect: refactor formating - mosty long lines
* cpdetect/raw_data: fix typo
* cpdetect: refactor Signatures
* cpdetect: remove version solver module
* cpdetect: refactor
* cpdetect: do not use new and delete
* cpdetect: use YARA rules without matches as heuristic detections
* cpdetect: refactor YARA signature files selection
* cpdetect: fix doxygen1 parent 8bcd650 commit dfc58a6
57 files changed
Lines changed: 1485 additions & 1601 deletions
File tree
- deps/yara
- include/retdec
- cpdetect
- compiler_detector
- search
- heuristics
- signatures/avg
- utils
- utils
- src
- cpdetect
- compiler_detector
- heuristics
- signatures/avg
- utils
- fileinfo/file_detector
- unpackertool
- utils
- support/yara_patterns/tools/pe/x86
- tests/utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 0 additions & 75 deletions
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 0 additions & 28 deletions
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 28 deletions
This file was deleted.
0 commit comments