|
@n00b: my .net installations are ok, all programs works perfect (except yours)
anyways, anyone knows if anyone has implemented advanced algos for exe/files id'ing ?
i mean, aho-corasick for example?,
more info here: http://webglimpse.net/pubs/TR94-17.pdf (also paralellizable with multicores) (look for it in google)
i used some ideas long time ago for a spellchecker (finally used binary parallel search with k-mistmaches, a 32bit word able me to search for 32letter words)
but it seems these are better...
Last edited by an0rma1; 01-17-2016 at 22:58.
|