DynamoRIO / DynamoRIO/dynamorio

DrRun in dynamorio does not generate code coverage by default and application does not close default and run indefinitely

Open
#5,288 9 comments 0 reactions 0 assignees View on GitHub
Bug-Assert OpSys-Windows
Dominant language
C
Stars
3.2k
Forks
629
Avg merge
2d 18h
Merged PRs (30d)
30

Description

I am analyzing attack surface for winword where looking for interesting functions to fuzz. i am generating code coverage for a test file .docx with Drrun.exe like below image
![image](https://user-images.githubusercontent.com/4816640/149909763-a0d5edac-9925-4b38-9a91-3eb0aad57166.png)
while running drrun, the target application(microsoft word) is not closing by default, hence not able to generating code coverage log file. however this works on other application like Adobe or Foxit. but not in the case of winword.exe

if i forcefully close the application by ctrl+c or terminate the application by default, it generates the code coverage but it is not in the proper format. and if i open this coverage file using ida light house plugin, it says unable to parse the file
![Capture](https://user-images.githubusercontent.com/4816640/149912686-442ceb81-3ef8-4cc5-9ab2-9445568688ed.PNG)

Debug log with level 1 as below:
![image](https://user-images.githubusercontent.com/4816640/149998642-05587c95-4156-4f35-96b6-45bde9228927.png)

Folks, please help me on this...

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.