Git Product home page Git Product logo

tscancode's Introduction

TscanCode

TscanCode 静态代码扫描工具

TscanCode旨在助力开发与测试人员从代码层面挖掘问题,将那些长期困扰项目的诸如空指针宕机等问题,扼杀于萌芽阶段。支持用户根据不同需求自定义配置检查项,有极强的扩展性和可维护性。平均扫描速度10W行/分钟.

TscanCode支持以下类型规则扫描:

应用特性

空指针检查,包含可疑的空指针,判空后解引用比如Crash等共3类subid检查

数据越界,Sprintf_S越界共1类subid检查

内存泄漏,分配和释放不匹配同1类subid检查

逻辑错误,重复的代码分支,bool类型和INT进行比较,表达式永远True或者false等共18类检查

可疑代码检查,if判断中含有可疑的=号,自由变量返回局部变量等共计15类检查

运算错误,判断无符号数小于0,对bool类型进行++自增等,共计11类检查

tscancode's People

Contributors

fancyhuang avatar cainhuang avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.