CYB3RMX / Qu1cksc0pe

All-in-One malware analysis tool.
GNU General Public License v3.0
1.27k stars 180 forks source link

Update winAnalyzer.py with Exports #16

Closed BarakAharoni closed 2 years ago

BarakAharoni commented 2 years ago

Add exports to the windows analysis (using pefile module). Also, change the imports (and exports) addresses to be full addresses and not only offsets.

CYB3RMX commented 2 years ago

Thanks.