From 04ec1f04b1b7d0062a5dae533ef360687a0e51a7 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Tue, 23 Aug 2022 15:32:24 -0400 Subject: [PATCH] pyelftools version needs to be exactly 0.27 --- README.md | 4 ++-- plugin.json | 6 +++--- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 101bc25..4fd0f51 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DWARF Import (v1.1.1) +# DWARF Import (v1.1.2) Author: **Vector 35 Inc** _Imports DWARF Info from ELFs_ @@ -25,7 +25,7 @@ This plugin requires the following minimum version of Binary Ninja: The following dependencies are required for this plugin: - * pip - pyelftools>=0.27 + * pip - pyelftools==0.27 ## License diff --git a/plugin.json b/plugin.json index a580629..d0bdee9 100644 --- a/plugin.json +++ b/plugin.json @@ -25,10 +25,10 @@ }, "dependencies": { "pip": [ - "pyelftools>=0.27" + "pyelftools==0.27" ] }, - "version": "1.1.1", + "version": "1.1.2", "author": "Vector 35 Inc", "minimumbinaryninjaversion": 3000 -} +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 89aee8b..ed6bdb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyelftools>=0.27 +pyelftools==0.27