View Single Post
  #8  
Old 01-17-2016, 22:50
an0rma1 an0rma1 is offline
Friend
 
Join Date: Feb 2002
Posts: 203
Rept. Given: 101
Rept. Rcvd 29 Times in 17 Posts
Thanks Given: 359
Thanks Rcvd at 104 Times in 41 Posts
an0rma1 Reputation: 29
@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.
Reply With Quote