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

Linux sucks

Name: Anonymous 2011-09-20 10:47

I'm copying 200 GB to Truecrypt partition and it freezes system every two minutes. Who wrote IO? Some moron, apperantly.

Name: Anonymous 2011-09-22 22:42

Windows

int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd) {
...



Linux

  sprintf(byte_84C2620, "lib%s.so.%d", a4, a5);
  result = sub_8204AA0("/etc/ld.so.conf", (int)byte_84C2620, 1, Debug);
  if ( !result || !*(_BYTE *)result )
  {
    sprintf(byte_84C2620, "/usr/lib/lib%s.so.%d", a4, a5);
    if ( enumDlls(byte_84C2620, Debug)
      || (sprintf(byte_84C2620, "/lib/lib%s.so.%d", a4, a5), enumDlls(byte_84C2620, Debug))
      || (sprintf(byte_84C2620, "/usr/lib32/lib%s.so.%d", a4, a5), enumDlls(byte_84C2620, Debug))
      || (sprintf(byte_84C2620, "/lib32/lib%s.so.%d", a1, a4, a5), enumDlls(byte_84C2620, Debug)) )
      return (int)byte_84C2620;
    sprintf(byte_84C2620, "/lib32/lib%s.so", a4);
    result = sub_8204AA0("/etc/ld.so.conf", (int)byte_84C2620, 1, Debug);
    if ( !result || !*(_BYTE *)result )
    {
      sprintf(byte_84C2620, "/usr/lib/lib%s.so", a4);
      if ( !enumDlls(byte_84C2620, Debug) )
      {
        sprintf(byte_84C2620, "/lib/lib%s.so", a4);
        if ( !enumDlls(byte_84C2620, Debug) )
        {
          sprintf(byte_84C2620, "/usr/lib32/lib%s.so", a4);
          if ( !enumDlls(byte_84C2620, Debug) )
          {
            sprintf(byte_84C2620, "/lib32/lib%s.so", a4);
            if ( !enumDlls(byte_84C2620, Debug) )
              return 0;
              ...

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