File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 11// DIE's signature file
2- // Author: sendersu
3- /*
4- If errors pls contact sendersu on exelab.ru
5- */
2+ // Authors:
3+ // sendersu (sendersu on exelab.ru),
4+ // Kaens (TG @kaens)
65
76init("format","Microsoft Compiled HTML Help");
87
8+ includeScript("read");
9+
910function detect(bShowType,bShowVersion,bShowOptions)
1011{
11- if(Binary.compare("'ITSF'03000000 "))
12+ if(Binary.compare("'ITSF'..000000 "))
1213 {
13- bDetected=1;
14+ bDetected = 1;
15+ sVersion = "v"+Binary.read_int32(4,_BE);
16+ sOption(Binary.read_uint32(0x14,_BE),"LangID: ");
1417 }
1518
1619 return result(bShowType,bShowVersion,bShowOptions);
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ function nextChunk() {
288288 case "data":
289289 if(nBPS && nFormat==1 && (nBPS==8 || nBPS==16)) {
290290 var nmSeconds = Math.round(Binary.readDword(pc-4)/(nBPS/8)/nRate/nChannels*1000);
291- sOption( new Date(nmSeconds).toISOString().substr(11, 8) );
291+ sOption= new Date(nmSeconds).toISOString().substr(11, 8);
292292 }
293293 break;
294294 case "INFO":
Original file line number Diff line number Diff line change @@ -256,7 +256,10 @@ if(signature=="AA5411DD")
256256
257257```
258258```
259+ ** bool isVerbose()**
259260
261+ ```
262+ ```
260263** quint8 read_uint8(qint64 nOffset)*
261264
262265```
You can’t perform that action at this time.
0 commit comments