Skip to content

Commit

Permalink
Correct VxWorks 6 symbol table name
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-lbp committed Oct 29, 2019
1 parent 267d185 commit 2dc94ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware_tools/ghidra/vxhunter_firmware_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
vx_5_symtbl_dt.replaceAtOffset(0x0e, byte_data_type, 1, "symType", "")
vx_5_symtbl_dt.replaceAtOffset(0x0f, byte_data_type, 1, "End", "")

vx_6_symtbl_dt = StructureDataType("VX_5_SYMBOL_IN_TBL", 0x14)
vx_6_symtbl_dt = StructureDataType("VX_6_SYMBOL_IN_TBL", 0x14)
vx_6_symtbl_dt.replaceAtOffset(0, unsigned_int_type, 4, "symHashNode", "")
vx_6_symtbl_dt.replaceAtOffset(4, char_ptr_type, 4, "symNamePtr", "")
vx_6_symtbl_dt.replaceAtOffset(8, void_ptr_type, 4, "symPrt", "")
Expand Down

0 comments on commit 2dc94ac

Please sign in to comment.