Bug Hunting with Static Code Analysis - Nick Jones

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 5

  • @domaincontroller
    @domaincontroller 4 ปีที่แล้ว +2

    02:10 statis analysis 02:58 how we do code reviews 04:50 we use static code analysis tools, commercial tools get really expensive 06:48 regular languages that can be parsed by regular expressions 09:35 regexp can't count, no way to maintain state, cannot back trace 10:37 regexp are not designed for parsing programming languagues 10:55 parser 13:07 example 13:56 AST 14:38 control-flow graph 19:14 parsers, downside 19:51 the bigger picture 23:36 tools, flawfinder, Graudit, RATS, RIPS, Brakeman 25:06 build your ownm librairies platform, clang, PLY, pyparsing

  • @pauraspatil9314
    @pauraspatil9314 2 ปีที่แล้ว

    Thank you, awesome video

  • @GopalSinghR1
    @GopalSinghR1 3 ปีที่แล้ว

    Thanks for sharing very useful video

  • @rjjones50
    @rjjones50 8 ปีที่แล้ว

    Very interesting