mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 21:08:40 +00:00
share-read in header analysis in radbin
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ rb_entry_point(CmdLine *cmdline)
|
|||||||
RB_FileFormatFlags file_format_flags = 0;
|
RB_FileFormatFlags file_format_flags = 0;
|
||||||
ProfScope("do thin analysis of file")
|
ProfScope("do thin analysis of file")
|
||||||
{
|
{
|
||||||
OS_Handle file = os_file_open(OS_AccessFlag_Read, n->string);
|
OS_Handle file = os_file_open(OS_AccessFlag_Read|OS_AccessFlag_ShareRead, n->string);
|
||||||
FileProperties props = os_properties_from_file(file);
|
FileProperties props = os_properties_from_file(file);
|
||||||
|
|
||||||
//- rjf: PDB magic -> PDB input
|
//- rjf: PDB magic -> PDB input
|
||||||
|
|||||||
Reference in New Issue
Block a user