BarakAharoni / PEFA

PE File Analysis tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PEFA

PE File Analysis tool

image

Capabilities

* Load specific file for analysis
* Show important information about the PE file format
* Disassemble compiled executable in an interactive shell
* Find YARA rules that the file is compatible with

Usage

  1. Run the tool python pefa.py

  2. Loads the wanted file Press load or l and enter file's full path.

image

  1. Choose your option! You can use the Help menu.

  2. info

image

  1. yara

image

  1. dis

image

Allows to reverse-engineer the file start from its entry point, in an interactive disassembler.

image

Copyright (c) 2022 Barak Aharoni. All Rights Reserved.