沒有副檔名如何偵測未知檔案格式 - Hanks 工程師筆記

文章推薦指數: 80 %
投票人數:10人

沒有副檔名如何偵測未知檔案格式. 2020-12-10 · 161 words · 1 minute read. 程式 · 檔案格式. 在Linux / OSX 偵測檔案類型這件事情並不困難,用指令“file”,像這樣. HanksDeveloperTW Follow17 Posts43 Tags在Linux/OSX偵測檔案類型這件事情並不困難,用指令“file”,像這樣$filetemp.log temp.log:ASCIItext $file1999.webm 1999.webm:WebM不過windows上面沒有這麼方便的東西,得依靠一個神奇的工具TrID先來看看他的簡介TrID-FileIdentifier TrIDisanutilitydesignedtoidentifyfiletypesfromtheirbinarysignatures.Whiletherearesimilarutilitieswithhardcodedlogic,TrIDhasnofixedrules.Instead,it'sextensibleandcanbetrainedtorecognizenewformatsinafastandautomaticway.他是透過作者預寫好的一堆pattern(XML格式)來判斷檔案是屬於什麼格式,所以你下載的時候,除了主程式trid.exe要下載之外,記得要另外下載定義檔(TrIDDefs.TRDpackage),解壓所之後,把他跟trid.exe放在同一個資料夾底下。

運作起來像這樣(官網的範例),他會給你特徵百分比C:\TrID>trid.exeAvBatEx.bav TrID/32-FileIdentifierv2.24-(C)2003-16ByM.Pontello Collectingdatafromfile:AvBatEx.bav Definitionsfound:5702 Analyzing... 75.8%(.BAV)TheBat!Antivirusplugin(187530/5/21) 15.2%(.EXE)Win32ExecutableMSVisualC++(generic)(37706/45/16) 4.3%(.EXE)Win32ExecutableGeneric(10527/13/4) 3.1%(.DLL)Win32DynamicLinkLibrary(generic)(7600/42/2) 0.8%(.EXE)GenericWin/DOSExecutable(2002/3)官網還有很多範例,大家可以直接去參考。

另外他還有GUI介面的版本,運作原理也是一樣的,只是用.net寫的,有GUI可以用比較親人(誤),一樣也要下載deffile(TrIDXMLdefs)Olderphp關於如何處理資料夾與檔案的問題Newer如何使用googledomains附贈的ddns功能commentspoweredbyDisqusRecents程式一些unrar有用的參數2021-01-16程式M1晶片的機器上安裝homebrew的最佳實踐方式2021-01-15程式拿到新版的M1Mac,第一個要安裝的軟體2021-01-14後端幫你的SSH更新換上更安全的演算法ED255192021-01-09後端修復aptupdate時google引發的GPGError2020-12-26Categories後端 7生活 1程式 9Tagsapt 1blog 1bpf 1brew 1clone 1commandline 1ddns 1ddos 1dehydrated 1diskpart 1dns 1ed25519 1git 1google 1gpg 1homebrew 1hvm 1iptables 1letsencrypt 1m1 2mac 2php 3pv 1rar 1regex 1rosetta2 2ssh 1ssl 1submodule 1unrar 1vm 1windows 1xenserver 1xt_bpf 1zip 1本福特定律 1架網站 3檔案格式 1班佛法則 1磁碟擴容 1網址 1解壓縮 1資料夾 1Tagcloudapt blog bpf brew clone commandline ddns ddos dehydrated diskpart dns ed25519 git google gpg homebrew hvm iptables letsencrypt m1 mac php pv rar regex rosetta2 ssh ssl submodule unrar vm windows xenserver xt_bpf zip 本福特定律 架網站 檔案格式 班佛法則 磁碟擴容 網址 解壓縮 資料夾



請為這篇文章評分?