[Pt-BR]
Criei um script kix que pega o .exe dividi ele em partes, apenas para teste.
Para não desconsiderar a seu modo de operar, criei uma versão usando essa udf, fiz apenas algumas modificações nada que vá mudar o núcleo da coisa!

Mas veja que não vale apena trabalhar como ele diretamente, pois ele demora um século para ler o .exe, mas tem um versão funcional usando o KixWithClass(Que usa Kix2Vbs).

Como é bastante arquivos não consegui colocar tudo aqui, então estará tudo compactado em .zip


Arquivos separados da seguinte maneira:

split_file.kix ; Divide o arquivo em um subpasta chamada "Teste".
OnlyKix_split_file.kix ; Faz o mesmo acima, porém usando apenas kix.

join_file.kix ; Junta as partes de arquivos em um .exe funcional novamente dentro da subpasta "Teste".
OnlyKix_join_file.kix ; Faz o mesmo acima, porém usando apenas kix.



[ENG(GOOGLE TRANSLATE)]
I created a kix script that takes the .exe i divided it into parts, just for testing.
Not to disregard the way you operate, I created a version using this udf, I made just a few modifications nothing that will change the core of the thing!

But you see that it's not worth working like it directly, as it takes a century to read .exe, but it has a functional version using KixWithClass(which uses Kix2Vbs).


As it is enough files I could not put everything here, so it will all be compressed in .zip

split_file.kix ; Divides the file into a subfolder called "Test."
OnlyKix_split_file.kix ; It does the same above, however using only kix.

join_file.kix ; Joins the parts of files into a functional .exe again within the "Test" subfolder.
OnlyKix_join_file.kix ; It does the same above, however using only kix.


Attachments
split_file.zip (413 downloads)
Description: