Skip to content

Instantly share code, notes, and snippets.

@mak
Last active October 28, 2018 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mak/894eaa9a6fc5df0aee88 to your computer and use it in GitHub Desktop.
Save mak/894eaa9a6fc5df0aee88 to your computer and use it in GitHub Desktop.
dridex new config storage
struct cfg_t {
int field_0;
unsigned __int16 botnet;
unsigned __int8 count;
char unknown;
ip_addr cnc[count];
};
struct ip_addr {
char ipaddr[4];
__int16 port;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment