{% load static %}
{% for tp,users in user_type_list_former.items %}
{% if users %}

{{ tp }}(former)

{% for user in users %} {% endfor %} {% endif %}
{% endfor %}
最新动态
{% for key, item in newest_post_list.items %} {% if item %}

{{ key }}

{% for it in item %}
{{ it.date }} {% if key == 'publication' %} {{ it.author }}在{{ it.journalname }}上发表了{{ it.publishType }} {% else %} {{ it.author }}发布了 {% endif %} {% if key == 'cve' %} {{ it.title }} {% else %} 《{{ it.title }}》 {% endif %}
{% endfor %} {% endif %} {% endfor %}
小组成员
{% for tp,users in user_type_list.items %}
{% if users %}

{{ tp }}

{% 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 }}

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

{{ year }}

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