Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Callback functions stop returning anything #40

Open
JasonX7 opened this issue Nov 24, 2022 · 0 comments
Open

Callback functions stop returning anything #40

JasonX7 opened this issue Nov 24, 2022 · 0 comments

Comments

@JasonX7
Copy link

JasonX7 commented Nov 24, 2022

The provider below was returning stuff a few hours ago when I was testing it. But it stopped returing anything after I rerun it a few hours later, any thoughts?

def some_func():

    providers = [etw.ProviderInfo('Microsoft-Windows-Win32k', etw.GUID("{8C416C79-D49B-4F01-A467-E56D3AA8234C}"))]

    job = etw.ETW( providers=providers, event_callback=lambda x: print(x))

    job.start()

    time.sleep(10)

    job.stop()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant