Saturday, June 6, 2015

Friday, June 5, 2015

Tizen Content Security Framework

Scan a file (normal files, application files(.tpk)) for Malwares, Spam messages, Potentially unwanted programs, Phishing URLs, Viruses, Trojan horse, Exploits or suspicious programs

#include<TCSImpl.h>

int TCSScanFile(TCSLIB_HANDLE hLib,
                            char const *pszFileName,
                            int iDataType,
                            int iAction,
                            int iCompressFlag,
                            TCSScanResult *pResult);


Get the reputation and category of URL
#include<TWPImpl.h>

TWP_RESULT TWPLookupUrls(TWPLIB_HANDLE hLib,                      
                                                        TWPConfigurationHandle hConfigure,
                                                        TWPRequest *pRequest,
                                                        int iRedirUrl,
                                                        const char **ppUrls,
                                                        unsigned int uCount,
                                                        TWPResponseHandle *phResponse);

Data Structures

LinkedList (Single Linked List, Double Linked List)
Stacks
Queues
Trees/Graphs (Binary Trees, Binary Search Trees)
Hash Tables
Heap
Advanced Lists
Trie
Suffix Array and Suffix Tree
AVL Tree
B Tree
Segment Tree
Red-Black Tree
Arrays
Matrix