Re: [Full-disclosure] Linux big bang theory....



On 5/13/07, Just1n T1mberlake <hotpackets@xxxxxxxxxxxxxx> wrote:

Of course no operating system is invincible when you have full access
to the machine. You could just delete all of the files yourself.
OSX isn't using all of the tricks like windows does to try and hide
executables throughout dlls and other such files. Ever heard of dll
hell? No wonder these machines are broken into so often.


An improperly coded DLL does no more damage to system security than an
improperly coded standard EXE file. DLLs do not make it easier to break into
a Windows machine.

Do you even know the purpose of using a DLL instead of an EXE? Do you even
know what "DLL" means? Have you ever used a DLL? I've coded them, and
there's nothing I can do with a DLL that I can't do with an EXE. A DLL isn't
designed to hide executables for security reasons. It's designed to allow a
library of code to easily be shared between applications (hence the name).
They also allow libraries to be used and sold without having to release the
source code.

As far as "DLL Hell" is concerned, that's just a type of "dependency hell,"
which allicts (or has afflicted) several different operating systems,
including Mac OS and Linux. It also hasn't been a major problem with Windows
since NT 4 and 9x. Even when it was at its worst in Windows 3.1, it was
nothing compared to the extension conflicts of System 7. Those used to drive
me nuts.
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Relevant Pages

  • ANN: Our solution to create stand-alone windows software
    ... Dll, Ocx, and any other file to a single exe. ... Stand-Alone Xpress can turn any Windows ...
    (comp.programming)
  • Re: .Net packaging/wrapper application?
    ... it just didn't work well in reality due to DLL ... Windows works is to look in the executable's directory for a needed DLL ... the way apps used to work when they developed Windows. ... Looks to me like Jim is looking for the .NET equivalent of compiling ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Unnown process... 5eplorer.exe
    ... do not remove the cause (a "super"-hidden .dll program) but only remove ... symptom files and registry settings. ... It has all permissions but 'copy' denied to everyone, ... then by using the Windows XP Recovery Console. ...
    (microsoft.public.win2000.general)
  • Re: WinSxS, functional under 2k ?
    ... The newSide-by-Side Assembly technology was introduced with Windows XP to help reduce or eliminate DLL Hell. ... If you recall earlier Windows versions, like Windows 95, when you installed an application you were warned if the installer tried to replace a DLL from the system folder with an older version and you were asked if you wanted to accept the change. ... Until Windows XP it wasn't so easy to use different versions of shared system DLLs, that is what the new Side-by-Side assemblies attempts to resolve. ...
    (microsoft.public.win2000.general)
  • Re: Determine name and path of dropped object?
    ... MDE I would really suggest the use of external DLL to hold the subclassing ... windows after loading the Microsoft Office Visual Basic Editor, ... Public Declare Sub DragAcceptFiles Lib "shell32.dll" _ ...
    (microsoft.public.access.modulesdaovba)