1 2 3 4 5 6 7 8 9 10
typedef unsigned int uint32_t; int __libc_entry_point( void * hinstance, uint32_t reason, void * reserved) { return 1; }