Drives spread
Here you go, some viral code. It will infect any connected drive (USB, memory card, etc.) where it is possible to write.
_______________________________________________________________________________________________
LoadDll - LoadLibrary alternative
The following code is a replacement for the Windows LoadLibrary() function. It is useful to load a DLL without triggering some anti-viruses which can tag LoadLibrary in certain situations. Please keep credits when using :)
_______________________________________________________________________________________________
[Source] ocx Registrator
Takes .ocx files located in its same folder and installs them.
Compiler used: Embarcadero C++ 2010
|
Viotto ocx registrator [Source].rar Size : 0.307 Kb Type : rar |
_______________________________________________________________________________________________
[Example] Save / Load settings in resources
I share this example project because I think it would be useful for many purposes, it will show you how to:
- Save resources / settings into an external file in run-time;
- Load added resources / settings in run-time;
- Add resources in design-time (using IDE resource manager), and extract them in run-time.
|
Save-Load settings in resources.rar Size : 0.025 Kb Type : rar |
________________________________________________________________________________________________________________
Falcon Downloader (Delphi / C++)
Compact downloader programmed in Delphi (Builder and one stub) and C++ (other stub).
Saves / loads setting using resources with my own method and it is crypter-compatible.You can find the source download in Delphi section.