项目作者: AllsafeCyberSecurity

项目描述 :
Make your Ghidra Lazy!
高级语言: Python
项目地址: git://github.com/AllsafeCyberSecurity/LazyGhidra.git
创建时间: 2019-09-01T04:22:19Z
项目社区:https://github.com/AllsafeCyberSecurity/LazyGhidra

开源协议:MIT License

下载


LazyGhidra

Make your Ghidra Lazy! LazyGhidra is inspired by LazyIDA.

Installation

In the Script Manager click the Script Directories icon in the toolbar and add the checked out the scripts folder in this repository as a path.
Scripts will appear in the LazyGhidra category.

script_manager

Features

  • Convert selected data into different formats:
    • hex string
    • C/C++ array
    • Python list

This convert selected part of Listing to various formats.

converter-listing

When conversion is complete, scripts output the result to Console.

converter-console

  • Check potentially buffer overflow functions:
    • getpw
    • gets
    • sprintf
    • strcat
    • strcpy
    • vsprinf

The results are output to Console.

checker

It is also reflected in Bookmarks.

checker_bookmarks