An open API service indexing awesome lists of open source software.

https://github.com/cleantalk/_spbct-heuristic-analyser


https://github.com/cleantalk/_spbct-heuristic-analyser

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# CleanTalk security scanner - Heuristic Analysing module

## Install
```
composer require cleantalk/spbct-heuristic-analyser
```

## Using
```php
scanFile($file_to_check, $root_dir_patn);

var_dump($res); // $res will contain the scanning result
var_dump($heuristic_scanner->final_code); // $final_code will contain the de-obfuscated code
```