AddressSanitizer on Windows - Victor Ciura [ ACCU 2021 ]

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • #Programming #Cpp #AccuConf
    Slides: accu.org/conf-...
    ACCU Website: www.accu.org
    ACCU Conference Website: conference.acc...
    ACCU Twitter: @ACCUConf
    Streamed & Edited By Digital Medium Ltd: events.digital...
    ------
    Clang-tidy is the go-to assistant for most C++ programmers looking to improve their code, whether to modernize it or to find hidden bugs with its built-in checks. Static analysis is great, but you also get tons of false positives. Now that you’re hooked on smart tools, you have to try dynamic/runtime analysis. After years of improvements and successes for Clang and GCC users, LLVM AddressSanitizer (ASan) is finally available on Windows, in the latest Visual Studio 2019 versions. Let's find out how this experience is for MSVC projects. We’ll see how AddressSanitizer works behind the scenes (compiler and ASan runtime) and analyze the instrumentation impact, both in perf and memory footprint. We’ll examine a handful of examples diagnosed by ASan and see how easy it is to read memory snapshots in Visual Studio, to pinpoint the failure. Want to unleash the memory vulnerability beast? Put your test units on steroids, by spinning fuzzing jobs with ASan in Azure, leveraging the power of the Cloud from the comfort of your Visual Studio IDE.
    ------
    Victor Ciura
    Victor Ciura is a Principal Engineer at CAPHYON, Technical Lead on the Advanced Installer team and a Microsoft MVP (Developer Technologies). He’s a regular guest at Computer Science Department of his Alma Mater, University of Craiova, where he gives student lectures & workshops on using C++ STL Algorithms. Since 2005, he has been designing and implementing several core components and libraries of Advanced Installer. Currently, he spends most of his time working with his team on improving and extending the repackaging and virtualization technologies in Advanced Installer IDE, helping clients migrate their traditional desktop apps to the modern Windows application format: MSIX. One of his “hobbies” is tidying-up and modernizing the aging codebase of Advanced Installer and has been known to build tools that help this process: Clang Power Tools More details: @ciura_victor & ciura.ro
    ------
    Future Conferences:
    ACCU 2022 Spring Conference, Bristol (UK), Marriott City Centre:
    2022-04-05 to 2022-04-09.
    -------------------------

Комментарии • 3

  • @azrflourish9032
    @azrflourish9032 Год назад

    doesn't it support in Visual Studio 2010 ultimate?

  • @a314
    @a314 3 года назад +1

    Where do we see the slides?

    • @ACCUConf
      @ACCUConf  3 года назад

      Link to the slides is in the video description