PDA

View Full Version : Codewarrior - static analysis to C, PHP, Java, Ruby, Javascript...



raiden
2016-09-18, 18:25
Codewarrior have a lot modules, one for each common language like PHP, ASP, Ruby, C/C++, Java and Javascript. Each module have rules in raw text, that rules have params like description, type, reference, relevance and match(regex to detect pattern), you can create your rules.

Features:
Made in pure C, don't need external libraries, is simple to understand, runs at Linux, BSD, MacOS...
Have recursive code listening by extension for manual code analysis.
Recursive Sink to search pattern in sources by extension.
Recursive search patterns of modules.
Have syntax highlight and mark at each pattern matched.
have option to edit modules at web.
HTTPd with TLS runs only localhost, you can change that at file "conf/whitelist.conf".
You can create your modules...
You can change custom theme at directory "web/", becuse is simple HTML and CSS.

At the future:
* Options to load external modules using dlopen(), load external analysers.
* Function to use KNN other things with machine learning.

download: https://github.com/CoolerVoid/codewarrior

v1s1t0r
2016-11-17, 19:40
interesting tool

IamX
2016-11-20, 09:26
This like good.
I'll try this.