v9.0.0 #2593
Unanswered
williballenthin
asked this question in
General
v9.0.0
#2593
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release introduces a new scope for dynamic analysis, "span of calls",
that matches features against a across a sliding window of API calls within a thread.
Its useful for identifying behaviors that span multiple API calls,
such as
OpenFile
/ReadFile
/CloseFile
, without having to analyze an entire thread, which may be very long.The release also contains a number of bug fixes and enhancements by new contributors: @v1bh475u and @dhruvak001. Welcome and thank you!
New Features
Breaking Changes
is_static_limitation
method fromcapa.rules.Rule
New Rules (3)
Bug Fixes
Development
Raw diffs
This discussion was created from the release v9.0.0.
Beta Was this translation helpful? Give feedback.
All reactions