| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -391,3 +391,14 @@ function BinaryFile(strData, iDataOffset, iDataLength) { | |||
| 391 | 391 | data = window.atob(strBase64); | |
| 392 | 392 | }; | |
| 393 | 393 | } | |
| 394 | + | ||
| 395 | + document.write( | ||
| 396 | + "<script type='text/vbscript'>\r\n" | ||
| 397 | + + "Function IEBinary_getByteAt(strBinary, iOffset)\r\n" | ||
| 398 | + + " IEBinary_getByteAt = AscB(MidB(strBinary,iOffset+1,1))\r\n" | ||
| 399 | + + "End Function\r\n" | ||
| 400 | + + "Function IEBinary_getLength(strBinary)\r\n" | ||
| 401 | + + " IEBinary_getLength = LenB(strBinary)\r\n" | ||
| 402 | + + "End Function\r\n" | ||
| 403 | + + "</script>\r\n" | ||
| 404 | + ); | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments