Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 04-18-2004, 01:26
raladin
 
Posts: n/a
Is it possbile to play a file from the memory without caching it on the HDD?

Hi all

I want to know something :

Is it possible to run and play a file from the memory without storing the file on the HardDisk Drive?

I mean for example : a Video file (Encrypted) I want to send it to the memory and then Decrypt it there.. and then the decrypted file will be placed on the memory without caching it on the HDD and will be played from there also without caching it..

So is it possible to play the file from the memory?

I know it is possible.. but can anybody give me some examples using any language like : Visual Basic.. C++.. ASM...

I prefer VB..

Please it is very important to do that..

Cheers..
Reply With Quote
  #2  
Old 04-18-2004, 03:34
raladin
 
Posts: n/a
Hey.. where are you guys!!!

I think it is a forum for experts!, isn't it?

I'm sure there is a solution here..

Hope that..

Waiting your replies..

Regards
Reply With Quote
  #3  
Old 04-18-2004, 11:28
nine
 
Posts: n/a
Playing contents from memory? It's just too ordinary thing.
Now just for fun look at this: hxxp://theprodukkt.com/
Reply With Quote
  #4  
Old 04-18-2004, 17:22
raladin
 
Posts: n/a
Thanks for your reply..

But how to do that?

I mean you said it is so easy.. but how?

Can I make that in VB?

Please help me with that..
Reply With Quote
  #5  
Old 04-18-2004, 22:56
K3nny's Avatar
K3nny K3nny is offline
VIP
 
Join Date: Jul 2003
Posts: 106
Rept. Given: 26
Rept. Rcvd 13 Times in 6 Posts
Thanks Given: 12
Thanks Rcvd at 1 Time in 1 Post
K3nny Reputation: 13
I like this 64k intro

http://www.scene.org/file.php?file=/demos/groups/farb-rausch/fr08_final.zip&fileinfo

VB is crap - use w32asm or C.
__________________
k3dT
Reply With Quote
  #6  
Old 04-18-2004, 23:05
K3nny's Avatar
K3nny K3nny is offline
VIP
 
Join Date: Jul 2003
Posts: 106
Rept. Given: 26
Rept. Rcvd 13 Times in 6 Posts
Thanks Given: 12
Thanks Rcvd at 1 Time in 1 Post
K3nny Reputation: 13
This is the sample with source coded in C & asm
really impressive!
Attached Files
File Type: zip sample.zip (342.4 KB, 42 views)
__________________
k3dT

Last edited by K3nny; 04-18-2004 at 23:46.
Reply With Quote
  #7  
Old 04-18-2004, 23:41
raladin
 
Posts: n/a
Wow. just what I'm trying to find..

Thanks very much for your appreciated help..

But can this be for .PDF file also?

And does this sample decrypts the movie in the memory? Are there any stored files on the Hard Disk?

And where is the good way to learn how to program and modify this project? (Is it C++)?

Cheers..
Reply With Quote
  #8  
Old 04-21-2004, 20:38
eugene_i
 
Posts: n/a
Cool! There were a number of things like this for DOS.
Reply With Quote
  #9  
Old 04-21-2004, 23:07
zEr0 zEr0 is offline
Friend
 
Join Date: Mar 2002
Posts: 27
Rept. Given: 1
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 2
Thanks Rcvd at 0 Times in 0 Posts
zEr0 Reputation: 1
hmmm K3nny post you some examples,

and reply to your answer

you can anything put into memory and than do it what you want - crypt, decrypt or anything else

and it's can be anything what you want
video, document, music, pictures ...... (it's only numbers in memory)

but maybe some problem you can meet, video file is huge file of bytes so you will read it sequencially to memory after packets and decrypt it and send it to some media dll or ActiveX or driver or ...... hmmmm

i have the same idea to my private project, but i will have only MP3 or OGG files, so i can load it whole to memory

(256Kb will be enough for all) said some unknown person from some unknown firm
Reply With Quote
  #10  
Old 04-21-2004, 23:24
fsheron
 
Posts: n/a
Provide an IStream interface and work with WMP?
Reply With Quote
  #11  
Old 04-22-2004, 01:49
kesipyc
 
Posts: n/a
Lightbulb Don't forget about swap file...

There is one more thing not to be forgotten though it's more important in real secure systems - swap file. Not saving data to file doesn't mean they won't be saved by operating system. Memory pages must be set as not swappable and it wasn't working well in windows 98, maybe it is on XP... Antoher solution is to encrypt swap file (easily done in Linux, not sure about windows) or to disable swapping (often not recommended).

Real, secure application will also wipe data from memory when they are no longer needed (by writing there many times some random garbage bytes)...
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reading File Version from Memory phroyt Source Code 7 05-01-2020 04:18
is it possbile to change locale of resource dll without having access to its source? netseeker General Discussion 3 02-09-2013 06:24


All times are GMT +8. The time now is 10:02.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )