Phydra Python Project: PE binary analyser
Phydra is a tool that analyses a windows binary file given as asgument and print it’s srtucture in the screen. This tool is particularly useful when working with windows executable files, for patching, correcting or other purposes.
This is an open source project so feel free to use and distribute it as long as you respect the licence and leave the credit part in the header untouched.
Phydra uses the pefile module profided by Ero Carrera. A great work!
Click in the link below to download Phydra source code.
You dont need to be in windows to use it. Phydra is working perfectly under linux and Unix systems(at least in my freeBSD
) :
Phydra PE file Binary analyser Source Code
——————
NEW UPDATE OF PHYDRA -
——————
Project renamed PEnalyse as PE analyser
2 implemented options:
-imp : list all the imported Functions and DLL
-full : shows the full PE Header infos.
It;s better to redirect the output to a log file.
A.
Click the link below to download the new version. The file is to be renamed Penalyse.Py (remove the .Doc extension)
http://asmatiks.files.wordpress.com/2007/06/penalysepy.doc


Here is an update that i didn’t have time to upload.
It’s hard to survive without internet, i reckon!
there are 2 options:
-imp : list the imported functions and DLL.
-full : shows all the PE FILE HEADER infos.
I also renamed the project PEnalyse.
please report any bug through my email address.
Anoirel.