how to compile a target for dynamorio

19 views
Skip to first unread message

Tom Tailor

unread,
Mar 27, 2025, 2:10:48 PMMar 27
to DynamoRIO Users
Hi all 

I use dynamorio in combinaton with winafl, i use  the following drrrun  command

D:\winafl6\winafl\DynamoRIO\bin64\drrun.exe -debug -c winafl.dll -debug -fuzz_iterations 10 -coverage_module VulnLib.dll  -target_module VulnLib.dll   -target_method FuzzMeM8ate -nargs 4 -- test_harness.exe test.txt


winafl dose not create any debug output but dynamorio creates a rather cryptic message 

I have the assumption that my harness is improperly build 

I attached a screenshot  

I would apriciate any hints

thanks for your help 
dynamorio bug harness.PNG

Doug Evans

unread,
Mar 27, 2025, 3:27:02 PMMar 27
to Tom Tailor, DynamoRIO Users
Hi. The error message indicates an internal error in dynamorio.
Hard to say whether it's a bug you can work around or not.
It would be good to file a bug.  https://github.com/DynamoRIO/dynamorio/issues

Beyond that, maybe someone else can provide things to try.

--
You received this message because you are subscribed to the Google Groups "DynamoRIO Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dynamorio-use...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dynamorio-users/c5b4e539-fb90-473a-8dd7-4c0b8ce10514n%40googlegroups.com.

Derek Bruening

unread,
Mar 28, 2025, 12:23:08 PMMar 28
to Doug Evans, Tom Tailor, DynamoRIO Users
Probably this is a secondary assert after some prior bad thing happened early during init before those dynamo_dll_start, etc. vars were initialized: get a callstack to see the real culprit.  See https://dynamorio.org/page_debugging.html.

Reply all
Reply to author
Forward
0 new messages