Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-lbp committed Apr 10, 2020
1 parent c96b5b9 commit 97fa346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/How_to_use_vxhunter_firmware_tools_in_ghidra.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VxHunter Ghidra脚本能自动分析VxWorks镜像的加载地址及符号信息


## 步骤一: 在Ghidra中加载VxWorks镜像
示例固件下载地址 [这里](https://github.com/dark-lbp/vxhunter/tree/master/example_firmware), in this document we chose [image_vx5_ppc_big_endian.bin](https://github.com/dark-lbp/vxhunter/blob/master/example_firmware/image_vx5_ppc_big_endian.bin).
示例固件 [下载地址](https://github.com/dark-lbp/vxhunter/tree/master/example_firmware), 在这里我们使用固件是[image_vx5_ppc_big_endian.bin](https://github.com/dark-lbp/vxhunter/blob/master/example_firmware/image_vx5_ppc_big_endian.bin).

使用正确的处理器类型及默认加载地址0来加载VxWorks镜像。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VxHunter radare2脚本能自动分析VxWorks镜像的加载地址及符号信息


## 步骤一: 在radare2中打开VxWorks镜像
示例固件下载地址 [这里](https://github.com/dark-lbp/vxhunter/tree/master/example_firmware), in this document we chose [image_vx5_ppc_big_endian.bin](https://github.com/dark-lbp/vxhunter/blob/master/example_firmware/image_vx5_ppc_big_endian.bin).
示例固件 [下载地址](https://github.com/dark-lbp/vxhunter/tree/master/example_firmware), 在这里我们使用固件是[image_vx5_ppc_big_endian.bin](https://github.com/dark-lbp/vxhunter/blob/master/example_firmware/image_vx5_ppc_big_endian.bin).

在radare2使用正确的处理器类型来加载VxWorks镜像。

Expand Down

0 comments on commit 97fa346

Please sign in to comment.