Manh Nguyen
Manh Nguyen
Thanks, @zhangysh1995 . I've run successfully afl-cov on LAVA-M benchmark, but still failed on CGC binaries.
Hi @MarwanNour, Please find my notes below. Hope that help :) ``` - Tutorial: https://foxglovesecurity.com/2016/03/15/fuzzing-workflows-a-fuzz-job-from-start-to-finish/ sudo apt-get install lcov - Rebuild PUT with extra option. For example, modify Makefile: CFLAGS=...
Hi, I made this pull request https://github.com/sdnfv/openNetVM/pull/311. Thanks.
@twood02 Thank you for detailed answers. For packet generator, I don't know why I can't send the packets using PktGen on openNetVM (actually, it worked on my VMs, but failed...
I want to increase the number of RX/TX threads (by default 1) in [onvm_mgr/onvm_init.h](https://github.com/sdnfv/openNetVM/blob/master/onvm/onvm_mgr/onvm_init.h#L96), however I get the following error: ``` Port 0 init ... Port 0 socket id 0...
I've run openNetVM manager on a powerful machine with 44 cores and I've already disabled the flow table lookup. However, I still face the problem of missing packets received by...
Hello again, I replayed the bigFlows pcap file at 10Gbps. I also print out the number of received packets (dropped packets) of the NIC port. When I just run the...
@twood02 , - We developed a small tool to replay pcap files with different throughput values using DPDK 17.11.4. - I've already disabled this option (ENABLE_FLOW_LOOKUP=0 in [Makefile](https://github.com/sdnfv/openNetVM/blob/master/onvm/onvm_mgr/Makefile#L39)). - Basically,...
Hi Tim, As I understood, when an RX thread receives a packet from the NIC and I disable the flow table lookup, it sends packets and stores them in the...
@twood02 Thanks for your answer. I've already tried to change the size of NUM_MBUF to 65535, but still had the same result. If I only forward packets to the destination,...