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);

No comments:

Post a Comment