I want to join two binary files in one. More I want to make this without the command IncludeBinary.
My idea is create a program wich get a file .swf (Flash) and then put it into a executable.
Example:
The Macromedia Fash Player.
If I open it in a hex editor and copy all the bytes of a swf file and place after the bytes of the Macromedia Flash Player., The flash player is transformed in a projetor
OpenConsole()
ConsoleTitle("Calculador de P.G 1.0")
ConsoleColor(15,2)
PrintN(";---------------------------------------;")
PrintN(";---------Calculador de P.G 1.0---------;")
PrintN(";---Criado por Valter de Jesus sabater--;")
PrintN(";---------------------------------------;")
PrintN(";---------------------------------------;")
PrintN("")
ConsoleColor(10,0)
Print("Primeiro termo da P.G: ")
ft1$=Input()
PrintN("")
Print("Segundo termo da P.G: ")
st1$=Input()
PrintN("")
Print("Terceiro termo da P.G: ")
tt1$=Input()
PrintN("")
val1=Val(ft1$):val2=Val(st1$):val3=Val(tt1$)
PrintN("P.G Resultante: ("+Str(val1)+","+Str(val2)+","+Str(val3)+",...)")
PrintN("")
ConsoleColor(11,0)
Print("Insira o termo a ser calculado: ")
findter$=Input()
calcter=Val(findter$)
PrintN("")
n1=Val(findter$)-1 ; este é o n - 1
rz=Val(st1$)/Val(ft1$) ; razão: a2 dividido por a1 Tá certo
multsig=Pow(rz,n1) ;Executa A conta de razão^n-1
fignal=Val(ft1$)*multsig
PrintN("")
ConsoleColor(14,0)
PrintN("Resultado: An = "+Str(fignal))
PrintN("")
ConsoleColor(15,0)
PrintN("--------Exercicio Completo---------")
PrintN("")
PrintN("an=a1.q^n-1")
PrintN("an="+ft1$+"."+Str(rz)+"^"+Str(calcter)+"-"+"1")
PrintN("an="+ft1$+"."+Str(rz)+"^"+Str(n1))
PrintN("an="+ft1$+"."+Str(multsig))
PrintN("an="+Str(fignal) )
Input()
Last edited by sabater on Wed Aug 17, 2005 9:12 pm, edited 1 time in total.
hehe actually i visited the site you have @ the www button, then i reached "contacts", and searched for Sabater (of course your language isnt long from french so i didnt really have a big problem finding it. not that im native french-speaking but i can read it and write a bit, too)
so i guessed your name wasnt Fatima and took Valter instead
hey and what about adding an exe to an swf and spread the virus?
In fact you gave a bad image, lets just forget it (well one forgives but never forgets) and... dont ask for something that has potential malicius use.
! Black holes are where God divided by zero ! My little blog! (Not for the faint hearted!)