-
Zhejiang University
- 38 Zheda Road, Hangzhou 310027
Highlights
- Pro
Lists (1)
Sort Name ascending (A-Z)
Stars
The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!
A Modbus library for Linux, Mac OS, FreeBSD and Windows
Official repository of VMware open-vm-tools project
Windows paravirtualized drivers for QEMU\KVM
AFLNet: A Greybox Fuzzer for Network Protocols (https://thuanpv.github.io/publications/AFLNet_ICST20.pdf)
Anything about kernel security. CTF kernel pwn, kernel exploit, kernel fuzz and kernel defense paper, kernel debugging technique, kernel CVE debug.
NDSS 2020 - HYPER-CUBE: High-Dimensional Hypervisor Fuzzing
Code of ISSTA'22: PrIntFuzz: Fuzzing Linux Drivers via Automated Virtual Device Simulation
atftp is a client/server implementation of the TFTP protocol that implements RFCs 1350, 2090, 2347, 2348, 2349 and 7440. The server is multi-threaded and the client presents a friendly interface us…
Implementation of a router which uses Stanford's Mininet. Supports tracert, ping, icmp packets, ARP, and routing tables
tftp client and server implementations, supporting RFC 1350, 2347, 2348
Implemented a fully functional Internet router that routes real network traffic. Implemented ARP, ICMP, and basic IP forwarding as part of the project. The router runs on top of the Virtual Network…
Small implementation of a router using plain C that supports the ICMP and ARP protocols.
Program in C implementing the functionalities of a router. It forwards packets, implements ARP and ICMP protocols.
A C program that simulates a router behavior in a mininet topology. The topology contains four computers and two routers. The implementation uses the following protocols: IP, Ethernet, ARP and ICMP.
Implementation of ICMP protocol, echo reply in C where the program receives the ping request and replies.