Teddy Reed

Results 23 comments of Teddy Reed

I don't mind forking and merging some of these bug fixes, but my Ruby isn't very strong. If no one wants to take over by the end of the weekend...

Hey @hippylover, I think you'd have to build each of those dependencies with this toolchain. It you look at how ssdeep's build is configured, it installs itself into the toolchain:...

Hey @hippylover, my approach was to build `python` using the build-anywhere toolchain then try to perform the small test you mentioned at the top. It looks like the scope of...

I think this should use a separate environment since it may not work with all builds.

This is a known problem with our implementation of Linux inotify. If a file is watched, then deleted, the recreation of the file is missed. This is because we add...

I can confirm that observation, it's the same for several of my machines too. The API [`LSCopyAllApplicationURLs`](https://github.com/facebook/osquery/blob/master/osquery/tables/system/darwin/apps.mm#L219) is not an exported symbol so our mileage may vary. I don't know...

> Of course, this is terrible. Agreed, we should revisit the documentation, expectation, and implementation here.

What parts of this table / iBridge information are important? If it is the case that T2 information is difficult to retrieve, I want to make sure we're focused on...

I read https://duo.com/labs/research/apple-t2-xpc and browsed all of the `ioreg` properties on my T2 macbook last night and did not see an alternative to querying the firmware version. This is what...