Skip to content

Commit

Permalink
Update keypatch to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lwerdna committed Aug 20, 2023
1 parent c396f02 commit fe1cfe6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -19623,7 +19623,7 @@
"python3"
],
"description": "Remake of keypatch plugin for Binary Ninja",
"longdescription": "Remake of [keypatch](https://github.com/keystone-engine/keypatch) plugin for Binary Ninja.\n\n![](./preview.png)\n\n* assemble using [keystone](https://www.keystone-engine.org/)\n* fill areas with instructions or arbitrary bytes\n* search for instructions or bytes, with regular expressions\n\nThe plugin manager only installs and updates at release boundaries. If you want the hottest freshest code, navigate to your [plugins folder](https://docs.binary.ninja/guide/plugins.html) and clone this repo to get started, pull to update.\n\n## Developer Notes\n\nhttps://docs.binary.ninja/dev/plugins.html\n",
"longdescription": "Remake of [keypatch](https://github.com/keystone-engine/keypatch) plugin for Binary Ninja.\n\n![](./preview.png)\n\n* assemble using [keystone](https://www.keystone-engine.org/)\n* fill areas with instructions or arbitrary bytes\n* search for instructions or bytes, with regular expressions\n\nThe plugin manager only installs and updates at release boundaries. If you want the hottest freshest code, navigate to your [plugins folder](https://docs.binary.ninja/guide/plugins.html) and clone this repo to get started, pull to update.\n\n## Developer Notes\n\nhttps://docs.binary.ninja/dev/plugins.html\n\nTests that must pass before PR considered, release made, etc.\n\n* file -> new binary data -> 1f 20 03 d5 1f 20 03 d5 1f 20 03 d5 1f 20 03 d5, create aarch64 function, now use keypatch to assemble at 0, 4, 8, and C the instruction `bl 0x1000`\n* fill from [0x4, 0xc) with manually entered bytes AA AA AA AA and get two `orn x10, x21, x10, asr #0x2a`\n* now fill from [0x4, 0xc) with assembled `nop`\n* now search for `1f .*? d5` and it shoudl hit at every nop\n",
"license": {
"name": "Unlicense",
"text": "This is free and unencumbered software released into the public domain.\n\nAnyone is free to copy, modify, publish, use, compile, sell, or\ndistribute this software, either in source code form or as a compiled\nbinary, for any purpose, commercial or non-commercial, and by any\nmeans.\n\nIn jurisdictions that recognize copyright laws, the author or authors\nof this software dedicate any and all copyright interest in the\nsoftware to the public domain. We make this dedication for the benefit\nof the public at large and to the detriment of our heirs and\nsuccessors. We intend this dedication to be an overt act of\nrelinquishment in perpetuity of all present and future rights to this\nsoftware under copyright law.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR\nOTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\nFor more information, please refer to <http://unlicense.org>"
Expand All @@ -19639,9 +19639,9 @@
"Linux": ""
},
"dependencies": "keystone-engine\n",
"version": "1.5",
"version": "1.6",
"minimumbinaryninjaversion": 2660,
"lastUpdated": 1692564405,
"lastUpdated": 1692571369,
"projectUrl": "https://github.com/lwerdna/keypatch_binja",
"projectData": {
"id": 352522331,
Expand Down Expand Up @@ -19710,8 +19710,8 @@
"releases_url": "https://api.github.com/repos/lwerdna/keypatch_binja/releases{/id}",
"deployments_url": "https://api.github.com/repos/lwerdna/keypatch_binja/deployments",
"created_at": "2021-03-29T05:05:29Z",
"updated_at": "2023-08-20T20:46:45",
"pushed_at": "2023-08-20T20:48:19Z",
"updated_at": "2023-08-20T22:42:49",
"pushed_at": "2023-08-20T22:42:57Z",
"git_url": "git://github.com/lwerdna/keypatch_binja.git",
"ssh_url": "[email protected]:lwerdna/keypatch_binja.git",
"clone_url": "https://github.com/lwerdna/keypatch_binja.git",
Expand Down Expand Up @@ -19782,10 +19782,10 @@
"subscribers_count": 2
},
"authorUrl": "https://github.com/lwerdna",
"packageUrl": "https://api.github.com/repos/lwerdna/keypatch_binja/zipball/refs/tags/1.5",
"packageUrl": "https://api.github.com/repos/lwerdna/keypatch_binja/zipball/refs/tags/1.6",
"packageShortUrl": "",
"path": "lwerdna_keypatch_binja",
"commit": "4843ef984553d12a357a0d741212b2ae90af1377",
"commit": "b2db80f00c741e6478c04f203b08761d4ff91633",
"minimumBinaryNinjaVersion": 0
}
]

0 comments on commit fe1cfe6

Please sign in to comment.