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

Kernel image load event stackwalk not work #199

Open
0xhellord opened this issue Sep 7, 2022 · 0 comments
Open

Kernel image load event stackwalk not work #199

0xhellord opened this issue Sep 7, 2022 · 0 comments

Comments

@0xhellord
Copy link

img_load event kernel stackwalk enabled by:
CLASSIC_EVENT_ID event[1] = { 0 }; event[0].EventGuid = krabs::guids::image_load; event[0].Type = EVENT_TRACE_TYPE_LOAD; set_trace_information(TraceStackTracingInfo, &event, sizeof(event));

SE_SYSTEM_PROFILE_NAME also enabled, but no stackwalk events received in callback.

If I change EVENT_TRACE_TYPE_LOAD to EVENT_TRACE_TYPE_END, then I can get image_unload stackwalk successfully.

Really strange, anybody can help?

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