Git Product home page Git Product logo

Comments (3)

ben620 avatar ben620 commented on May 14, 2024

UE4 的C++代码能支持吗?UE做了很多自己的特性,如何自定义一些自己的规则去支持分析?

需要扫描什么样的问题呢?能详细说明?

from tscancode.

wymdhr avatar wymdhr commented on May 14, 2024

比如以下情景:
1、能够通过分析发现头文件包含问题,因为UE4是分片编译的,有很多单文件缺少头文件包含仍能够编译通过
2、数组,map访问越界,UE对数组和map进行了封装,TArray和TMap,用法和C++的不太一样

我问这个问题其实就想了解一下贵工具是否支持扫描发现UE4开发的项目代码?

from tscancode.

ben620 avatar ben620 commented on May 14, 2024

比如以下情景:
1、能够通过分析发现头文件包含问题,因为UE4是分片编译的,有很多单文件缺少头文件包含仍能够编译通过
2、数组,map访问越界,UE对数组和map进行了封装,TArray和TMap,用法和C++的不太一样

我问这个问题其实就想了解一下贵工具是否支持扫描发现UE4开发的项目代码?

这种特殊的容器用法确实没有支持。这一点可以从参考的C++源码看出来。工具现在只支持标准的STL容器检查。
头文件问题,你可以修改下工具源码,自己开发相关功能

from tscancode.

Related Issues (20)

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.