Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joxeankoret/pyew
Official repository for Pyew.
https://github.com/joxeankoret/pyew
Last synced: 9 days ago
JSON representation
Official repository for Pyew.
- Host: GitHub
- URL: https://github.com/joxeankoret/pyew
- Owner: joxeankoret
- License: gpl-2.0
- Created: 2015-03-12T17:05:48.000Z (over 9 years ago)
- Default Branch: VERSION_3X
- Last Pushed: 2019-09-06T10:00:48.000Z (about 5 years ago)
- Last Synced: 2024-10-16T00:41:48.793Z (24 days ago)
- Language: Python
- Homepage:
- Size: 2.56 MB
- Stars: 382
- Watchers: 32
- Forks: 95
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- awesome-python-applications - Repo
- awesome-python-applications - Repo
README
# 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.