M
M
mIka012021-01-11 15:55:31
DLL
mIka01, 2021-01-11 15:55:31

Splitting exe, pdf, dll files?

Hello, I have a simple question.
There is a channel (a c# application that I wrote) that can pass up to 1024 characters or char variables.
How can I split (exe, dll, pdf) into lines so that I can reassemble it later.
In the similarity, split the exe into lines after inserting it into a txt file and renaming it to exe and everything will work (this is just an example that does not work).

Something like this (I don't even know how else to ask the question).
Thank you in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2021-01-11
@mIka01

Convert the entire file to base64, split by 1024 characters, perform the reverse operation on the other side.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question