syft icon indicating copy to clipboard operation
syft copied to clipboard

Support Dart arm/v7 in 3.x and 2.x

Open witchcraze opened this issue 1 year ago • 0 comments

What would you like to be added:

Support arm/v7 in 3.x and 2.x in binary detection

Additional context:

--platform linux/arm/v7 dart:3.0.0-sdk

# strings /usr/lib/dart/bin/dart | grep -C 2 -e '3\.0\.0'
0000000000
 000000000000
3.0.0
vcmps'cond 'sd, #0.0
vcmpd'cond 'dd, #0.0
--
short string = "%s"
locale = "%s"
3.0.0 (stable) (Thu May 4 01:11:00 2023 -0700) on "linux_arm"
"id"
--timeline-streams="Compiler,Dart,GC"```

dart:2.12-sdk

# dart --version
Dart SDK version: 2.12.4 (stable) (Thu Apr 15 12:26:53 2021 +0200) on "linux_x64"

# strings /usr/lib/dart/bin/dart | grep -C 2 -e '2\.12\.4'
Integer_greaterThan
MathAtan
2.12.4 (stable) (Thu Apr 15 12:26:53 2021 +0200)
Dart_TypeVoid
%s expects argument 'type' to be a fully resolved type.
--
_Uint8ArrayFactory, kTypedDataUint8ArrayCid
stream error
2.12.4
Dart_IsolateHeapOldUsedMetric
Dart_IsolateHeapNewUsedMetric

witchcraze avatar Sep 26 '24 07:09 witchcraze