gammaray
gammaray copied to clipboard
Distributed Streaming Virtual Machine Introspection
Migrated from: https://github.com/wenluhu/gammaray-android/issues/18 Can likely be done with the `iconv` library. The following's resulting in a segfault, likely due to the cast from a `*uint8_t[72]` to `char**`. ``` C struct...
``` repos/gammaray [master] » ls bin gray-crawler gray-fs gray-inferencer gray-ndb-queuer ```
For example, I'm representing 128 bit GUID's with `uint8_t guid[16]`. @theonewolf - would you rather I use something like `__int128_t`?
`gpt.h` currently assumes a sector size of 512 bytes. 
In `mbr.c`: 
Hi @theonewolf, (cc @wenluhu) `gray-crawler` is giving the following stacktrace on the `gpt-test.raw` image:  gdb indicates this problem is coming from `mbr.c:mbr_cleanup_pte()`....
This is very minor, but the blue font is very difficult to read with my current terminal and screen settings.  I've manually...
HI @theonewolf - we've modified `gray-crawler` in our `gammaray-android` fork to send BSON across the network. This modification is easy since all of the operations are on FILE pointers, the...
There appears to be missing data bytes in the file update stream when doing tests tracking a log file (syslog with timestamps embedded). First reported by @hsj0660.
We need to figure out the teardown command being sent by QMP when block-job-cancel is sent across the wire. Gracefully detaching is better. If the nbd endpoint dies, QEMU crashes.