ghidra
ghidra UI缩放
## Resize Ghidra for High DPI screens If you run Ghidra on a high DPI screen, you will probably find the GUI to be scaled down so small to be almost o ......
ghidra---从源码构建和开发
# ghidra 从源码构建和开发 ## 从源码构建 从源码构建ghidra,基本按照官方提供的步骤即可 https://github.com/NationalSecurityAgency/ghidra#build 主要的2条命令: ```r # 下载依赖 gradle -I gradle/supp ......
ghidra---导出数据到文件
Ghidra里,没有比较方便的方法直接导出数据到文件,可以执行python脚本实现。
写了一个Ghidra用的脚本: https://github.com/qux-bbb/ghidra-scripts/blob/master/export_data_to_file.py, 可以复制直接用了,下面... ......