Results 1 to 3 of 3

Thread: Codewarrior - static analysis to C, PHP, Java, Ruby, Javascript...

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2015-Oct
    Location
    sao paulo, brazil
    Posts
    9

    Codewarrior - static analysis to C, PHP, Java, Ruby, Javascript...

    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
    Last edited by maiki; 2016-09-19 at 12:17. Reason: Remove YouTube link

Similar Threads

  1. How to run JavaScript function on every xHydra attack
    By Everest in forum How-To Archive
    Replies: 0
    Last Post: 2020-05-23, 20:18
  2. Replies: 0
    Last Post: 2015-10-13, 13:59
  3. Replies: 0
    Last Post: 2015-05-07, 15:03

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •