https://github.com/osquery/osquery logo
Title
u

5twenty9

06/25/2018, 2:12 PM
@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

OpenPlgx

06/25/2018, 2:32 PM
We also followed pretty much the same approach