Code Monkey home page Code Monkey logo

Comments (3)

jsturtevant avatar jsturtevant commented on May 22, 2024

looks like verification of ELF file passed:

netsh ebpf show verification conn_track.o sockops level=verbose

Verification succeeded
Program terminates within 545 instructions

from ebpf-for-windows-demo.

jsturtevant avatar jsturtevant commented on May 22, 2024

and sys file has sections:

PS C:\Users\User\ebpf-for-windows-demo\x64\Release> netsh ebpf show sections .\conn_track.sys

                                    Size
             Section       Type  (bytes)
====================  =========  =======
             sockops    sockops     4684

                     Key  Value      Max
          Map Type  Size   Size  Entries  Name
==================  ====  =====  =======  ========
          lru_hash    56      8     1024  connection_map
           ringbuf     0      0   262144  history_map            

from ebpf-for-windows-demo.

jsturtevant avatar jsturtevant commented on May 22, 2024

running the following shows that ebpf isn't running

sc query ebpfcore
sc query netebpfext

Starting them manually with:

net start netebpfext

net start ebpfcore

net start ebpfsvc

and the demo works!

from ebpf-for-windows-demo.

Related Issues (18)

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.