2 files changed
+32
-1
lines changed- README.md+5
- docs/capi.rst+17
- docs/gettingstarted.rst+1-1
- docs/modules/dotnet.rst+2-2
- docs/writingrules.rst+5
- libyara/Makefile.am+15-14
- libyara/arena.c+5-1
- libyara/atoms.c+18-17
- libyara/exec.c+35-28
- libyara/grammar.c+1-1
- libyara/grammar.y+1-1
- libyara/include/yara/arena.h+1-1
- libyara/include/yara/dotnet.h+3
- libyara/include/yara/proc.h+11-2
- libyara/include/yara/rules.h+7
- libyara/include/yara/types.h+19-7
- libyara/libyara.c+2
- libyara/modules.c+3
- libyara/modules/dotnet.c+10-1
- libyara/modules/pe.c+1-1
- libyara/parser.c+63-9
- libyara/proc.c+17-17
- libyara/rules.c+27
- libyara/scan.c+7-4
- tests/test-alignment.c+2-10
- tests/test-rules.c+38-1
Lines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2083 | 2083 |
| |
2084 | 2084 |
| |
2085 | 2085 |
| |
| 2086 | + | |
| 2087 | + | |
| 2088 | + | |
| 2089 | + | |
| 2090 | + | |
| 2091 | + | |
| 2092 | + | |
| 2093 | + | |
| 2094 | + | |
| 2095 | + | |
| 2096 | + | |
| 2097 | + | |
| 2098 | + | |
| 2099 | + | |
| 2100 | + | |
| 2101 | + | |
| 2102 | + | |
| 2103 | + | |
| 2104 | + | |
| 2105 | + | |
| 2106 | + | |
| 2107 | + | |
| 2108 | + | |
| 2109 | + | |
2086 | 2110 |
| |
2087 | 2111 |
| |
2088 | 2112 |
| |
| |||
2102 | 2126 |
| |
2103 | 2127 |
| |
2104 | 2128 |
| |
| 2129 | + | |
| 2130 | + | |
| 2131 | + | |
| 2132 | + | |
| 2133 | + | |
| 2134 | + | |
| 2135 | + | |
2105 | 2136 |
| |
2106 | 2137 |
| |
2107 | 2138 |
| |
|
0 commit comments