{% load static %}
小组成员
{% for tp,users in user_type_list.items %}

{{ tp }}

{% if users %} {% for user in users %} {% endfor %} {% endif %}
{% endfor %}
在研项目
Fuzzing using the Intel PT support.
A symbolic execution engine using qemu
Automatically detect double-fetch bugs in OS kerenels
A set of tools for binary analysis
出版物
{% for year,publications in publication_year_list.items %}

{{ year }}

{% if publications %} {% for publication in publications %} {% endfor %} {% endif %} {% endfor %}
漏洞挖掘成果
{% for year, cves in cve_year_list.items %}

{{ year }}

{% if cves %} {% for cve in cves %} {% endfor %} {% endif %} {% endfor %}
文章随笔
{% for year, arts in article_year_list.items %}

{{ year }}

{% if arts %} {% for art in arts %} {% endfor %} {% endif %} {% endfor %}
{% if bug_list %} {% endif %}