Пожалуйста, обратите внимание, что пользователь заблокирован
Ребята из Binarly попытались применить технику STRIDE для своего фреймворка анализа UEFI-прошивок. В отличие от LLM данная техника позволяет быстрее анализировать функции (актуально для большого кол-ва бинарников с тысячами функций).
Статья: https://www.binarly.io/blog/type-in...-from-hidden-semantics-to-structured-insights
STRIDE: https://github.com/hgarrereyn/STRIDE
The intuition behind this is similar to LLMs: By treating decompiled code as language, n-gram methods can efficiently model the immediate syntactic and semantic patterns around variable usage, struct field accesses, and function calls. In contrast to running expensive matrix multiplications on hundreds of millions of parameters, the type inference problem is reduced to a series of hash comparisons.
Статья: https://www.binarly.io/blog/type-in...-from-hidden-semantics-to-structured-insights
STRIDE: https://github.com/hgarrereyn/STRIDE
Последнее редактирование: