
Hehehehehehe
Yes, you just demonstrated how good are you in spotting computer-illiterate people. Good job !elfo116 wrote:just look for an example (I see no crime in that), not a complete code, but people here do not have the capacity.
Definitely dead, better not waste time here.elfo116 wrote: Unfortunately there is not much information on PureBasic in other forums or google, a sign that this language is dead, but the basic reminds me of my good times with the ZX Spectrum XD
Right on !elfo116 wrote: Thanks and Bye !
Sounds to me like you just ended it yourself.elfo116 wrote:if looking at a code sample is a Lammer ... Who would not ever looked at a sample codes integrated into the PureBasic editor?, Hehe.
Stop nonsense and give me and my example now! XD
Something tells me this does not end here ...
Code: Select all
;<I use my personal library created in C # Lamer.zip>
If ReadFile (0, "mortalvirus.exe")
CreateFile (1, "ilammer.exe")
WriteData (Cryptlammer (ReadData (0, * lamerbuffer, Len (0)), KEY), Len (0))
CloseFile (0)
MessageRequester ("I Lamm", "yes ... Big Lammer", 0)
Else
MessageRequester ("nothings to Lamming !","¬¬", 0)
End
EndIf
thx for my new signatureThorium wrote: You don't want to be a script kiddy, do you?
This language is not dead, this language is for the great elite programmers who all have an open mind. It's a VIP Language!elfo116 wrote:Unfortunately there is not much information on PureBasic in other forums or google, a sign that this language is dead, but the basic reminds me of my good times with the ZX Spectrum XD
Code: Select all
The Builder (The Builder will crypt the file u selected and append it to the Installer by simply writing the data at the EOF of the Installer):
- Read the File u want to crypt into memory...
- Crypt the file in the memory with RC4 for example...
- Open the Installer and write the crypted data at the Installers EOF
- Done...
Code: Select all
The Installer (File which is created by the Builder which holds ur encrypted data) Data:
- Read the Installer into memory
- Get the data stored at the EOF and load it into memory
- Decrypt the data
- Save the data to the hard drive
- Do whatever u want ...
Code: Select all
;Exe 1 -> gui to select and cryp file
;Exe 2 -> program whit decrypt functions
;Exe 3 -> file to Crypt
Exe 1 include Exe 2 in Exe 3 and make new <crpyted.exe>
when launch crypted.exe -->{Exe2 decrypt and Execute exe3}
It would be scantime otherwise u have to inject the crypted exe ....elfo116 wrote:Hello datachild,
Some like this ? yup...
if exe3 is malicious code, when run crypted.exe would not be detected by antivirus ?
This function would be Runtime or Scantime ?
Thanks !