Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')

About

PEAnalyser is an open source PE file analysis tool.

Resources

Stars

11 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages