Static Analysis
%if not isinstance(static, dict) or len(static.keys()) == 0: Nothing to display. %else: %if static["pe_versioninfo"]:
<%include file="../images/information.html" /> Version Infos <%include file="../images/plus.html" />
%endif %if static["pe_sections"]:
<%include file="../images/bricks.html" /> Sections <%include file="../images/plus.html" />
%endif %if static["pe_resources"]:
<%include file="../images/package.html" /> Resources <%include file="../images/plus.html" />
%endif %if static["pe_imports"]:
<%include file="../images/brick.html" /> Imports <%include file="../images/plus.html" />
%endif %if static["pe_exports"]:
<%include file="../images/brick.html" /> Exports <%include file="../images/plus.html" />
%endif %endif <%include file="../images/arrow_up.html" />