You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is built on LLVM with Clang static analysis and is distributed under the "GPL v3" license (see: https://llvm.org/docs/DeveloperPolicy.html#new-llvm-project-license-framework).
Copy file name to clipboardExpand all lines: README.md
+56-2Lines changed: 56 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,62 @@ FUTAG использует, в качестве внешнего интерф
32
32
33
33
В Futag так же реализована возможность получения контекстов использования тестируемой библиотеки от инструмента для определения поверхности атаки [Natch](https://github.com/ispras/natch).
34
34
35
-
Работа Futag иллюстрируется на следующем рисунке:
36
-

35
+
Работа Futag иллюстрируется на следующей диаграмме:
36
+
37
+
```mermaid
38
+
graph TD
39
+
subgraph "Входные данные"
40
+
A["Исходный код библиотеки C/C++"]
41
+
B["Исходный код потребителя - опционально"]
42
+
C["JSON от Natch - опционально"]
43
+
end
44
+
45
+
subgraph "Уровень 3: Инфраструктура сборки"
46
+
D["custom-llvm / build.sh — Загрузка и патч LLVM 14/18/19"]
Данный проект основан на LLVM со статическим анализом Clang и распространяется под лицензией ["GPL v3 license"](https://llvm.org/docs/DeveloperPolicy.html#new-llvm-project-license-framework)
0 commit comments