Skip to content

Commit

Permalink
created readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamz-a committed Feb 4, 2017
1 parent e643511 commit 34364bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
@@ -0,0 +1,5 @@
# pyew

Pyew is a (command line) python tool to analyse malware. It does have support for hexadecimal viewing, disassembly (Intel 16, 32 and 64 bits), PE and ELF file formats (it performs code analysis and let you write scripts using an API to perform many types of analysis), follows direct call/jmp instructions in the interactive command line, displays function names and string data references; supports OLE2 format, PDF format and more. It also supports plugins to add more features to the tool.

Check out [**the wiki**](https://github.com/joxeankoret/pyew/wiki) to get started.

0 comments on commit 34364bc

Please sign in to comment.