Skip to content

Instantly share code, notes, and snippets.

@reanimat0r
Forked from mak/cfg_struct.h
Created October 28, 2018 21:15
Show Gist options
  • Save reanimat0r/722be8c85c978b2ac91580e5be55cd46 to your computer and use it in GitHub Desktop.
Save reanimat0r/722be8c85c978b2ac91580e5be55cd46 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