Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 612 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 612 Bytes

MagicGadgetFinder

Introduction

MagicGadgetFinder is a tool designed to search for and identify magic gadgets within ELF (Executable and Linkable Format) files.

Installation

1. Clone the Repository

git clone https://github.com/nyyyddddn/MagicGadgetFinder.git

2. Install Dependencies

pip install -r requirements.txt

Usage

start the program

Run the following command in the terminal:

python magicGadgetFinder.py file

add search rules

To add custom search rules in MagicGadgetFinder, simply insert new rules into the bytecodes array in the code.