mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 03:58:11 +00:00
minor fixes
This commit is contained in:
+1
-1
@@ -399,7 +399,7 @@ struct PE_ImportEntry
|
||||
typedef struct PE_DelayedImportEntry PE_DelayedImportEntry;
|
||||
struct PE_DelayedImportEntry
|
||||
{
|
||||
// According to PE/COFF spec this field is unused and should be set zero,
|
||||
// According to COFF/PE spec this field is unused and should be set zero,
|
||||
// but when I compile mule with MSVC 2019 this is set to 1.
|
||||
U32 attributes;
|
||||
U32 name_voff; // Name of the DLL
|
||||
|
||||
Reference in New Issue
Block a user