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
looks like import processing uses privload_locate_and_load() which finds
abs path and then calls privload_load() w/ that path. but each
LoadLibrary* redirect calls load_private_library() which calls
privload_load() which direcly calls privload_map_and_relocate(), so we end
up without a path.
should have included the outward symptom in the initial entry:
CURIOSITY : name[1] == ':' && (name[2] == '/' || name[2] == '') && "create file invalid name" in file ....\src\core\win32\os.c line 4466
From [email protected] on June 07, 2011 09:18:02
looks like import processing uses privload_locate_and_load() which finds
abs path and then calls privload_load() w/ that path. but each
LoadLibrary* redirect calls load_private_library() which calls
privload_load() which direcly calls privload_map_and_relocate(), so we end
up without a path.
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=486
The text was updated successfully, but these errors were encountered: