cmusatyalab / gammaray

Distributed Streaming Virtual Machine Introspection
Apache License 2.0
17 stars 6 forks source link

Representing 128 bit values in `gpt`. #30

Open bamos opened 10 years ago

bamos commented 10 years ago

For example, I'm representing 128 bit GUID's with uint8_t guid[16]. @theonewolf - would you rather I use something like __int128_t?