Created
May 19, 2017 12:44
-
-
Save psrok1/ebbb7ccd0ac873053cfc4473c8f8c009 to your computer and use it in GitHub Desktop.
Emotet modules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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