Skip to content

Commit

Permalink
adding EquationEditor file
Browse files Browse the repository at this point in the history
updating VHDX
  • Loading branch information
DBHeise committed Jan 17, 2023
1 parent 3885b75 commit ee20f07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion fileid/data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
<Item extension="cab" shortname="cab" name="Microsoft Cabinet file">0x4D,0x53,0x43,0x46</Item>
<Item extension="lha" shortname="lha" offset="2" name="LHArc (lha/lzh) Archive">0x2D,0x6C,0x68</Item>
<Item extension="vhd" shortname="vhd" name="Microsoft Virtual HardDisk">0x63,0x6F,0x6E,0x65,0x63,0x74,0x69,0x78</Item>
<Item extension="vhdx" shortname="vhdx" name="Microsoft Virtual HardDisk v2">0x76,0x68,0x64,0x78,0x66,0x69,0x6C,0x65</Item>
<Item extension="vhdx" shortname="vhdx" name="Microsoft Virtual HardDisk v2">vhdxfile</Item>

<Item extension="xz" shortname="xz" name="XZ Compressed File">0xFD,0x37,0x7A,0x58,0x5A,0x00</Item>
<Item extension="iso" shortname="iso1" name="ISO 9660 Disk Image" offset="32769">0x43,0x44,0x30,0x30,0x31</Item>
<Item extension="iso" shortname="iso2" name="ISO 9660 Disk Image" offset="34817">0x43,0x44,0x30,0x30,0x31</Item>
Expand Down
2 changes: 1 addition & 1 deletion fileid/magic.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// magic.h
// Generated on: 11/26/2022 18:07:18
// Generated on: 01/17/2023 16:30:41

#pragma once
#include "common.hpp"
Expand Down
4 changes: 2 additions & 2 deletions fileid/oless/olessmagic.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// olessmagic.h
// Generated on: 11/26/2022 18:07:18
// Generated on: 01/17/2023 16:30:41

#pragma once
#include "../common.hpp"
Expand Down Expand Up @@ -35,7 +35,7 @@ namespace oless {
list.push_back(new oless::OlessInfo("msi","Microsoft Installer File","","",false,L"/\u4840\u3F3F\u4577\u446C\u3B6A\u45E4\u4824",document::msi::Detailer));
list.push_back(new oless::OlessInfo("ole_embedded","OLE Native Stream (Embedded Object)","","",true,L"/\u0001Ole10Native",nullptr));
list.push_back(new oless::OlessInfo("ole_dat","Internet Explorer Recovery Store","","",false,L"/TravelLog",nullptr));
list.push_back(new oless::OlessInfo("ole_eq","","","",true,L"/Equation Native",nullptr));
list.push_back(new oless::OlessInfo("ole_eq","OLE Equation Editor","","",true,L"/Equation Native",nullptr));

}
}
Expand Down

0 comments on commit ee20f07

Please # to comment.