DynamoRIO / DynamoRIO/drmemory

drfuzz: fix calling convention flags and move them to drwrap

Open
#1,757 0 comments 0 reactions 1 assignee Claimed by @byron-hawkins View on GitHub
Component-DrFuzz OpSys-All Priority-High
Dominant language
C
Stars
2.7k
Forks
290
PR merge metrics
No merged PRs in 30d

Description

The calling convention flags in drfuzz are all messed up, e.g. there is no such thing as `fastcall` on any 64-bit platform. Since drfuzz relies on drwrap for everything related to the calling convention, the simplest solution is to move the flags to drwrap, after fixing them (xref [DR i#1772](https://github.com/DynamoRIO/dynamorio/issues/1772)). There can be a simple pass-through for drwrap flags on `drfuzz_fuzz_target()`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.