tinyinst 0.1.1

Rust bindings for googleprojectzero/TinyInst
Documentation
1
2
3
4
5
6
7
8
9
10
#pragma once
#include "litecov.h"
#include "coverage.h"
#include <vector>
#include "cxx.h"
class AFLCov : public LiteCov
{
public:
    void GetCoverage(Coverage &coverage, rust::Vec<uint64_t> &afl_coverage, bool clear_coverage);
};