• Welcome to Valhalla Legends Archive.
 

What is a dll?

Started by i am newbie, December 23, 2002, 09:48 PM

Previous topic - Next topic

i am newbie

Can someone please explain to me what a DLL does because idk if i were to make one if it would help my bot any and is there any way in witch to edit a dll file without hexing it?

Zakath

#1
A DLL is a dynamic link library. It contains (compiled) definitions for functions that can then be called by other projects.
Quote from: iago on February 02, 2005, 03:07 PM
Yes, you can't have everybody...contributing to the main source repository.  That would be stupid and create chaos.

Opensource projects...would be dumb.

iago

Quoteis there any way in witch to edit a dll file without hexing it?

If you have the source for it, you just make the change in the source and compile it.  If all you have is the .dll file, then you can't do any more to that than to a .exe file (although if you reprogram it with the same exports it should still work).


[edit: fixed spelling on source because kp is annoying]
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Mesiah / haiseM

#3
You cant hex edit it, but if you need to know the functions, and the dll isnt encrypted, you can use the dependency viewer found with msvs 6
]HighBrow Innovations
Coming soon...

AIM Online Status: 

iago

#4
You can hex-edit it.. it's just a little difficult :D
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*