Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 521 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 521 Bytes

concrete

Get coverage for compiled x86/x86_64 ELFs.

Right now, concrete only works on Linux and only outputs coverage information as basic block addresses in a .cov file.

The idea is to add snapshotting capabilities allowing us to write an in memory fuzzer with it.

USAGE: 
    concrete <binary> <binary_arg1> ...

References