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

{{ tp }}(former)

{% for user in users %} {% endfor %} {% endif %}
{% endfor %}

HUNTER-HT

Hunter is a software research group that focuses on vulnerability detection. Our research interests cover multiple layers of software, including operating systems, firmware, binaries and web aplications. We are committed to developing tools of symbolic execution, fuzzing and binary analysis for automated detection of software vulnerabilities
去看看我们的Hunter圈 GO
最新动态
{% for key, item in newest_post_list.items %} {% if item %} {% for it in item %}
{{ it.date }} {% if key == 'publication' %} {{ it.author }} 在{{ it.journalname }}上发表了{{ it.publishType }} 《{{ it.title }}》 {% else %} {% if key == 'cve' %} {{ it.author }} 提交了  {{ it.title }} {% else %} {{ it.author }} 写了文章 《{{ it.title }}》 {% endif %} {% 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, arts in article_year_list.items %}

{{ year }}

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