From a9205197aff57ee2208ce655fcf5b2ef752c6ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E5=85=B4=E9=82=A6?= Date: Wed, 4 Jul 2018 09:57:11 +0800 Subject: [PATCH] Chinese Translation update --- README_ch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_ch.md b/README_ch.md index 31447c7..70e6b90 100644 --- a/README_ch.md +++ b/README_ch.md @@ -155,8 +155,6 @@ Awesome Fuzzing Resources [Segfaulting Python with afl-fuzz](https://tomforb.es/segfaulting-python-with-afl-fuzz) -[Fuzzing Perl: A Tale of Two American Fuzzy Lops](http://www.geeknik.net/71nvhf1fp) - [使用 AFL-Fuzz 进行 Fuzzing 的实例( AFL vs Binutils )](https://www.evilsocket.net/2015/04/30/fuzzing-with-afl-fuzz-a-practical-example-afl-vs-binutils/) [Fuzzing 模拟器的重要性](https://mgba.io/2016/09/13/fuzzing-emulators/) @@ -285,6 +283,8 @@ Awesome Fuzzing Resources [ansvif](https://oxagast.github.io/ansvif/) - 用于在 C/C++ 程序中查找漏洞的高级跨平台模糊测试框架 +[Tribble](https://github.com/SatelliteApplicationsCatapult/tribble) - 易用、覆盖度指导的 JVM 模糊测试框架 + ### 流分析(用户输入如何影响执行)