File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 66 package :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v4
1010
1111 - name : Download workflow artifact
1212 uses : dawidd6/action-download-artifact@v6
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Special thanks to [Hex-Rays](https://hex-rays.com/) for supporting the developme
1212
1313## Releases
1414
15+ * v0.2 -- Important bugfixes, IDA 9 compatibility
1516* v0.1 -- Initial release
1617
1718# Installation
Original file line number Diff line number Diff line change 3737class PatchingCore (object ):
3838
3939 PLUGIN_NAME = 'Patching'
40- PLUGIN_VERSION = '0.2.0-DEV '
40+ PLUGIN_VERSION = '0.2.0'
4141 PLUGIN_AUTHORS = 'Markus Gaasedelen'
4242 PLUGIN_DATE = '2024'
4343
Original file line number Diff line number Diff line change 1- import ida_nalt
21import ida_name
32import ida_bytes
43import ida_lines
@@ -228,7 +227,6 @@ def _refresh_lines(self):
228227 """
229228 instructions , current_address = [], self ._address_origin
230229
231- IMAGEBASE = ida_nalt .get_imagebase ()
232230 PREV_INSTRUCTIONS = 50
233231 NEXT_INSTRUCTIONS = 50
234232 MAX_PREVIEW_BYTES = self .core .assembler .MAX_PREVIEW_BYTES
You can’t perform that action at this time.
0 commit comments