hi guys

i explain in this image to what i want to do:



image link : https://postimg.cc/QVYnWc1p



my old work from many years ago:
video locker and player



image link : https://postimg.cc/z3cFNgLv



my binder files

image link : https://postimg.cc/SYcMhJ21





so i have a exe and nothing more,i want can add or edit or delete strings or small files or huge size files inside my exe at runtime and use them at runtime

I have asked similar questions in other threads like as :

Thread: How to protect exe file on ".RES"

Thread: any simple code for create ,add or edit or delete from resouce in runtime?

Thread: [VB6] - Store data to EXE.

Thread: Any way to read and write records to "access bank" or sqllite by memory?

and etc ...

i explained enough here too :

Re: Any way to read and write records to "access bank" or sqllite by memory?

Re: How to protect exe file on ".RES"


i created this thread because my problem not solved yet

important things :

1-add/edit/delete files at runtime without use resouece or (secion if dont neccessary by suggestion of [mr The trick])
2-show/play/load/unload/register/unregister etc... that files inside of exe without extract on disk.

formats :

-normal or (small size) files
-huge files like as videos more than 300 or 400 mb for each video or mp3 audios
-ocx/dlls
-fonts
-images like as png/svg/apng/etc and icons
-etc ...




my source till now is based on CEmbeddedFiles from mr the trick and encryption is based on aes encryption or xceed encyption for hug file sizes.

now problem is :

[not solved yet] - how add/delete/modify strings if i want use CEmbeddedFiles
[not solved yet] - how play that videos or mp3 audios without need save on disk after extract from inside exe
[not solved yet] - how show that images
[not solved yet] - how load and use that fonts inside my project
[not solved yet] - how load dlls or ocx from inside my exe.

so i am here wait for help of others and start with CEmbeddedFiles,first step is

how add/delete/modify strings if i want use CEmbeddedFiles of the trick