You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
early injection ( issue #234 ) running before ntdll is initialized hits a crash in using ntdll's snprintf, presumably from locale code not being set up. easiest solution is to add wide char support to our_snprintf.
From [email protected] on February 20, 2012 21:33:44
early injection ( issue #234 ) running before ntdll is initialized hits a crash in using ntdll's snprintf, presumably from locale code not being set up. easiest solution is to add wide char support to our_snprintf.
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=688
The text was updated successfully, but these errors were encountered: