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
@@ -79,7 +78,7 @@ public MachOFile(MemoryStream input) : base(input)
79
78
varexports=dyldData?.Exports??[];
80
79
81
80
_exportAddressesDict=exports.ToDictionary(e =>e.Name[1..], e =>e.Address);//Skip the first character, which is a leading underscore inserted by the compiler
82
-
_exportNamesDict=newDictionary<long,string>();
81
+
_exportNamesDict=newDictionary<ulong,string>();
83
82
foreach(varexportinexports)// there may be duplicate names
0 commit comments