Skip to content

Commit

Permalink
instructions and description update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jepson2k committed Dec 18, 2024
1 parent 1b3c269 commit 1c89743
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Per Mapper (permap)
Author: Red Balloon Security

_Support loading .per files into Binary Ninja._
_Supports loading .per files into Binary Ninja._

## Description:

Support loading .per files into Binary Ninja. Very similar to [svdmap](https://github.com/Vector35/svdmap) as it was used as a template for implementing this plugin.
Supports loading .per files into Binary Ninja. Very similar to [svdmap](https://github.com/Vector35/svdmap) as it was used as a template for implementing this plugin.

## Usage

Expand All @@ -18,7 +18,7 @@ Support loading .per files into Binary Ninja. Very similar to [svdmap](https://g

Comments can be displayed poorly in some instances so if that is the case you can turn comments off.

To _disable_ comments set `SVDMapper.enableComments` to **false**.
To _disable_ comments set `PERMapper.enableComments` to **false**.

## License

Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api": [
"python3"
],
"description": "Support loading .per files into Binary Ninja.",
"description": "Supports loading .per files into Binary Ninja.",
"longdescription": "",
"license": {
"name": "Apache-2.0",
Expand All @@ -19,6 +19,6 @@
"Windows",
"Linux"
],
"version": "0.0.1",
"version": "0.0.2",
"minimumbinaryninjaversion": 4860
}

0 comments on commit 1c89743

Please sign in to comment.