Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
pyelftools version needs to be exactly 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
ElykDeer committed Aug 23, 2022
1 parent 98118d4 commit 04ec1f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DWARF Import (v1.1.1)
# DWARF Import (v1.1.2)
Author: **Vector 35 Inc**

_Imports DWARF Info from ELFs_
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyelftools>=0.27
pyelftools==0.27

0 comments on commit 04ec1f0

Please sign in to comment.