Giter VIP home page Giter VIP logo

Comments (3)

andriipatsula avatar andriipatsula commented on June 9, 2024

We are attempting to configure BinSkim to execute on artifacts generated by the official dotnet build, and I am encountering the same problem when running it on the dotnet/runtime repository. (it's a company requirement to scan all binaries we are shipping) issue: dotnet/arcade-services#2744
Do we have any workarounds for this issue, or is anyone working on solving it?

from binskim.

tkapin avatar tkapin commented on June 9, 2024

@schlaman-ms - enabling BinSkim is a priority for the .NET team. Could you please advise on who would be the best person to help us troubleshoot this issue? Thanks

from binskim.

shaopeng-gh avatar shaopeng-gh commented on June 9, 2024

Hello, I have checked a few cases of the out of memory pdb files user reported,
what I saw is BinSkim is behaving the same as the Microsoft DIA lib we used. BinSkim depends on DIA to load pdb files, and the error "out of memory" is coming from the DIA lib.
Below is one of the analyze before:

use the latest installed VS 2022 DIA SDK Dia2Dump which is provided by Microsoft
dumping the pdb file from user, has the 8007000E which is basically same error as what we see in our BinSkim tool:
image

definition of 8007000E
image

from binskim.

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.