File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- # 6502 Architecture Plugin (v2.0.0 )
1
+ # 6502 Architecture Plugin (v2.0.1 )
2
2
Author: ** Vector 35 Inc**
3
3
4
4
_ An architecture plugin for 6502 and binary view for NES roms._
Original file line number Diff line number Diff line change @@ -707,6 +707,9 @@ def init(self) -> bool:
707
707
def perform_is_executable (self ) -> bool :
708
708
return True
709
709
710
+ def perform_get_address_size (self ) -> int :
711
+ return self .address_size
712
+
710
713
def perform_get_entry_point (self ) -> int :
711
714
return struct .unpack ("<H" , self .read (0xfffc , 2 ))[0 ]
712
715
Original file line number Diff line number Diff line change 25
25
"Windows" : " no special instructions, package manager is recommended"
26
26
},
27
27
"dependencies" : {},
28
- "version" : " 2.0.0 " ,
28
+ "version" : " 2.0.1 " ,
29
29
"author" : " Vector 35 Inc" ,
30
30
"minimumbinaryninjaversion" : 1200
31
- }
31
+ }
You can’t perform that action at this time.
0 commit comments