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
console.error(' @',offset,'DT_BINDABLEPROPERTY[',getType(typeHashes[1]).name,']: Unexpected value in padding1:',padding1,padding1.toString(16),'fieldPath:',fieldPath.slice(-3).join('.'),fieldPath[0]);
ret.__error__='Error: DT_BINDABLEPROPERTY: Unexpected value in padding!';
912
-
console.error(' @',offset,'DT_BINDABLEPROPERTY[',getType(typeHashes[1]).name,']: Unexpected value in padding:',padding,'fieldPath:',fieldPath.slice(-3).join('.'));
924
+
constpadding2=file.readInt32LE(offset);
925
+
if(padding2!=0){
926
+
ret.__error__='Error: DT_BINDABLEPROPERTY: Unexpected value in padding2!';
927
+
console.error(' @',offset,'DT_BINDABLEPROPERTY[',getType(typeHashes[1]).name,']: Unexpected value in padding2:',padding2,'fieldPath:',fieldPath.slice(-3).join('.'));
ret.__error__='Error: DT_BINDABLEPROPERTY: Unexpected value in padding!';
926
-
console.error(' @',offset,'DT_BINDABLEPROPERTY[',getType(typeHashes[1]).name,']: Unexpected value in padding2:',padding2,'fieldPath:',fieldPath.slice(-3).join('.'));
938
+
constpadding3=file.readInt32LE(offset);
939
+
if(padding3!=0){
940
+
ret.__error__='Error: DT_BINDABLEPROPERTY: Unexpected value in padding3!';
941
+
console.error(' @',offset,'DT_BINDABLEPROPERTY[',getType(typeHashes[1]).name,']: Unexpected value in padding3:',padding3,'fieldPath:',fieldPath.slice(-3).join('.'));
0 commit comments