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