
PROJECT
/2014/ARCHIVED/Gurz
A desktop application for static analysis of Android malware, built with Python and PySide.
KEYWORDS:
+11
Gurz is a desktop app for the #static-analysis of #android #malware. I built it in 2014 under a research grant as a #gui on top of the #androguard library, extending its backend to speed up the daily #reverse-engineering work.
It helps with writing signatures and quickly working through malicious #APK and #DEX files. I wrote it with #python and #pyside ( #qt ), so the interface stays responsive and multi-threaded. It also keeps a custom caching layer (
gzworkspace) that serializes analyzed objects to disk, so reopening an earlier session is instant.

