rand-tech / gpy3-LazyGhidra

Make your Ghidra Lazy!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Make your Ghidra Lazy!

License:MIT License


Languages

Language:Python 100.0%