Skip to content

emilytouchingcomputers/LazyGhidra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%