Skip to content

aseroff/pear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEar: PE Analysis in Ruby

PEar intends to

  • Surface “interesting” qualities of the file in one command what would otherwise involve multiple tools.
  • Provide a basic level of intelligence around indicators atypical of non-malware.
  • Provide hints towards next analysis activities.

Usage

bundle
ruby pear.rb <filename> <OPTIONS>

Options:

  • -v Verbose: output all logging (default is only warnings and script progress information).
  • -vt Virus Total: open file's VirusTotal page after completion the run.

Major Components

Resources

Acknowledgements