A file that cannot be looked into prior to unpacking

Started by Pfaber11, July 16, 2021, 19:17:38

Previous topic - Next topic

Pfaber11

Hi anybody know of a type of file that cannot be looked into prior to unpacking .?
HP 15s i3 1.2 upto 3.4 ghz 128 gb ssd 16 gb ram 15.6 inch screen. Windows 11 home edition .  2Tb external hard drive dedicated to Linux Mint .
  PureBasic 6 and AppGameKit studio
ASUS Vivo book 15 16gb ram 256gb storage  cpu upto 4.1 ghz

blinkok

You can encrypt the files yourself using memblocks.
Here is a tutorial on encryption

Load the encrypted files into memory, decrypt and use the memblock commands to create instances of your assets in memory

CreateImageFromPNGMemblock( uint32_t imageID, uint32_t memID )
CreateMusicFromOGGMemblock( uint32_t musicID, uint32_t memID )
CreateSoundFromOGGMemblock( uint32_t soundID, uint32_t memID )
CreateMemblockFromFile( memID, filename )

I think only in the last couple of version this is possible so make sure you are on the latest

Pfaber11

HP 15s i3 1.2 upto 3.4 ghz 128 gb ssd 16 gb ram 15.6 inch screen. Windows 11 home edition .  2Tb external hard drive dedicated to Linux Mint .
  PureBasic 6 and AppGameKit studio
ASUS Vivo book 15 16gb ram 256gb storage  cpu upto 4.1 ghz