Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Embeddable GCC

Name: Anonymous 2016-09-08 14:56

Is there a small version of GCC for shipping with Windows program? Because Mingw installation takes frigging gigabyte, including a lot of bloat, like C++ and fortran compiler, with useless crap, like directx bindings.

Name: Anonymous 2016-09-13 16:38

GCC compiled executable also includes some crazy code like following:
int sub_401540()
{
HMODULE v0; // rax@2
void *v1; // rax@3

if ( qword_4030A0 )
{
v0 = GetModuleHandleA("libgcj-16.dll");
if ( !v0 )
{
v1 = sub_401530;
goto LABEL_4;
}
v1 = GetProcAddress(v0, "_Jv_RegisterClasses");
if ( v1 )
{
LABEL_4:
((void (__fastcall *)(__int64 *))v1)(&qword_4030A0);
return sub_4017D0(sub_4015A0);
}
}
return sub_4017D0(sub_4015A0);
}


Why? Why my printf("Hello, World!\n") needs all this?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List