{"id":19962272,"url":"https://github.com/daramkun/filetypedetector","last_synced_at":"2025-07-18T21:34:00.713Z","repository":{"id":70502657,"uuid":"89273935","full_name":"daramkun/FileTypeDetector","owner":"daramkun","description":"Signature based File Extension Type Detection Library for .NET","archived":false,"fork":false,"pushed_at":"2020-08-06T03:26:51.000Z","size":10532,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-13T03:18:03.013Z","etag":null,"topics":["csharp","detection-library","dotnet-standard","file-type-detection","signature"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daramkun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-04-24T18:30:47.000Z","updated_at":"2025-05-20T13:24:02.000Z","dependencies_parsed_at":"2023-04-08T15:24:57.662Z","dependency_job_id":null,"html_url":"https://github.com/daramkun/FileTypeDetector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daramkun/FileTypeDetector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daramkun%2FFileTypeDetector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daramkun%2FFileTypeDetector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daramkun%2FFileTypeDetector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daramkun%2FFileTypeDetector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daramkun","download_url":"https://codeload.github.com/daramkun/FileTypeDetector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daramkun%2FFileTypeDetector/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265837635,"owners_count":23836558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","detection-library","dotnet-standard","file-type-detection","signature"],"created_at":"2024-11-13T02:10:29.808Z","updated_at":"2025-07-18T21:34:00.681Z","avatar_url":"https://github.com/daramkun.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FileTypeDetector\nSignature based File Extension Type Detection Library for .NET\n\nPrototype by [FileExtensionDetector](https://github.com/daramkun/FileExtensionDetector)\n\nThis library following MIT-License. but Some codes(OpenMCDF, TagLib#) followed Mozilla Public License 2.0 and Lesser GNU Public License 2.1. If you modifying this library, Please check it.\n\n## Support Detections\n| Support Extension |       Detail       |\n|:------------------|:-------------------|\n| 3GP               | 3GPP, 3GPP 2       |\n| 7Z                | 7-Zip              |\n| APK               | ZIP based Android Package |\n| AVI               | Audio-Video Interleave |\n| SH                | Shell Script       |\n| BPLIST            | Binary Property List |\n| BMP, DIB          | Bitmap             |\n| BZ2               | Bunzip2 Compressed |\n| CAB               | Microsoft Cabinet  |\n| CLASS             | Java Bytecode      |\n| CONFIG            | .NET Configuration File |\n| CRT, CERT         | Certificate        |\n| CUR               | Cursor             |\n| DB                | Windows Thumbs.db Thumbnail Database |\n| DDS               | DirectDraw Surface |\n| DLL               | Windows Dynamic Linkage Library |\n| DMG               | Apple Disk Mount Image |\n| DMP               | Windows Memory Dump File |\n| DOC               | Microsoft Office Word 97-2003 Document |\n| DOCX              | Microsoft Office Word OpenXML Document |\n| EPUB              | e-Pub Document     |\n| EXE               | Windows Executive  |\n| FLAC              | Loseless Audio     |\n| FLV               | Flash Video        |\n| GIF               | Graphics Interchage Format |\n| GZ                | GZ Compressed      |\n| HDP               | HD Photo(JPEG XR) Image |\n| HWP               | Legacy HWP, HWPML, CFBF HWP |\n| ICO               | Icon               |\n| INI               | Initialization File |\n| ISO               | ISO-9660 Disc Image |\n| LNK               | Windows Shortcut Link |\n| JP2               | JPEG 2000 Image    |\n| JPG, JPEG         | Joint Photographic Experts Group Image |\n| LZH               | LZH Compressed     |\n| M4A               | MP4 Container Contained Audio Only |\n| M4V               | MP4 Container Contained Video |\n| MID               | Midi Sound         |\n| MKA               | Matroska Container Contained Audio Only |\n| MKV               | Matroska Container Contained Video |\n| MOV               | QuickTime Movie Video |\n| MP4               | MP4 Container Contained Contents |\n| MSI               | Microsoft Installer |\n| OGG               | OGG Video or Audio |\n| ODF               | OpenDocument Formula |\n| ODG               | OpenDocument Graphics |\n| ODP               | OpenDocument Presentation |\n| ODS               | OpenDocument Spreadsheet |\n| ODT               | OpenDocument Text  |\n| PAK               | PAK Archive or Quake Archive |\n| PDB               | Microsoft Program Database |\n| PDF               | Portable Document Format |\n| PFX               | Microsoft Personal Information Exchange Certificate |\n| PNG               | Portable Network Graphics Image |\n| PPT               | Microsoft Office PowerPoint 97-2003 Document |\n| PPTX              | Microsoft Office PowerPoint OpenXML Document |\n| PPSX              | Microsoft Office PowerPoint OpenXML Document for Slideshow only |\n| PSD               | Photoshop Document |\n| RAR               | WinRAR Compressed  |\n| REG               | Windows Registry   |\n| RPM               | RedHat Package Manager Package |\n| RTF               | Rich Text Format Document |\n| SLN               | Microsoft Visual Studio Solution |\n| SRT               | SubRip Subtitle    |\n| SWF               | Shockwave Flash    |\n| SQLITE, DB        | SQLite Database    |\n| TAR               | pre-ISO Type and UStar Type TAR Package |\n| TIFF              | Tagged Image File Format Image |\n| TXT               | Plain Text         |\n| WAV               | Wave Audio         |\n| WASM              | Binary WebAssembly |\n| WEBM              | WebM Video         |\n| WEBP              | WebP Image         |\n| XAR               | XAR Package        |\n| XLS               | Microsoft Office Excel 97-2003 Document |\n| XLSX              | Microsoft Office Excep OpenXML Document |\n| XML               | Extensible Markup Language Document |\n| Z                 | Z Compressed       |\n| ZIP               | ZIP Package        |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaramkun%2Ffiletypedetector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaramkun%2Ffiletypedetector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaramkun%2Ffiletypedetector/lists"}