<@UB8R5341L> I ran into this challenge with the wi...
# windows
u
@jaredcatkinson I ran into this challenge with the windows named object table issue. in short, my approach within my module (objects.cpp) was to use UTF-16 and std::wstring as I needed to interact with windows. once I was done internally I converted to UTF-8 when returning back to osquery core
👍 1
o
We also followed pretty much the same approach