Skip to content

sears-s/dynamorio-practice

Repository files navigation

DynamoRIO Practice

Building

Run the Build DynamoRIO task then the Build task in VSCode.

Running

In the root directory run:

build_dr/bin64/drrun -c build/libcount_bb_unique.so -- build/sample_hello_world

libcount_bb.so can be replaced by another client and sample_hello_world can be replaced by another sample program.

For testing drcov_edge_coverage:

build_dr/bin64/drrun -t drcov -dump_text -target_module sample_branches -- build/sample_branches bad!

About

Example DynamoRIO clients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published