Skip to content

PEAnalyser is an open source PE file analysis tool.

License

Notifications You must be signed in to change notification settings

BigUncle-YZ/PEAnalyser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 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

Languages

  • Python 99.7%
  • Shell 0.3%