Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 648 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 648 Bytes

PEAnalyser

PEAnalyser is an open source software analyzing PE files. It is programmed using Python 3. To program this, the following projects were referred to.

Requirement

To use this program, you need to install some programs. I upload requirement.sh.

$ chmod +x requirement.sh
$ sudo ./requirement.sh
$ pip3 install -r requirement.txt

Usage

from PEAnalyser import PEAnalyser
peanalyser = PEAnalyser('1a096a1650ec2ea3897228329610298f.vir')
peanalyser.dump_json('1a096a1650ec2ea3897228329610298f.json')