Skip to content

Instantly share code, notes, and snippets.

@psrok1
Created May 19, 2017 12:44
Show Gist options
  • Save psrok1/ebbb7ccd0ac873053cfc4473c8f8c009 to your computer and use it in GitHub Desktop.
Save psrok1/ebbb7ccd0ac873053cfc4473c8f8c009 to your computer and use it in GitHub Desktop.
Emotet modules
message Module
{
required int32 type = 1;
required bytes blob = 2;
}
message ModuleResponse {
repeated Module modules = 1 [packed=true];
required uint32 timestamp = 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment