Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
LibFuzzer具有可以由最终用户实现的功能,如下所示:
size_t LLVMFuzzerCustomMutator( uint8_t* data, size_t size, size_t max_size, unsigned int seed)
我是否可以自由地有时插入一些字节data从而使其变大?我假设max_size可能不会超过?如果我需要比max_bytes执行必要的插入更多的字节,我会怎么做?我要退回新尺码吗?
data
max_size
max_bytes