PFAC cpp version code throws error with real virus signature

18 views
Skip to first unread message

Best Best

unread,
Mar 16, 2017, 8:43:37 AM3/16/17
to pfacForum
Hi , 

In "input.txt" file , added some real virus signatures and executed PFAC code in CPU mode. Observed panic in "SORTING" logic code part. In code "SORT" API is used to sort the input pattern data.

Question :

1. Why sorting logic required to sort number of patterns before forming actual TRIE ? 
2. Is PFAC code tested with real virus signatures ? And also in this case , what is maximum count or size supported with respect to input pattern ?
3. PDF document mentioned pattern with "/n" or "/r" are not supported. Like this any other limitation on input pattern data ?

Thanks
Mohanraj

Cheng-Hung Lin

unread,
Mar 17, 2017, 12:32:18 AM3/17/17
to pfac...@googlegroups.com
1. Sorting is not essential for building a trie. We sorted patterns to filter out replicated patterns.
2.The PFAC is used to match ASCII texts. The maximum number of patterns is determined by implementation. We have two different implementations with different limitations. You can refer to our documents or papers.
3. All limitations are listed in our documents.
Thanks for your interests in PFAC.

--
這是 Google 網上論壇針對「pfacForum」群組發送的訂閱通知郵件。
如要取消訂閱這個群組並停止接收來自這個群組的郵件,請傳送電子郵件到 pfacForum+unsubscribe@googlegroups.com
如需更多選項,請前往:https://groups.google.com/d/optout

Reply all
Reply to author
Forward
0 new messages