mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
Add rule compiled-with-dart.yml (#906)
* Add rule compiled-with-dart.yml
This commit is contained in:
parent
6cef518769
commit
9e0ffdf7c5
1 changed files with 23 additions and 0 deletions
23
compiler/dart/compiled-with-dart.yml
Normal file
23
compiler/dart/compiled-with-dart.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
rule:
|
||||
meta:
|
||||
name: compiled with Dart
|
||||
namespace: compiler/dart
|
||||
authors:
|
||||
- jakub.jozwiak@mandiant.com
|
||||
scopes:
|
||||
static: file
|
||||
dynamic: file
|
||||
references:
|
||||
- https://dart.dev/
|
||||
- https://github.com/dart-lang/sdk
|
||||
examples:
|
||||
- 659a539cfff56e5450af76f8696b7122d6a22b1d7dbe5121c7b6308eb6ec1c3a
|
||||
features:
|
||||
- 2 or more:
|
||||
- string: "dart:typed_data"
|
||||
- string: "dart:_internal"
|
||||
- string: "_kDartVmSnapshotData"
|
||||
- string: "dart:core/bool.dart"
|
||||
- string: "dart:io/common.dart"
|
||||
- string: "dart:ffi-patch/ffi_patch.dart"
|
||||
- string: "Object_haveSameRuntimeType"
|
||||
Loading…
Add table
Add a link
Reference in a new issue