From 7f08117cfeb48a8f48d08e14cb498ee028efcef2 Mon Sep 17 00:00:00 2001 From: Zichuan Li <34680029+river-li@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:53:05 -0400 Subject: Move EFI Resolver to API Support all existing features in EFI Resolver, 1. Doesn't support running on existing BNDBs (though we tried to support this in python plugins, it doesn't work well) 2. Perform analysis on MLIL rather than HLIL, previous pattern matching on HLIL constains many false negatives --- platform/efi/efi_resolver/LICENSE | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 platform/efi/efi_resolver/LICENSE (limited to 'platform/efi/efi_resolver/LICENSE') diff --git a/platform/efi/efi_resolver/LICENSE b/platform/efi/efi_resolver/LICENSE new file mode 100644 index 00000000..5cca4965 --- /dev/null +++ b/platform/efi/efi_resolver/LICENSE @@ -0,0 +1,13 @@ +Copyright 2023-2024 Vector 35 Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file -- cgit v1.3.1