gammaray icon indicating copy to clipboard operation
gammaray copied to clipboard

Distributed Streaming Virtual Machine Introspection

Results 23 gammaray issues
Sort by recently updated
recently updated
newest added

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. ![screen shot 2014-10-12 at 4 39 56 am](https://cloud.githubusercontent.com/assets/707462/4605579/6f93f0fc-51eb-11e4-9d21-b8f09a04db11.png)

In `mbr.c`: ![screen shot 2014-10-12 at 4 18 27 am](https://cloud.githubusercontent.com/assets/707462/4605537/7590404e-51e8-11e4-9429-7f2544f4f1f6.png)

Hi @theonewolf, (cc @wenluhu) `gray-crawler` is giving the following stacktrace on the `gpt-test.raw` image: ![screen shot 2014-10-12 at 1 22 58 am](https://cloud.githubusercontent.com/assets/707462/4605164/e4ecf2de-51cf-11e4-8502-9bf028588b28.png) 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. ![screen shot 2014-10-12 at 12 30 34 am](https://cloud.githubusercontent.com/assets/707462/4605035/ae340036-51c8-11e4-9db1-3f6d45c224fa.png) 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.

ext4
gray-inferencer

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.