Skip to content

byeongal/PEAnalyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published