DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.61k stars 554 forks source link

record_filter_launcher fails up front with usage message on Windows regardless of args #6620

Closed derekbruening closed 7 months ago

derekbruening commented 7 months ago

On Windows, the record_filter_launcher fails up front with its Usage message regardless of what's passed in. The two required args are always empty. I tracked the problem down to a missing _UNICODE define.